Skip to content

Commit

Permalink
update path to external libs
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenchilutti committed Apr 24, 2024
1 parent 8cf9685 commit 0e6f603
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/.parallelworks/hydrocompile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ logDir=${testDir}/log
# Set up build
cd ${testDir}/SHiELD_build/Build
#Define External Libs path
export EXTERNAL_LIBS=${dirRoot}/externallibs
export EXTERNAL_LIBS=${dirRoot}/${intelVersion}/SHiELD_build/externallibs
# Build SHiELD
set -o pipefail
singularity exec -B /contrib ${container} ${container_env_script} "./COMPILE solo hydro 64bit repro intel clean"
2 changes: 1 addition & 1 deletion .github/.parallelworks/nhcompile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ logDir=${testDir}/log
# Set up build
cd ${testDir}/SHiELD_build/Build
#Define External Libs path
export EXTERNAL_LIBS=${dirRoot}/externallibs
export EXTERNAL_LIBS=${dirRoot}/${intelVersion}/SHiELD_build/externallibs
# Build SHiELD
set -o pipefail
singularity exec -B /contrib ${container} ${container_env_script} "./COMPILE solo nh 64bit repro intel clean"
2 changes: 1 addition & 1 deletion .github/.parallelworks/swcompile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ logDir=${testDir}/log
# Set up build
cd ${testDir}/SHiELD_build/Build
#Define External Libs path
export EXTERNAL_LIBS=${dirRoot}/externallibs
export EXTERNAL_LIBS=${dirRoot}/${intelVersion}/SHiELD_build/externallibs
# Build SHiELD
set -o pipefail
singularity exec -B /contrib ${container} ${container_env_script} "./COMPILE solo sw 64bit repro intel clean"
Expand Down

0 comments on commit 0e6f603

Please sign in to comment.