source:
trunk/MESOSCALE/LMD_MM_MARS/SIMU/checkrunmpi
@
153
Last change on this file since 153 was 11, checked in by , 14 years ago | |
---|---|
|
|
File size: 241 bytes |
Line | |
---|---|
1 | #! /bin/bash |
2 | |
3 | echo Machines |
4 | $WHERE_MPI/mpiexec -l -n 4 hostname |
5 | echo GCM processes |
6 | $WHERE_MPI/mpiexec -l -n 4 ps -e -o '%u %p %C %x %c' | grep gcm |
7 | echo 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.