Skip to content

Commit 3fbb2ed

Browse files
committed
clean up params
1 parent 9cc1d85 commit 3fbb2ed

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

src/sst/elements/ariel/arielcpu.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,9 @@ class ArielCPU : public SST::Component {
6363
{"appstderrappend", "If appstderr is set, set this to 1 to append the file intead of overwriting", "0"},
6464
{"launchparamcount", "Number of parameters supplied for the launch tool", "0" },
6565
{"launchparam%(launchparamcount)d", "Set the parameter to the launcher", "" },
66-
{"mpimode", "Whether to use <mpilauncher> to to launch <launcher> in order to trace MPI-enabled applications.", "0"},
67-
{"mpiranks", "Number of ranks to be launched by <mpilauncher>. Only <mpitracerank> will be traced by <launcher>.", "1" },
66+
{"mpimode", "Whether to use MPI_Comm_spawn_multiple to to launch app. Use for MPI aplications. SST-Core must be compiled with MPI enabled.", "0"},
67+
{"mpiranks", "Number of ranks to be launched. Only <mpitracerank> will be traced by <launcher>.", "1" },
6868
{"mpitracerank", "Rank to be traced", "0" },
69-
{"mpitraceall", "Whether to trace all ranks (not implemented)", "false" },
7069
{"envparamcount", "Number of environment parameters to supply to the Ariel executable, default=-1 (use SST environment)", "-1"},
7170
{"envparamname%(envparamcount)d", "Sets the environment parameter name", ""},
7271
{"envparamval%(envparamcount)d", "Sets the environment parameter value", ""},

src/sst/elements/ariel/frontend/pin3/pin3frontend.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ class Pin3Frontend : public ArielFrontend {
6565
{"appstderrappend", "If appstderr is set, set this to 1 to append the file intead of overwriting", "0"},
6666
{"launchparamcount", "Number of parameters supplied for the launch tool", "0" },
6767
{"launchparam%(launchparamcount)d", "Set the parameter to the launcher", "" },
68-
{"mpimode", "Whether to use MPI_Comm_spawn_multiple to to launch apps. Enable for MPI enabled apps.", "0"},
69-
{"mpiranks", "Number of ranks to be launched. Only <mpitracerank> will be traced.", "1" },
70-
{"mpitracerank", "Rank to be traced by.", "0" },
68+
{"mpimode", "Whether to use MPI_Comm_spawn_multiple to to launch app. Use for MPI aplications. SST-Core must be compiled with MPI enabled.", "0"},
69+
{"mpiranks", "Number of ranks to be launched. Only <mpitracerank> will be traced by <launcher>.", "1" },
70+
{"mpitracerank", "Rank to be traced", "0" },
7171
{"envparamcount", "Number of environment parameters to supply to the Ariel executable, default=-1 (use SST environment)", "-1"},
7272
{"envparamname%(envparamcount)d", "Sets the environment parameter name", ""},
7373
{"envparamval%(envparamcount)d", "Sets the environment parameter value", ""},

0 commit comments

Comments
 (0)