Last change
on this file since 23 was
11,
checked in by aslmd, 15 years ago
|
spiga@svn-planeto:ajoute le modele meso-echelle martien
|
-
Property svn:executable set to
*
|
File size:
241 bytes
|
Rev | Line | |
---|
[11] | 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.