Skip to content

Commit

Permalink
Merge 7312926 into b061cf5
Browse files Browse the repository at this point in the history
  • Loading branch information
schlafly authored Jul 31, 2023
2 parents b061cf5 + 7312926 commit 66e898d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bin/fba-main-onthefly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ if [ -z $NERSC_HOST ]; then
module use $DESI_PRODUCT_ROOT/modulefiles
module load desiconda
module load desimodules/21.7e
module swap desitarget/2.5.0
module swap fiberassign/5.6.0
# need -f switch in recent modules versions to force
# swapping even though earlier desitarget / fiberassigns
# are dependencies of desimodules/21.7e
module swap -f desitarget/2.5.0
module swap -f fiberassign/5.6.0
export DESIMODEL=$DESI_ROOT/survey/ops/desimodel/trunk
export SKYHEALPIXS_DIR=$DESI_ROOT/target/skyhealpixs/v1
else
Expand Down

0 comments on commit 66e898d

Please sign in to comment.