/[MITgcm]/MITgcm/tools/build_options/linux_ia32_pgf77+mpi_aces
ViewVC logotype

Annotation of /MITgcm/tools/build_options/linux_ia32_pgf77+mpi_aces

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


Revision 1.2 - (hide annotations) (download)
Thu Jan 13 00:35:30 2005 UTC (19 years, 4 months ago) by ce107
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint58l_post, checkpoint57o_post, checkpoint57m_post, checkpoint58e_post, checkpoint57f_post, checkpoint57s_post, checkpoint57j_post, checkpoint58b_post, checkpoint58m_post, checkpoint57k_post, checkpoint57d_post, checkpoint57g_post, checkpoint57c_pre, checkpoint57i_post, checkpoint57y_post, checkpoint58g_post, checkpoint57x_post, checkpoint57g_pre, checkpoint58h_post, checkpoint57e_post, checkpoint58j_post, checkpoint57h_post, checkpoint57y_pre, checkpoint57f_pre, checkpoint57v_post, checkpoint57r_post, checkpoint58, eckpoint57e_pre, checkpoint57h_done, checkpoint58f_post, checkpoint57n_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint57z_post, checkpoint57c_post, checkpoint58k_post, checkpoint57h_pre, checkpoint57l_post
Changes since 1.1: +3 -3 lines
Fix for missing MPI information.

1 edhill 1.1 #!/bin/bash
2     #
3 ce107 1.2 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_pgf77+mpi_aces,v 1.1 2004/11/13 03:23:28 edhill Exp $
4 edhill 1.1 # $Name: $
5     #
6    
7    
8     FC='mpif77'
9     CC='mpicc'
10 ce107 1.2 DEFINES='-DWORDLENGTH=4 -DALLOW_USE_MPI -DALWAYS_USE_MPI'
11 edhill 1.1 CPP='cpp -traditional -P'
12     LINK='mpif77'
13 ce107 1.2 INCLUDEDIRS='-I/usr/local/pkg/mpich/mpich-pgi/include -I/usr/local/pkg/pgi/pgi-5.2/linux86/5.2/include'
14 edhill 1.1
15    
16     if test "x$IEEE" = x ; then
17     # No need for IEEE-754
18     FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
19     FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform'
20     else
21     # Try to follow IEEE-754
22     FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
23     FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform -Kieee'
24     fi
25    

  ViewVC Help
Powered by ViewVC 1.1.22