source: trunk/MESOSCALE_DEV/MPI/install_pgfortran @ 341

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
3name=pgfortran_mpich2-1.3.1_nofast_nemesis
4
5###########################
6
7wget http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/1.3.1/mpich2-1.3.1.tar.gz
8tar xzvf mpich2-1.3.1.tar.gz
9\rm mpich2-1.3.1.tar.gz
10
11export CC=pgcc
12export FC=pgfortran
13export F77=pgfortran
14export CXX=pgcpp
15export CFLAGS= #-fast
16export FCFLAGS= #-fast
17export FFLAGS= #-fast
18export CXXFLAGS= #-fast
19
20ici=$PWD/$name
21cd mpich2-1.3.1
22./configure --prefix=$ici --with-device=ch3:nemesis
23make
24make install
25cd ..
26\rm -rf mpich2-1.3.1
27
28
Note: See TracBrowser for help on using the repository browser.