source: dynamico_lmdz/simple_physics/config/DYNAMICO/build_DYNAMICO.sh @ 4232

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
3echo "Usage : $0 arch"
4echo " where arch is the architecture name passed to the build scripts"
5
6echo "$0 $*" > rebuild_DYNAMICO.sh
7chmod a+x rebuild_DYNAMICO.sh
8
9ARCH=$1
10
11cd modeles/XIOS
12./make_xios --arch $ARCH --job 8
13
14cd ../DYNAMICO
15./make_icosa -arch $ARCH -parallel mpi -with_xios -job 8
16
17cd ../DYNAMICO_phyparam
18./make_dynamico_phyparam
Note: See TracBrowser for help on using the repository browser.