pycasso-machine-maunaloa-intel.rc 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. queue :
  2. !
  3. ! machine/compiler specific settings
  4. !
  5. ! The environment variables below are set by loading the proper modules into the environment!!!
  6. intel.opt.base : ${INTEL_OPT_BASE}
  7. intel.usr.base : ${INTEL_USR_BASE}
  8. ! template settings for GNU Fortran compiler:
  9. !#include base/${my.branch}/rc/pycasso-compiler-gfortran-4.1.rc
  10. ! compilers with MPI enabled:
  11. ! o same compilers, flags defined in options:
  12. !mpi.compiler.fc : ${compiler.fc}
  13. !mpi.compiler.fc.openmp : ${compiler.fc.openmp}
  14. ! o use wrapper:
  15. !mpi.compiler.fc : openmpif90
  16. !mpi.compiler.fc.openmp : openmpif90
  17. ! template settings for Intel fortran compiler:
  18. #include base/${my.branch}/rc/pycasso-compiler-ifort-12.1.rc
  19. ! compilers with MPI enabled:
  20. ! o same compilers, flags defined in options:
  21. !mpi.compiler.fc : ${compiler.fc}
  22. !mpi.compiler.fc.openmp : ${compiler.fc.openmp}
  23. mpi.bin : ${intel.usr.base}/mpich2-1.3.1/suite/bin/
  24. mpi.compiler.fc : ${mpi.bin}/mpif90
  25. mpi.compiler.fc.openmp : ${mpi.bin}/mpif90
  26. ! template settings for Intel Fortran compiler:
  27. !include base/branches/pycasso/rc/compiler.ifort-12.1.rc
  28. ! template settings for IBM xlf compiler:
  29. !include base/branches/pycasso/rc/compiler.xlf-12.1.rc
  30. !
  31. ! libraries
  32. !
  33. my.macports :
  34. ! Z library (used for compression in HDF4)
  35. compiler.lib.z.fflags :
  36. compiler.lib.z.libs : -lz
  37. ! JPEG library (used for compression in HDF4)
  38. JPEG_HOME : ${intel.usr.base}/jpegsrc.v6b/
  39. compiler.lib.jpeg.fflags :
  40. compiler.lib.jpeg.libs : -L${JPEG_HOME}/lib -ljpeg
  41. ! SZ library (used for compression in HDF4)
  42. SZIP_HOME : ${intel.usr.base}/szip-2.1/
  43. compiler.lib.sz.fflags : -I${SZIP_HOME}/include
  44. compiler.lib.sz.libs : -L${SZIP_HOME}/lib -lsz -Wl,-rpath -Wl,${SZIP_HOME}/lib
  45. ! HDF4 library:
  46. HDF4_HOME : ${intel.usr.base}/hdf-4.2.5/
  47. compiler.lib.hdf4.fflags : -I${HDF4_HOME}/include
  48. compiler.lib.hdf4.libs : -L${HDF4_HOME}/lib -lmfhdf -ldf -ljpeg -lz
  49. ! HDF5 library:
  50. HDF5_HOME : ${intel.usr.base}/hdf5-1.8.5-patch1
  51. compiler.lib.hdf5.fflags : -I${HDF5_HOME}/include
  52. compiler.lib.hdf5.libs : -L${HDF5_HOME}/lib -lhdf5_hl -lhdf5_fortran -lhdf5 -Wl,-rpath -Wl,${HDF5_HOME}/lib
  53. ! HDF5 library with parallel features:
  54. HDF5_MPI_HOME : ${intel.usr.base}/mpich2-1.3.1/hdf5-1.8.5-patch1
  55. compiler.lib.hdf5_par.fflags :
  56. compiler.lib.hdf5_par.libs : -L${HDF5_MPI_HOME}/lib -lhdf5_hl -lhdf5
  57. ! NetCDF library:
  58. ! NOTE WP: This is the "classic" netcdf3 library compiled with gfortran
  59. !NETCDF_HOME : ${my.macports}
  60. NETCDF_HOME : ${intel.usr.base}/netcdf-4.1.1
  61. compiler.lib.netcdf.fflags : -I${NETCDF_HOME}/include
  62. compiler.lib.netcdf.libs : -L${NETCDF_HOME}/lib -lnetcdf
  63. ! NetCDF4 library:
  64. NETCDF4_HOME : ${intel.usr.base}/netcdf4-4.1.1
  65. compiler.lib.netcdf4.fflags : -I${NETCDF4_HOME}/include
  66. compiler.lib.netcdf4.libs : -L${NETCDF4_HOME}/lib -lnetcdf
  67. ! NetCDF4 library with parallel features:
  68. NETCDF4_MPI_HOME : ${intel.usr.base}/mpich2-1.3.1/netcdf4-4.1.1
  69. compiler.lib.netcdf4_par.fflags : -I${NETCDF4_MPI_HOME}/include
  70. compiler.lib.netcdf4_par.libs : -L${NETCDF4_MPI_HOME}/lib -lnetcdf
  71. ! MPI library:
  72. MPI_HOME : ${intel.usr.base}/mpich2-1.3.1/suite
  73. compiler.lib.mpi.fflags : -I${MPI_HOME}/include
  74. compiler.lib.mpi.libs : -L${MPI_HOME}/lib -lmpich
  75. ! GRIB library:
  76. GRIBEX_HOME : /usr
  77. compiler.lib.grib.fflags : -I${GRIBEX_HOME}/include
  78. compiler.lib.grib.libs : -L${GRIBEX_HOME}/lib -lgribex
  79. ! Lapack library: (note that MKL is an environment variable set through the module environment)
  80. !MKL : ${intel.opt.base}/Frameworks/mkl/
  81. compiler.lib.lapack.fflags : -I${MKL_INC}
  82. !compiler.lib.lapack.libs : -L${MKL}/ -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lguide -lpthread
  83. compiler.lib.lapack.libs : -L${MKL}/ -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lpthread
  84. !
  85. !
  86. ! UDUNITS version 1 library:
  87. UDUNITS_VERSION : udunits-1.12.11/
  88. UDUNITS_HOME : ${intel.usr.base}/${UDUNITS_VERSION}
  89. compiler.lib.udunits.fflags : -I${UDUNITS_HOME}/include
  90. compiler.lib.udunits.libs : -L${UDUNITS_HOME}/lib -ludunits
  91. !
  92. ! queue
  93. !
  94. ! template settings for LoadLeveler queue:
  95. !include base/branches/pycasso/rc/queue.loadleveler.rc
  96. ! template settings for BSUB queue:
  97. !include base/branches/pycasso/rc/queue.bsub.rc
  98. ! template settings for QSUB queue:
  99. !include base/branches/pycasso/rc/queue.qsub.rc
  100. !
  101. ! jobs
  102. !
  103. ! shell to use in job scripts:
  104. ! o python scripts:
  105. job.shell.python : /usr/bin/env python
  106. !
  107. ! maker
  108. !
  109. ! make command;
  110. ! the setup script will insert the 'build.jobs' specified in the expert.rc
  111. ! or passed as argument to the setup script:
  112. !
  113. maker : make -j %{build.jobs}
  114. !
  115. ! MPI runner
  116. !
  117. ! command for running MPI parallel programs
  118. !
  119. ! o MPI run (part of MPI distribution)
  120. !
  121. ! command and arguments; no command file written, thus executable and arguments are added
  122. ! For gfortran
  123. mpirun.command : ${intel.usr.base}/mpich2-1.3.1/suite/bin/mpirun
  124. ! For ifort
  125. !mpirun.command : mprun
  126. mpirun.args : -np ${par.ntask}
  127. !
  128. ! name of command file; if empty, then executable and arguments are added to the command line
  129. mpirun.cmdfile :
  130. !
  131. ! name of host file:
  132. mpirun.hostfile :
  133. !!
  134. !! o POE = Parallel Operating Environment (IBM machines on ECMWF, SARA)
  135. !!
  136. !! command and arguments; the call to executable is written to the command file:
  137. !mpirun.command : poe
  138. !mpirun.args : -labelio yes -procs ${par.ntask} -cmdfile ${mpirun.cmdfile} -hostfile ${mpirun.hostfile}
  139. !!
  140. !! name of command and host files (empty for not written):
  141. !mpirun.cmdfile : ${my.basename}.cmdfile
  142. !mpirun.hostfile : ${my.basename}.hostfile
  143. !
  144. ! debugger
  145. !
  146. ! debugger type: totalview | idb | kdbg
  147. debugger : kdbg
  148. ! command for debugger:
  149. ! o KDE debugger around gdb (Linux systems using gfortran)
  150. debugger.command : kdbg
  151. ! o Intel debugger (for systems with Intel compiler)
  152. !debugger.command : idb -gui
  153. ! o TotalView (IBM)
  154. !debugger.command : totalview -searchPath=${build.sourcedir}
  155. !
  156. ! model data
  157. !
  158. ! the user scratch directory:
  159. my.scratch : /data/TM5/scratch/${USER}
  160. !my.scratch : ${TEMP}
  161. ! main archive:
  162. !my.archdir : /ms_perm/TM
  163. my.archdir : /Volumes/Storage/TM5
  164. ! base path to various data files:
  165. my.data.dir : ${my.archdir}/input
  166. ! local temporary meteo archive:
  167. my.meteo.dir : ${my.meteo.search}
  168. ! permanent archives to search for meteo files:
  169. #if "${my.meteo.format}" == "tm5-nc"
  170. !my.meteo.search : /data/TM5/peters/NO-TAPE-YET/TM/meteo-nc/
  171. my.meteo.search : /Storage/CO2/ivar/huygens_output/meteo-ei-nc-coarsened
  172. #else
  173. my.meteo.search : ${my.archdir}/METEO/
  174. #endif
  175. ! extra install tasks:
  176. my.install.tasks :