Last change
on this file since 4232 was
4232,
checked in by dubos, 5 years ago
|
simple_physics : DYNAMICO config for CICLAD
|
-
Property svn:executable set to
*
|
File size:
356 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | echo "Usage : $0 arch" |
---|
4 | echo " where arch is the architecture name passed to the build scripts" |
---|
5 | |
---|
6 | echo "$0 $*" > rebuild_DYNAMICO.sh |
---|
7 | chmod a+x rebuild_DYNAMICO.sh |
---|
8 | |
---|
9 | ARCH=$1 |
---|
10 | |
---|
11 | cd modeles/XIOS |
---|
12 | ./make_xios --arch $ARCH --job 8 |
---|
13 | |
---|
14 | cd ../DYNAMICO |
---|
15 | ./make_icosa -arch $ARCH -parallel mpi -with_xios -job 8 |
---|
16 | |
---|
17 | cd ../DYNAMICO_phyparam |
---|
18 | ./make_dynamico_phyparam |
---|
Note: See
TracBrowser
for help on using the repository browser.