/[MITgcm]/MITgcm_contrib/ESMF/mytools/comp_profile.GFDL_HPCS
ViewVC logotype

Diff of /MITgcm_contrib/ESMF/mytools/comp_profile.GFDL_HPCS

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

revision 1.1 by cnh, Fri Feb 27 17:09:09 2004 UTC revision 1.6 by cnh, Thu Mar 18 22:19:16 2004 UTC
# Line 6  Line 6 
6  #  #
7  # Yes these guys have never installed bash (maybe next decade?)  # Yes these guys have never installed bash (maybe next decade?)
8  set gm2command  = "sh ${BUILDROOT}/../../tools/genmake2"  set gm2command  = "sh ${BUILDROOT}/../../tools/genmake2"
9  set gm2optfile  = "-optfile=${BUILDROOT}/../../tools/build_options/irix64_ip35+mpi_gfdl"  set gm2optfile  = "-optfile=${BUILDROOT}/mytools/irix64_ip35+mpi_gfdl"
10  set mkmodname   = ( tr '[a-z]' '[A-Z]' )  set mkmodname   = './toupper.sh'
11  set arcommand   = ar  set arcommand   = ar
12  set aropts      = "-s -rc"  set aropts      = "-s -rc"
13  set cccommand   = cc  set cccommand   = cc
14  set ccopts      = "-64 -c"  set ccopts      = "-64 -c"
15  set comp        = "/opt/MIPSpro/bin/f90"  set comp        = "/opt/MIPSpro/bin/f90"
16  set compopts    = ( -64 -mips4 -i4 -r8 -d8 -g -O0 -extend_source -fixedform  )  set compopts    = ( -64 -mips4 -i4 -r8 -d8 -g -O0 -extend_source -fixedform \
17                        -cpp -DE_1_0_4 -DE_REGRID_IS_BROKEN  )
18    set compopts_num = ( ${compopts} )
19  set esmf_root   = ( /home/sjs/Inchon/ESMF_LATEST/esmf                        )  set esmf_root   = ( /home/sjs/Inchon/ESMF_LATEST/esmf                        )
20  set complibs    = ( -L${esmf_root}/lib/libg/IRIX64.default.64.default -lesmf )  set complibs    = ( -L${esmf_root}/lib/libg/IRIX64.default.64.default -lesmf )
21  set complibs    = ( ${complibs}  -lC -lCio -lmpi -lmpi++                     )  set complibs    = ( ${complibs}  -lC -lCio -lmpi -lmpi++                     )

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22