source:
branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/install_dir.sh
@
5542
Last change on this file since 5542 was 5542, checked in by nicolasmartin, 8 years ago | |
---|---|
|
|
File size: 586 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | #settings |
4 | /ccc/work/cont003/gen7451/martin/NEMO/ |
5 | branches/2015/nemo_v3_6_STABLE |
6 | |
7 | X64_CURIE_trust |
8 | |
9 | cd /ccc/work/cont003/gen7451/martin/NEMO |
10 | mkdir -p ${}/NEMOGCM |
11 | |
12 | for elmt in ARCH CONFIG NEMO EXTERNAL/IOIPSL EXTERNAL/fcm TOOLS ; do |
13 | svn co http://forge.ipsl.jussieu.fr/nemo/svn/${}/NEMOGCM/$elmt ${}/NEMOGCM/$elmt |
14 | done |
15 | |
16 | cd NEMOGCM/TOOLS |
17 | cp -f ../../../trunk/NEMOGCM/ARCH/CNRS/arch-X64_CURIE_trust.fcm ../ARCH |
18 | ./maketools -m ${} -n REBUILD_NEMO > /dev/null |
19 | |
20 | for elmt in $( ls * ); do |
21 | [ ! $( echo $elmt | grep "COMPILE\|maketools\|REBUILD_NEMO" ) ] && rm -rf $elmt |
22 | done |
Note: See TracBrowser
for help on using the repository browser.