|
Last change
on this file since 2921 was
134,
checked in by aslmd, 15 years ago
|
|
CHANGEMENT ARBORESCENCE ETAPE 1 -- NON COMPLET
|
|
File size:
700 bytes
|
| Line | |
|---|
| 1 | # @ job_name=JUPITER |
|---|
| 2 | # @ output = $(job_name).$(jobid) |
|---|
| 3 | # @ error = $(output) |
|---|
| 4 | # @ job_type = MPICH |
|---|
| 5 | # @ total_tasks =32 |
|---|
| 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 | cp /san/home/spiga/trunk/bin/gcm_180x360x10_phylmd_para.e ${tmpdir}/gcm.e |
|---|
| 17 | #################################################################### |
|---|
| 18 | cd ${tmpdir} |
|---|
| 19 | mpirun gcm.e |
|---|
| 20 | #################################################################### |
|---|
Note: See
TracBrowser
for help on using the repository browser.