source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/checkrunmpi @ 153

Last change on this file since 153 was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

  • Property svn:executable set to *
File size: 241 bytes
Line 
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.