Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Unset LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
nichollsh committed Jul 10, 2024
1 parent 7a6774b commit 5458433
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build_code
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ cd $here
echo "Setting path to distribution in set_rad_env"
sed "s#???#${here}#" sbin/set_rad_env_tmp > set_rad_env
cat bin/set_prog_env >> set_rad_env
echo "export LD_LIBRARY_PATH='' " >> set_rad_env

date

Expand Down
4 changes: 2 additions & 2 deletions make/Mk_cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated automatically
# System: Linux atmlxint6.atm.ox.ac.uk 5.4.0-170-generic #188-Ubuntu SMP Wed Jan 10 09:51:01 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
# Date: Fri 5 Jul 09:44:04 BST 2024
# System: Linux atmlxint5.atm.ox.ac.uk 5.4.0-170-generic #188-Ubuntu SMP Wed Jan 10 09:51:01 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
# Date: Wed 10 Jul 10:38:08 BST 2024

FORTCOMP = /usr/bin/gfortran -Ofast -march=native -fPIC -c
LINK = /usr/bin/gfortran -Ofast -march=native -fPIC
Expand Down

0 comments on commit 5458433

Please sign in to comment.