source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/RUN/checkrunmpi @ 752

Last change on this file since 752 was 214, checked in by aslmd, 13 years ago

MESOSCALE: finished clean-up of SIMU directory. no more links in MESOSCALE/LMDZ.MARS directories, the actual specific files are here.

  • Property svn:executable set to *
File size: 241 bytes
RevLine 
[11]1#! /bin/bash
2
3echo Machines
4$WHERE_MPI/mpiexec -l -n 4 hostname
5echo GCM processes
6$WHERE_MPI/mpiexec -l -n 4 ps -e -o '%u %p %C %x %c' | grep gcm
7echo Mesoscale processes
8$WHERE_MPI/mpiexec -l -n 4 ps -e -o '%u %p %C %x %c' | grep wrf
9
10
11
12
Note: See TracBrowser for help on using the repository browser.