new file: v/VASP/.VASP-5.4.4-intel-2017a-mkl=sequential.eb.swp

modified:   v/VASP/VASP-5.4.4-intel-2017a-mkl=sequential.eb
This commit is contained in:
Lukáš Krupčík 2017-06-19 18:20:16 +02:00
parent 6b46bdcd6f
commit d384ee2180
2 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -40,7 +40,7 @@ prebuildopts += 'unset LIBS && '
#prebuildopts += 'exit 1'
buildopts = 'all BLACS="$LIBBLACS" SCALAPACK="$LIBSCALAPACK"'
buildopts = 'all BLACS="$LIBBLACS" SCALAPACK="$LIBSCALAPACK" -Wl,-Bstatic -Wl,--start-group -Wl,--end-group -Wl,-Bdynamic'
parallel = 1
@ -51,4 +51,6 @@ sanity_check_paths = {
'dirs': []
}
modluafooter = 'add_property("state","testing")'
moduleclass = 'phys'