LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Ricardo Fonseca (pcl36688_at_[hidden])
Date: 2003-05-07 08:27:10


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