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

Contents of /MITgcm/tools/build_options/sp4_edvir1

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


Revision 1.1 - (show annotations) (download)
Thu Nov 17 12:45:03 2005 UTC (18 years, 5 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint58r_post, checkpoint57y_post, checkpoint58k_post, checkpoint58l_post, checkpoint58c_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint57x_post, checkpoint59c, checkpoint59b, checkpoint59l, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint57y_pre, checkpoint59, checkpoint58, checkpoint58f_post, checkpoint58e_post, mitgcm_mapl_00, checkpoint58n_post, checkpoint58x_post, checkpoint58y_post, checkpoint57z_post, checkpoint58v_post, checkpoint58w_post, checkpoint58t_post, checkpoint58h_post, checkpoint58s_post, checkpoint58p_post, checkpoint58j_post, checkpoint58d_post, checkpoint58b_post, checkpoint58a_post, checkpoint58m_post, checkpoint58i_post, checkpoint58u_post, checkpoint58g_post, checkpoint58o_post, checkpoint58q_post
options file for serial jobs on edvir1.awi-bremerhaven.de

1 #!/bin/bash
2 #
3 # $Header: $
4 # $Name: $
5 #
6 # tested on edvir1.awi-bremerhaven.de
7 # uname -a: AIX edvir1 2 5 0010117A4C00
8 #
9
10 S64='$(TOOLSDIR)/set64bitConst.sh'
11 MAKEDEPEND=makedepend
12 DEFINES='-DTARGET_AIX -DWORDLENGTH=4 -DNML_TERMINATOR'
13
14 INCLUDES='-I/edvir1/soft/netcdf-3.5.1/64/include'
15 CPP='/lib/cpp -P'
16 CC='cc -q64'
17 FC='xlf95 -q64'
18 LINK='xlf95 -q64'
19 LIBS='-L/export/soft/mass/4.1/aix5/lib -lmass -L/edvir1/soft/netcdf-3.5.1/64/lib -lnetcdf'
20
21 FFLAGS='-qfixed=132'
22 if test "x$IEEE" = x ; then
23 # No need for IEEE-754
24 FOPTIM='-O3 -qhot -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
25 else
26 # Try to follow IEEE-754
27 FOPTIM='-O3 -qstrict -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
28 fi
29 FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"

  ViewVC Help
Powered by ViewVC 1.1.22