Skip to content

Instantly share code, notes, and snippets.

@machakann
Last active September 15, 2018 10:37
Show Gist options
  • Save machakann/605ecd6d09775637bb55cc0a682284be to your computer and use it in GitHub Desktop.
Save machakann/605ecd6d09775637bb55cc0a682284be to your computer and use it in GitHub Desktop.
A patch to use intel-mkl BLAS for GAMESS
diff -uprN ./gamess_orig/lked ./gamess/lked
--- ./gamess_orig/lked 2018-02-08 05:15:24.000000000 +0800
+++ ./gamess/lked 2018-09-08 23:31:10.713977386 +0800
@@ -575,7 +577,7 @@ if ($TARGET == linux64) then
set MATHLIBS="$MATHLIBS $mpath/libmkl_sequential.a "
set MATHLIBS="$MATHLIBS $mpath/libmkl_core.a "
set MATHLIBS="$MATHLIBS -Wl,--end-group"
- if ($GMS_OPENMP == true) set MATHLIBS="$MATHLIBS -ldl"
+ set MATHLIBS="$MATHLIBS -ldl"
breaksw
case 10-so:
case 11-so:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment