From b639ca0553e008297c52b8293011697d18dc4ffc Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Mon, 18 Oct 2021 13:00:30 +0000 Subject: [PATCH] Add mpirun flag to prepend rank - 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 --- env/WCOSS_DELL_P3.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/WCOSS_DELL_P3.env b/env/WCOSS_DELL_P3.env index 46c50b0766..0589143457 100755 --- a/env/WCOSS_DELL_P3.env +++ b/env/WCOSS_DELL_P3.env @@ -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