Thursday, February 20, 2014

all the modeles on s4

  ----------------------------
  bundle: bundle/basic-1
  ----------------------------
  modules:
      Intel compiler license (BADGER)
      Intel Compiler Suite 12.0
      Intel MPI

  ----------------------------
  bundle: bundle/basic-2
  ----------------------------
  modules:
      Intel compiler license (BADGER)
      Intel Compiler Suite 11.1.059
      Intel MPI

  ----------------------------
  bundle: bundle/grads-stack-1
  ----------------------------
  compiler:
      stack-1 uses the intel 12.0 compiler
      
  modules:
      Intel compiler license (BADGER)/ Intel Compiler Suite 12.0
      Intel MPI / szip 2.1 / udunits 1.2.11 / geotiff 1.3.0
      netcdf4 4.1.2 / hdf 4.2.5 / hdf4 5.1.85 / grads 2.0.a9
      
      version 1

  ----------------------------
  bundle: bundle/grads-stack-12.1
  ----------------------------
  compiler:
      stack-12.1 uses the intel 12.1 compiler
      
  modules:
      Intel compiler license (BADGER) / Intel Compiler Suite 12.1
      Intel MPI / szip / udunits 1.2.11 / udunits2 2.1.24
      netcdf4 4.1.3 / hdf 4.2.7 / hdf5 1.8.9 / grads 2.0.1
      
      version 12.1

  ----------------------------
  bundle: bundle/grads-stack-2
  ----------------------------
  compiler: 
      stack-2 uses the Intel 11.1.059 compiler.
      
  modules:
      Intel compiler license (BADGER) / Intel Compiler Suite 11.1.059
      Intel MPI / szip 2.1 / udunits 1.2.11 / geotiff 1.3.0
      netcdf4 4.1.2 / hdf 4.2.5 / hdf4 5.1.85 / grads 2.0.a9
      
      version 1

  ----------------------------
  gcc: gcc/4.5.3
  ----------------------------
  compiler:
      GNU Compiler Collection - cc, g++, and gfortran.
      
  variables:
      CPATH / INCLUDE / FC / F77 / CC / CXX
      
  system variables modified:
      LD_LIBRARY_PATH / LIBRARY_PATH / MANPATH
      
      Version 4.5.3

  ----------------------------
  geotiff: geotiff/1.3.0
  ----------------------------
  variables:
      SSEC_GEOTIFF_DIR  : location of GEOTIFF distribution
      SSEC_GEOTIFF_LIB  : location of GEOTIFF libraries
      SSEC_GEOTIFF_INC  : location of GEOTIFF include files
      
  compile code:
       -I${SSEC_GEOTIFF_INC} 
      
  link:
       -L${SSEC_GEOTIFF_LIB} -lgeotiff
      
      Version 1.3.0 
      
  ----------------------------
  impi: impi/4.0.3.008
  ----------------------------
      intel/12.1
      intel/12.0
      intel/11.1.059

  variables:
      loads the Intel MPI environment.  
      I_MPI_ROOT / MANPATH / LD_LIBRARY_PATH / PATH

  compile code: 
      I_MPI_INCLUDE
  
  link:
      I_MPI_LIB
      
      Version 4.0.3.008 

  ----------------------------
  intel: intel/11.1.059
  ----------------------------
  compiler: 
      Intel family compilers - C, C++, and Fortran.
      
  compiler variables:
      CPATH / FPATH / INCLUDE / INTEL_LICENSE_FILE / MIC_LD_LIBRARY_PATH
      MKLROOT / NLSPATH / FC / F77 / CC / CXX
      
  system variables:
      LD_LIBRARY_PATH / LIBRARY_PATH / MANPATH

      Version 11.1.059 
      
  ----------------------------
  intel: intel/12.0
  ----------------------------
  compilers:
      Intel family compilers - C, C++, and Fortran.
      
  compiler variables:
      CPATH / FPATH / INCLUDE / INTEL_LICENSE_FILE /
      MIC_LD_LIBRARY_PATH / MKLROOT / NLSPATH /
      FC / F77 / CC / CXX
      
  system variables:
      LD_LIBRARY_PATH / LIBRARY_PATH / MANPATH  
      
      Version 12.0 

  ----------------------------
  intel: intel/12.1
  ----------------------------
  compilers: 
      Intel family compilers - C, C++, and Fortran.
      
  compiler variables:
      CPATH / FPATH / INCLUDE / INTEL_LICENSE_FILE /
      MIC_LD_LIBRARY_PATH / MKLROOT / NLSPATH /
      FC / F77 / CC / CXX
      
  system variables:
      LD_LIBRARY_PATH / LIBRARY_PATH / MANPATH 
      
      Version 12.1 

  ----------------------------
  intel: intel/13.1
  ----------------------------
  compilers:
      loads the Intel family compilers - C, C++, and Fortran.
      
  compiler variables:
      CPATH / FPATH/ INCLUDE/ INTEL_LICENSE_FILE /
      MIC_LD_LIBRARY_PATH / MKLROOT / NLSPATH /
      FC / F77 / CC / CXX
      
  system variables:
      LD_LIBRARY_PATH / LIBRARY_PATH / MANPATH
      
      Version 13.1

  ----------------------------
  jobvars: jobvars/1.0
  ----------------------------
      The jobvars module provides convenient variables for running
      SGE jobs. These variables are not required, but should make
      writing your job scripts easier.
      
      This module will only work in the SGE qsub environment.
      
      jobvars provides the following variables:
      
      $SCRATCH = recommended scratch partition for your queue job.
      For example "/scratch2" -this is the base filesystem.
        
      $TMPDIR_SHORT = temporary directory on $SCRATCH that will be
      cleaned on a short timeframe, within one or two days.
      
      $TMPDIR_LONG = temporary directory on $SCRATCH that will be
      cleaned on a longer timeframe, within one or two weeks.
      
      $TMPDIR_SHORT and $TMPDIR_LONG should be created by your
      qsub script for usage. For example:
      mkdir $TMPDIR_SHORT
      
      Version 1.0

  ----------------------------
  license_intel: license_intel/BADGER
  ----------------------------
  note:
      The intel_license module prepends to your PATH 
      for access to the Intel compiler license.
      
      Version BADGER 

  ----------------------------
  license_intel: license_intel/dontuse-ssec
  ----------------------------
  note:
      The intel_license module prepends to your PATH 
      for access to the Intel compiler license.
      
      This version uses the SSEC license. 
      
      Version SSEC 

  ----------------------------
  r-core: r-core/2.9.2
  ----------------------------
  variables:
      R_HOME
      
  system variables modified:
      PATH / LD_LIBRARY_PATH
      
      Version 2.9.2

  ----------------------------
  subversion: subversion/1.6.16
  ----------------------------
  note:
      The svn module prepends to your PATH for access to the svn
      binaries, and appends to your MANPATH for manual pages.
      
      Version 1.6.16 (CollabNet_Subversion) 

  ----------------------------
  szip: szip/2.1
  ----------------------------
  variables:
      SSEC_SZIP_LIB : location of the szip libraries
      SSEC_SZIP_INC : location of the szip include files. 
      
  compile code:
       -I${SSEC_SZIP_INC}
      
  link:
       -L${SSEC_SZIP_LIB} -lszip
      
  note:
      The szip module also prepends to your LD_LIBRARY_PATH for access
      to the shared object library.
      
      Version 2.1

  ----------------------------
  udunits: udunits/1.12.11
  ----------------------------
  variables:
      SSEC_UDUNITS_DIR : location of the UDUNITS distribution 
      SSEC_UDUNITS_BIN : location of the UDUNITS binaries
      SSEC_UDUNITS_LIB : location of the UDUNITS libraries
      SSEC_UDUNITS_INC : location of the UDUNITS include files
      
  compile code:
       -I${SSEC_UDUNITS_INC} 
      
  link:
       -L${SSEC_UDUNITS_LIB} -ludunits
      
  note:
      The UDUNITS module also prepends to your INFOPATH
      and LD_LIBRARY_PATH for access to UDUNITS help, utilities,
      and shared object library.
      
      Version 1.12.11
      
  ----------------------------
  w3lib: w3lib/2.0.2
  ----------------------------
  variables:
      SSEC_W3_LIB  : location of the w3 library.
      
  linke:
       -L${SSEC_W3_LIB} -lw3
      
  note:
      The w3lib module also prepends to your LD_LIBRARY_PATH for access
      to the shared object library.
      
      Version 2.0.2

No comments:

Post a Comment