Last change
on this file since 93 was
59,
checked in by aslmd, 15 years ago
|
LMDZ jupiter: essai compilation/run sur GNOME ok; ajout de fichiers arch; script pour IOIPSL; script llsubmit. LMD_MM_MARS ancienne physique compile en sequentiel et en parallele sans modification avec les reglages ifort natifs
|
File size:
625 bytes
|
Rev | Line | |
---|
[59] | 1 | # @ job_name=JUPITER |
---|
| 2 | # @ output = $(job_name).$(jobid) |
---|
| 3 | # @ error = $(output) |
---|
| 4 | # @ job_type = MPICH |
---|
| 5 | # @ total_tasks =24 |
---|
| 6 | # @ blocking = unlimited |
---|
| 7 | # @ class =AP |
---|
| 8 | # @ environment=tmpdir=$(home)/$(job_name).$(jobid).results |
---|
| 9 | # @ queue |
---|
| 10 | grep "^# @" $0 |
---|
| 11 | set -vx |
---|
| 12 | #################################################################### |
---|
| 13 | mkdir ${tmpdir} |
---|
| 14 | cp /san/home/spiga/trunk/deftanks/giant/* ${tmpdir} |
---|
| 15 | cp /san/home/spiga/trunk/bin/gcm_80x120x15_phylmd_para.e ${tmpdir}/gcm.e |
---|
| 16 | #################################################################### |
---|
| 17 | cd ${tmpdir} |
---|
| 18 | mpirun gcm.e |
---|
| 19 | #################################################################### |
---|
Note: See
TracBrowser
for help on using the repository browser.