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
|
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.