/[MITgcm]/MITgcm/tools/build_options/linux_ia32_ifort.aces+mth
ViewVC logotype

Annotation of /MITgcm/tools/build_options/linux_ia32_ifort.aces+mth

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


Revision 1.3 - (hide annotations) (download)
Tue Aug 8 01:59:52 2006 UTC (17 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58r_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, mitgcm_mapl_00, checkpoint58n_post, checkpoint58x_post, checkpoint58y_post, checkpoint58v_post, checkpoint58w_post, checkpoint58t_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61l, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint58q_post, checkpoint58u_post, checkpoint60, checkpoint61, checkpoint58o_post
Changes since 1.2: +9 -5 lines
update comments

1 jmc 1.1 #!/bin/bash
2     #
3 jmc 1.3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_ifort.aces+mth,v 1.2 2006/08/02 20:14:50 jmc Exp $
4 jmc 1.1 #
5 jmc 1.2 # get 1 node with 2 cpu : qsub -I -l nodes=1:ppn=2
6     # on computer node:
7     # needs to load intel compiler version 9:
8     # > module load ifc/9.0.021 icc/9.0.021 intel/9.0
9 jmc 1.3 # and set for 2 threads,
10     # + in many cases, need to increase the stack-size:
11     #- sh,bash:
12     # > export OMP_NUM_THREADS=2
13     # > export KMP_STACKSIZE=400m
14     #- csh,tcsh:
15     # > setenv OMP_NUM_THREADS 2
16     # > setenv KMP_STACKSIZE 400m
17 jmc 1.1
18     FC='ifort'
19     CC='icc'
20     LINK='ifort'
21     INCLUDES='-I/usr/local/pkg/ifc/ifc-9.0.021/include'
22     LIBS='-L/usr/local/pkg/ifc/ifc-9.0.021/lib'
23    
24     DEFINES='-DWORDLENGTH=4 -DUSE_OMP_THREADING'
25     CPP='cpp -traditional -P'
26    
27     NOOPTFLAGS='-O0'
28     NOOPTFILES='mds_byteswapr8.F mds_byteswapr4.F mds_byteswapi4.F'
29    
30     if test "x$IEEE" = x ; then
31     FOPTIM='-O3 -align'
32     FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -openmp -convert big_endian -assume byterecl'
33     else
34     FOPTIM='-O0 -noalign'
35     FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -openmp -pc64 -xW -convert big_endian -assume byterecl'
36     fi
37    
38     NOOPTFILES=$NOOPTFILES' mitcplr_char2real.F mitcplr_real2char.F'
39     NOOPTFILES=$NOOPTFILES' mitcplr_char2int.F mitcplr_int2char.F mds_byteswap.F'

  ViewVC Help
Powered by ViewVC 1.1.22