Skip to content

Commit

Permalink
issue #1 modify WCOSS2.env for APRUN_POSTSND
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangPingLou-NOAA committed Nov 12, 2021
1 parent d12493f commit c33d6f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions env/WCOSS2.env
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@ elif [ $step = "postsnd" ]; then

export NTHREADS_POSTSND=${nth_postsnd:-1}
[[ $NTHREADS_POSTSND -gt $nth_max ]] && export NTHREADS_POSTSND=$nth_max
export APRUN_POSTSND="$launcher -n $npe_postsnd -ppn $npe_node_postsnd"

export APRUN_POSTSND="$launcher -n $npe_postsnd --depth=6 --cpu-bind depth"
export NTHREADS_POSTSNDCFP=${nth_postsndcfp:-1}
[[ $NTHREADS_POSTSNDCFP -gt $nth_max ]] && export NTHREADS_POSTSNDCFP=$nth_max
export APRUN_POSTSNDCFP="$launcher -n $npe_postsndcfp $mpmd"
Expand Down

0 comments on commit c33d6f7

Please sign in to comment.