source: trunk/ICOSA_LMDZ/compile_adastra-gnu @ 4091

Last change on this file since 4091 was 4036, checked in by emillour, 5 weeks ago

Generic PCM:
Significant structural change : turn directories "phystd" and "aeronostd" and
related into "phygeneric", "aeronogeneric", etc.
Hence to compile the generic PCM one must now use option "-p generic"
(it is recommended after an update to this version to recompile everything
with the -full option).
EM

  • Property svn:executable set to *
File size: 554 bytes
RevLine 
[3402]1# Simple example of launching the make_icosa_lmdz script with adequate options
2# adapt to fit your own needs.
[3480]3arch=ADASTRA-gnu
[3402]4
[2983]5# Gas Giants:
[4036]6#make_icosa_lmdz -p generic -p_opt "-b 20x25" -parallel mpi_omp -arch $arch -arch_path ../ARCH -job 8 $*
[2983]7
8# Venus:
[3480]9#make_icosa_lmdz -p venus -parallel mpi -arch $arch -arch_path ../ARCH -job 8  $*
[2983]10
11# Mars:
[3480]12make_icosa_lmdz -p mars -parallel mpi_omp -arch $arch -arch_path ../ARCH -job 8 -full -nodeps $*
[2983]13
[3480]14# Pluto:
15#make_icosa_lmdz -p pluto -p_opt "-b 17x23" -parallel mpi -arch $arch -arch_path ../ARCH -job 8 $*
Note: See TracBrowser for help on using the repository browser.