Page 1 of 1

Opteron with pathscale - serial version

Posted: Tue Aug 23, 2005 12:13 pm
by bth20
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

Posted: Wed Aug 24, 2005 12:03 am
by avdw
Here is my solution to 2):
Compile the davidson.F file with less aggressive
optimization (-O1) .
1) HOST is just for aestetic purposes.

Axel