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

Contents of /MITgcm/tools/build_options/linux_amd64_ifort_fimm_default

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


Revision 1.1 - (show annotations) (download)
Fri Apr 7 08:50:23 2006 UTC (17 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, mitgcm_mapl_00, checkpoint58u_post, checkpoint58w_post, checkpoint60, checkpoint61, checkpoint62, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58f_post, checkpoint58d_post, checkpoint58i_post, checkpoint58g_post, checkpoint58o_post, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y, checkpoint58m_post
Adding optifiles for fimm.bccs.uib.no
http://www.parallab.uib.no/resources/cluster/nodemem

1 #!/bin/bash
2 #
3 # fimm.bccs.uib.no
4 # http://www.parallab.uib.no/resources/cluster/nodemem
5
6 CPP='/lib/cpp -traditional -P'
7
8 # Note that the -mp switch is for ieee "maintain precision" and is
9 # roughly equivalent to -ieee
10 FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl'
11
12 FOPTIM='-O3 -align'
13 LIBS='-L/opt/mpich/intel/lib -L/local/netcdf-3.6.0-p1/lib -lnetcdf'
14
15 FC=ifort
16
17 DEFINES='-DWORDLENGTH=4'
18
19 INCLUDES='-I/opt/mpich/intel/include -I/local/netcdf-3.6.0-p1/include'
20 INCLUDEDIRS='/opt/mpich/intel/include'

  ViewVC Help
Powered by ViewVC 1.1.22