Ignore:
Timestamp:
Nov 4, 2011, 1:21:38 AM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: dustopacity.def missing in TESTCASE. saved BENCH.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE_DEV/MPI/install_pgfortran

    r341 r344  
    11#! /bin/bash
    22
    3 name=pgfortran_mpich2-1.3.1_nofast_nemesis
    4 
     3name=pgfortran_mpich2-1.3.1_fast_nemesis
     4name=pgfortran_mpich2-1.4.1p1_fast_nemesis
    55###########################
    66
    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
     7zempi=1.3.1
     8zempi=1.4.1p1
     9
     10wget http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/$zempi/mpich2-$zempi.tar.gz
     11tar xzvf mpich2-$zempi.tar.gz
     12\rm mpich2-$zempi.tar.gz
    1013
    1114export CC=pgcc
     
    1316export F77=pgfortran
    1417export CXX=pgcpp
    15 export CFLAGS= #-fast
    16 export FCFLAGS= #-fast
    17 export FFLAGS= #-fast
    18 export CXXFLAGS= #-fast
     18export CFLAGS=-fast
     19export FCFLAGS=-fast
     20export FFLAGS=-fast
     21export CXXFLAGS=-fast
    1922
    2023ici=$PWD/$name
    21 cd mpich2-1.3.1
     24cd mpich2-$zempi
    2225./configure --prefix=$ici --with-device=ch3:nemesis
    2326make
    2427make install
    2528cd ..
    26 \rm -rf mpich2-1.3.1
     29\rm -rf mpich2-$zempi
    2730
    2831
Note: See TracChangeset for help on using the changeset viewer.