Skip to content

Commit

Permalink
Fixed PLUMED_KERNEL variable in modulefile
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniBussi committed Sep 27, 2013
1 parent 018ac34 commit a234232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/modulefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ if { [module-info mode load] && [ info exists ::env(PLUMED_KERNEL) ] } {
prepend-path LIBRARY_PATH $prefix/lib/
prepend-path LD_LIBRARY_PATH $prefix/lib/
prepend-path DYLD_LIBRARY_PATH $prefix/lib/
setenv PLUMED_KERNEL $prefix/lib/libplumedKernel.dylib
setenv PLUMED_KERNEL $prefix/lib/libplumedKernel.$soext
}

0 comments on commit a234232

Please sign in to comment.