Skip to content

Commit

Permalink
Merge pull request #38 from xylar/fix_compy_env_vars
Browse files Browse the repository at this point in the history
Add missing env variable for compy
  • Loading branch information
xylar authored Mar 25, 2022
2 parents 1049092 + bc589f5 commit 5af8d78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mache/spack/compy_intel_impi.csh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
setenv LD_LIBRARY_PATH "/share/apps/gcc/8.1.0/lib:/share/apps/gcc/8.1.0/lib64:${LD_LIBRARY_PATH}"
1 change: 1 addition & 0 deletions mache/spack/compy_intel_impi.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export LD_LIBRARY_PATH="/share/apps/gcc/8.1.0/lib:/share/apps/gcc/8.1.0/lib64:${LD_LIBRARY_PATH}"

0 comments on commit 5af8d78

Please sign in to comment.