Changeset 1058 for palm


Ignore:
Timestamp:
Nov 21, 2012 7:00:35 AM (11 years ago)
Author:
raasch
Message:

Intel inspector (inspxe) is given the number of PEs instead of the number of nodes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r1047 r1058  
    2020# Current revisions:
    2121# -----------------
     22# Intel inspector (inspxe) is given the number of PEs instead of the number of
     23# nodes
    2224#
    2325# Former revisions:
     
    38293831                   elif [[ "$mpilib" = impi ]]
    38303832                   then
    3831                       echo "mpirun -np $tasks_per_node inspxe-cl -r result -collect mi3 -- ./a.out  <  runfile_atmos"
    3832                       mpirun -np $tasks_per_node inspxe-cl -r result -collect mi3 -- ./a.out  <  runfile_atmos
     3833                      echo "mpirun -np $ii inspxe-cl -r result -collect mi3 -- ./a.out  <  runfile_atmos"
     3834                      mpirun -np $ii inspxe-cl -r result -collect mi3 -- ./a.out  <  runfile_atmos
    38333835                   fi
    38343836                elif [[ $host = lcxe6  ||  $host = lcxt5m ]]
Note: See TracChangeset for help on using the changeset viewer.