ExoMol / dvr3d

Codes for calculating the rovibrational spectra of triatomic molecules
GNU General Public License v3.0
3 stars 3 forks source link

var.dvr options cause test build fail #1

Open sevlakoz opened 5 years ago

sevlakoz commented 5 years ago

Seems that the last line in "var.dvr" ("LD_LIBRARY_PATH=/usr/local/intel/Compiler/11.1/059/mkl/lib/32/") cause problems during the test building. The MKL location and version are different on my PC, though. If that line is removed, 3/4 tests work fine.

sevlakoz commented 5 years ago

The last test (HCN) also works only if I add "cp fort.26 26_file ;" in the "dvr" rule in "HCN/Makefile". Otherwise I get "cp: cannot stat 'scratch/26_file': No such file or directory".