Last change
on this file since 341 was
341,
checked in by aslmd, 13 years ago
|
MESOSCALE: tests pour faire marcher le modele en parallele sur la ferme. toujours infructueux... toutes les notes incluses et options explorees en commentaire. les options par defaut restent les memes en attendant. ajout de scripts pour compiler NETCDF et MPI. correction d un probleme de Registry et de makemeso pour les runs LES ancienne physique. ajout d un cas test LES phoenix.
|
-
Property svn:executable set to
*
|
File size:
542 bytes
|
Line | |
---|
1 | #! /bin/bash |
---|
2 | |
---|
3 | name=pgfortran_mpich2-1.3.1_nofast_nemesis |
---|
4 | |
---|
5 | ########################### |
---|
6 | |
---|
7 | wget http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/1.3.1/mpich2-1.3.1.tar.gz |
---|
8 | tar xzvf mpich2-1.3.1.tar.gz |
---|
9 | \rm mpich2-1.3.1.tar.gz |
---|
10 | |
---|
11 | export CC=pgcc |
---|
12 | export FC=pgfortran |
---|
13 | export F77=pgfortran |
---|
14 | export CXX=pgcpp |
---|
15 | export CFLAGS= #-fast |
---|
16 | export FCFLAGS= #-fast |
---|
17 | export FFLAGS= #-fast |
---|
18 | export CXXFLAGS= #-fast |
---|
19 | |
---|
20 | ici=$PWD/$name |
---|
21 | cd mpich2-1.3.1 |
---|
22 | ./configure --prefix=$ici --with-device=ch3:nemesis |
---|
23 | make |
---|
24 | make install |
---|
25 | cd .. |
---|
26 | \rm -rf mpich2-1.3.1 |
---|
27 | |
---|
28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.