Back to home page

MITgcm

 
 

    


Warning, /tools/netcdf_notes/ifort_gfdl_baylor is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit 5acdeb9b on 2005-05-05 19:17:01 UTC
5acdeb9b90 Ed H*0001 # This was tested on the Altix Itanium IC cluster at GFDL 5/4/05
                0002 # by Baylor Fox-Kemper
                0003 
                0004 wget ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-3.6.0-p1.tar.gz
                0005 
                0006 tar -xzvf netcdf-3.6.0-p1.tar.gz
                0007 
                0008 cd netcdf-3.6.0-p1/src
                0009 
                0010 export FC='/opt/ifort/8.1.026/bin/ifort'
                0011 export F90='/opt/ifort/8.1.026/bin/ifort'
                0012 export CC=gcc
                0013 export CPPFLAGS=-DpgiFortran
                0014 export FFLAGS=-i-static
                0015 export FLIBS=-L/opt/ifort/8.1.026/lib/
                0016 
                0017 ./configure --prefix=/home/bfk/fortran/netcdf-3.6.0-p1/ic
                0018 make
                0019 make install
                0020 
                0021