@@ -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" , " " },
0 commit comments