Skip to content

Commit

Permalink
Changed module path.
Browse files Browse the repository at this point in the history
  • Loading branch information
sixy6e committed Jun 10, 2016
1 parent afd3b18 commit 757cd40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflow/run_NBAR.pbs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cat $PBS_NODEFILE | wc -l
NNODES=$(cat $PBS_NODEFILE | uniq | wc -l)

for i in $(seq 1 $NNODES); do
pbsdsh -n $((16 *$i)) -- bash -l -c "module use /g/data/v10/private/modules/modulefiles; module load gaip/4.2; PBS_NNODES=$NNODES PBS_VNODENUM=$i nbar.py \
pbsdsh -n $((16 *$i)) -- bash -l -c "module use /g/data/v10/private/modules/modulefiles; module load gaip/4.2.1; PBS_NNODES=$NNODES PBS_VNODENUM=$i nbar.py \
--l1t_path ${L1T_PATH} \
--out_path ${OUTPUT_PATH} \
--work_path ${OUTPUT_PATH} \
Expand Down
2 changes: 1 addition & 1 deletion workflow/run_PQ.pbs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ cat $PBS_NODEFILE | wc -l
NNODES=$(cat $PBS_NODEFILE | uniq | wc -l)

for i in $(seq 1 $NNODES); do
pbsdsh -n $((16 *$i)) -- bash -l -c "module use /projects/u46/opt/modules/modulefiles; module load gaip; module load agdc-api; PBS_NNODES=$NNODES PBS_VNODENUM=$i pq.py \
pbsdsh -n $((16 *$i)) -- bash -l -c "module use /g/data/v10/private/modules/modulefiles; module load gaip/4.2.1; PBS_NNODES=$NNODES PBS_VNODENUM=$i pq.py \
--l1t_path ${L1T_PATH} \
--nbar_path ${NBAR_PATH} \
--land_sea_path ${LAND_SEA_PATH} \
Expand Down

0 comments on commit 757cd40

Please sign in to comment.