Skip to content

Commit

Permalink
Add mpirun flag to prepend rank
Browse files Browse the repository at this point in the history
- added "-l" flag to mpirun command to prepend/insert the MPI process rank
at the beginning of all lines written to the standard output
- was tested in operations while investigating GFS ops failures
- include flag moving forward in operational system, starting with v16.1.5

Refs: #439
  • Loading branch information
KateFriedman-NOAA committed Oct 18, 2021
1 parent 8e52726 commit b639ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/WCOSS_DELL_P3.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
step=$1

# WCOSS_DELL_P3 information
export launcher="mpirun -n"
export launcher="mpirun -l -n"
export mpmd="cfp"

export npe_node_max=28
Expand Down

0 comments on commit b639ca0

Please sign in to comment.