/[MITgcm]/MITgcm/verification/cpl_aim+ocn/optfile_g77_itrda
ViewVC logotype

Annotation of /MITgcm/verification/cpl_aim+ocn/optfile_g77_itrda

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Wed Oct 27 23:19:43 2004 UTC (19 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint55j_post, checkpoint56b_post, checkpoint57h_pre, checkpoint57h_done, eckpoint57e_pre, checkpoint57k_post, checkpoint57d_post, checkpoint57i_post, checkpoint57c_post, checkpoint57m_post, checkpoint57h_post, checkpoint57a_pre, checkpoint57, checkpoint56, checkpoint57g_pre, checkpoint57f_post, checkpoint57e_post, checkpoint57j_post, checkpoint56c_post, checkpoint57b_post, checkpoint55i_post, checkpoint57f_pre, checkpoint57l_post, checkpoint57g_post, checkpoint57c_pre, checkpoint56a_post, checkpoint57a_post
 o cpl_aim+ocn with mnc output from the ocn_compon_interf package
   - works on itrda w/g77 (see: verification/cpl_aim+ocn/itrda_notes.txt)
   - needs testing on cg01 (must remove the mpirun "-wd" option from
     the run_cpl_test script)

1 edhill 1.1 #!/bin/bash
2     #
3     # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_g77,v 1.11 2004/10/13 03:59:02 edhill Exp $
4     # $Name: $
5     #
6    
7    
8     FC=mpif77
9     CC=mpicc
10     DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
11     CPP='cpp -traditional -P'
12     NOOPTFLAGS='-O0'
13    
14     if test "x$IEEE" = x ; then
15     # No need for IEEE-754
16     FFLAGS='-Wimplicit -Wunused -Wuninitialized'
17     FOPTIM='-O3 -malign-double -funroll-loops'
18     else
19     # Try to follow IEEE-754
20     FFLAGS='-Wimplicit -Wunused -ffloat-store'
21     FOPTIM='-O0 -malign-double'
22     fi
23    
24     INCLUDES='-I/usr/local/mpich/mpich-gcc/include'
25     #LIBS='-L/usr/local/mpich/mpich-gcc/lib'
26    

  ViewVC Help
Powered by ViewVC 1.1.22