/[MITgcm]/MITgcm/tools/build_options/linux_amd64_pathf90
ViewVC logotype

Annotation of /MITgcm/tools/build_options/linux_amd64_pathf90

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


Revision 1.1 - (hide annotations) (download)
Fri Feb 18 19:41:12 2005 UTC (19 years, 2 months ago) by ce107
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint57t_post, checkpoint57o_post, checkpoint58e_post, mitgcm_mapl_00, checkpoint58u_post, checkpoint57m_post, checkpoint57s_post, checkpoint57k_post, checkpoint57g_post, checkpoint58r_post, checkpoint57i_post, checkpoint57y_post, checkpoint57e_post, checkpoint58n_post, checkpoint57g_pre, checkpoint58t_post, checkpoint58h_post, checkpoint57y_pre, checkpoint57f_pre, checkpoint58q_post, checkpoint57v_post, checkpoint58j_post, checkpoint57r_post, checkpoint58, eckpoint57e_pre, checkpoint57h_done, checkpoint58f_post, checkpoint57x_post, checkpoint57n_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint57f_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint58g_post, checkpoint58o_post, checkpoint57z_post, checkpoint58k_post, checkpoint58s_post, checkpoint58p_post, checkpoint57j_post, checkpoint58b_post, checkpoint57h_pre, checkpoint58m_post, checkpoint57l_post, checkpoint57h_post
Flags etc. for the Pathscale compilers on Opteron systems for serial
as well as parallel MPI cases. The latter uses the LAM library provided
with Fedora Core 3 (which is built with gcc/g++/g77 etc.).

1 ce107 1.1 #!/bin/bash
2     #
3     # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_amd64_pgf77,v 1.1 2004/01/03 05:31:36 edhill Exp $
4     # $Name: $
5     #
6     # Build options for Fedore Core 3 x86-64 Opteron
7     # tested on (Linux batsi 2.6.10-1.766_FC3smp #1 SMP Wed Feb 9 23:17:48 EST 2005 x86_64 x86_64 x86_64 GNU/Linux) system 20051802
8     #
9    
10     CC=pathcc
11     FC=pathf90
12     LD=pathf90
13     DEFINES='-D_BYTESWAPIO -DWORDLENGTH=4'
14     CPP='cpp -traditional -P'
15     NOOPTFLAGS='-O0'
16     MAKEDEPEND=/usr/X11R6/bin/makedepend
17     FFLAGS='-r8 -extend_source'
18     if test "x$IEEE" = x ; then
19     # No need for IEEE-754
20     FOPTIM='-Ofast -LNO:fusion=2'
21     else
22     # Try to follow IEEE-754
23     FOPTIM='-Ofast -LNO:fusion=2 -OPT:roundoff=0:IEEE_arithmetic=1'
24     fi

  ViewVC Help
Powered by ViewVC 1.1.22