Hi,
I have compiled vasp on an opteron cluster using the pathscale compiler (using the system blas and lapack libraries). The OS is linux. When testing the serial version of the code on a 2 atom Si calculation, I get the message "Error EDDDAV: Call to ZHEGV failed. Returncode = 9 1 8"
Questions:
1) What should I use for HOST with CPP?
2) Any suggestions as to how to fix the error causing the message?
Ben
Opteron with pathscale - serial version
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 22
- Joined: Tue May 10, 2005 9:57 am
Opteron with pathscale - serial version
Last edited by bth20 on Tue Aug 23, 2005 12:13 pm, edited 1 time in total.
-
- Newbie
- Posts: 5
- Joined: Mon Aug 15, 2005 8:44 pm
Opteron with pathscale - serial version
Here is my solution to 2):
Compile the davidson.F file with less aggressive
optimization (-O1) .
1) HOST is just for aestetic purposes.
Axel
Compile the davidson.F file with less aggressive
optimization (-O1) .
1) HOST is just for aestetic purposes.
Axel
Last edited by avdw on Wed Aug 24, 2005 12:03 am, edited 1 time in total.