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

Contents of /MITgcm/tools/build_options/linux_amd64_ifort_fimm_emic

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 # optifile for fimm.bccs.uib.no
4 # http://www.parallab.uib.no/resources/cluster/nodemem
5 #
6 # uses mpif90 wrapper for ifort
7 # issues:
8 # * -save option needed for GISS atmosphere
9 # * cannot use ifort options -assume, -convert
10 # * needs low optimization leve
11
12 FC=mpif90
13 F90C=mpif90
14 DEFINES='-DWORDLENGTH=1 -D_BYTESWAPIO'
15 LINK='mpif90'
16 CPP='/lib/cpp -traditional -P'
17 FFLAGS='-132 -r8 -i4 -save -g -traceback'
18 F90FLAGS='-132 -r8 -i4 -save -g -traceback'
19 FOPTIM=''
20 LIBS='-L/opt/mpich/intel/lib'
21 INCLUDES='$INCLUDES -I/opt/mpich/intel/include'
22 INCLUDEDIRS='/opt/mpich/intel/include'

  ViewVC Help
Powered by ViewVC 1.1.22