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

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

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

revision 1.2 by jmc, Wed Aug 2 20:14:50 2006 UTC revision 1.3 by jmc, Tue Aug 8 01:59:52 2006 UTC
# Line 6  Line 6 
6  # on computer node:  # on computer node:
7  #  needs to load intel compiler version 9:  #  needs to load intel compiler version 9:
8  #  > module load ifc/9.0.021 icc/9.0.021 intel/9.0  #  > module load ifc/9.0.021 icc/9.0.021 intel/9.0
9  #  and set for 2 threads:  #  and set for 2 threads,
10  #  > export OMP_NUM_THREADS=2 (sh,bash)  #  + in many cases, need to increase the stack-size:
11  #  or:  #- sh,bash:
12  #  > setenv OMP_NUM_THREADS 2 (csh,tcsh)  #  > 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    
18  FC='ifort'  FC='ifort'
19  CC='icc'  CC='icc'

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22