Hi guys
Would it be possible to change the file share/mpi/f77/init_f.c line 41 to
something like:
argv[0] = getenv("MPI_TASK_NAME");
if (!argv[0]) argv[0] = "LAM_MPI_Fortran_program";
So that it is possible to set the task name that shows up in mpitask for
fortran programs?
Ricardo
|