source: CONFIG/trunk/LMDZORINCA/AA_make @ 327

Last change on this file since 327 was 142, checked in by acosce, 17 years ago

ACo : new configuration LMDZORINCA (parallel)

File size: 1.2 KB
Line 
1#- $Id$
2
3#-Q- sx8brodie sx8brodie:
4#-Q- sx8brodie  @echo sur le NEC SX-8 brodie la compilation se fait en batch
5#-Q- sx8brodie  @echo attendez la fin du job soumis la:
6#-Q- sx8brodie  qsub job.comp
7
8all :
9        if [ -s ./.resol ] ; then gmake `cat .resol` ; else gmake LMD9671 ; fi
10
11
12LMD9671 : libioipsl liborchidee inca3 lmdz9671
13        echo "LMD9671" >.resol
14
15libioipsl :
16        (cd ../../modeles/IOIPSL/src ; $(M_K) -f Makefile)
17
18
19liborchidee :
20        (cd ../../modeles/ORCHIDEE/ ; $(M_K) -f Makefile)
21
22config : libioipsl
23        (cd ../../modeles/IOIPSL/src; $(M_K) -f Makefile config)
24        (cd ../../modeles/ORCHIDEE/; $(M_K) -f Makefile config)
25        $(BINDIR)/Fparser -main -name ORCHIDEE_OL $(MODS1)
26        $(SCPDIR)/build_tkmenus
27        ./config.tk
28        $(RM) Config.*
29
30lmdz9671:
31        (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x71x19 -chimie AER -t 31 -m $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_96x71x19_t31_seq.e ../../bin/create_etat0_limit.e ; )
32        (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x71x19 -chimie AER -t 31  -v true -parallel true  -m $(FCM_ARCH) gcm ; cp bin/gcm_96x71x19_t31_para_orch.e ../../bin/gcm.e ; )
33
34inca3: 
35        (cd ../../modeles/INCA3; ./inca_fcm -chimie AER -m $(FCM_ARCH) -parallel true ; )
Note: See TracBrowser for help on using the repository browser.