32 | | gmake (or gmake ORCA2xLMD144142) |
| 32 | gmake (or gmake ORCA2xLMD144142 ) |
| 33 | |
| 34 | # temporarly work around to have a working libsxioipsl.a |
| 35 | cd ../../lib |
| 36 | ln -s libioips.a libsxioipsl.a |
| 37 | cd - |
| 38 | |
| 39 | # batch submission to compile LMDZ |
| 40 | # |
| 41 | qsub -qtx7 -lmemsz_prc=2gb -jo |
| 42 | cd $PBS_O_WORKDIR |
| 43 | gmake lmdz9671 (or gmake lmdz144142 ) |
| 44 | # Attention aux dimensions de lmdz et il faudra finir la compilation |
| 45 | # en interactif avec la commande : gmake ORCA2xLMD9671 |
| 46 | ^D # Control D en début de ligne |
| 47 | |
| 48 | |
| 49 | # end of compilation |
| 50 | gmake (or gmake ORCA2xLMD144142 ) |
| 51 | |
| 52 | # verification |
| 53 | ls ../../bin |
| 54 | gcm.e oasis opa |
| 55 | |
| 56 | |