diff --git a/v/VASP/.VASP-5.4.4-intel-2017a-mkl=sequential.eb.swp b/v/VASP/.VASP-5.4.4-intel-2017a-mkl=sequential.eb.swp new file mode 100644 index 00000000..9d3016e3 Binary files /dev/null and b/v/VASP/.VASP-5.4.4-intel-2017a-mkl=sequential.eb.swp differ diff --git a/v/VASP/VASP-5.4.4-intel-2017a-mkl=sequential.eb b/v/VASP/VASP-5.4.4-intel-2017a-mkl=sequential.eb index 0a95b84a..5ec557a9 100644 --- a/v/VASP/VASP-5.4.4-intel-2017a-mkl=sequential.eb +++ b/v/VASP/VASP-5.4.4-intel-2017a-mkl=sequential.eb @@ -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'