Changeset 1350
- Timestamp:
- Apr 4, 2014 1:01:30 PM (11 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.mrun.config.lcxe6
r1241 r1350 37 37 %compiler_name ftn lcxe6 parallel 38 38 %compiler_name_ser ftn lcxe6 parallel 39 %cpp_options -cpp:-DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__netcdf:-D__intel_openmp_bug lcxe6 parallel 40 %netcdf_inc -I:/opt/cray/netcdf-hdf5parallel/default/netcdf-hdf5parallel-intel/include:-I/opt/cray/hdf5-parallel/default/hdf5-parallel-intel/include lcxe6 parallel 41 %netcdf_lib -L/opt/cray/netcdf-hdf5parallel/default/netcdf-hdf5parallel-intel/lib:-lnetcdf:-lnetcdff:-L/opt/cray/hdf5-parallel/default/hdf5-parallel-intel/lib:-lhdf5_fortran:-lhdf5hl_fortran lcxe6 parallel 39 %cpp_options -cpp:-DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__fftw:-D__netcdf:-D__intel_openmp_bug lcxe6 parallel 42 40 %mopts -j:4 lcxe6 parallel 43 %fopts - r8:-O3:-nbs:-convert:little_endian:-I:/opt/cray/mpt/default/xt/gemini/mpich2-intel/120/includelcxe6 parallel44 %lopts - r8:-O3:-nbs:-L:/opt/cray/mpt/default/xt/gemini/mpich2-intel/120/liblcxe6 parallel41 %fopts -O3:-r8:-fp-model:source:-align:all:-ftz:-fno-alias:-no-scalar-rep:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-convert:little_endian lcxe6 parallel 42 %lopts -O3:-r8:-fp-model:source:-align:all:-ftz:-fno-alias:-no-scalar-rep:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-Vaxlib lcxe6 parallel 45 43 %remote_username <replace by your CrayXE6 username> lcxe6 parallel 46 44 %memory 1000 lcxe6 parallel 47 45 %project_account <replace by your project account> lcxe6 parallel 48 %modules modules:Base-opts:pmi: hdf5-parallel:netcdf-hdf5parallel:xtpe-network-gemini:gni-headerslcxe6 parallel49 %login_init_cmd .:/opt/modules/default/init/ksh\;:.:/etc/bash.bashrc.local\;:module:swap:PrgEnv-cray:PrgEnv-intel\;:module:swap:cray- mpich2:xt-mpich2lcxe6 parallel46 %modules modules:Base-opts:pmi:netcdf-hdf5parallel:xtpe-network-gemini:gni-headers:cray-mpich2:fftw lcxe6 parallel 47 %login_init_cmd .:/opt/modules/default/init/ksh\;:.:/etc/bash.bashrc.local\;:module:swap:PrgEnv-cray:PrgEnv-intel\;:module:swap:cray-hdf5-parallel:netcdf-hdf5parallel\;:module:unload:xtpe-interlagos lcxe6 parallel 50 48 %email_notification <replace by your email address> lcxe6 parallel 51 # 49 # 50 %tmp_user_catalog /work/<replace by your CrayXE6 username> lcxe6 parallel trace 51 %tmp_data_catalog /work/<replace by your CrayXE6 username>/tmp/ lcxe6 parallel trace 52 %compiler_name ftn lcxe6 parallel trace 53 %compiler_name_ser ftn lcxe6 parallel trace 54 %cpp_options -cpp:-DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__fftw:-D__netcdf:-D__intel_openmp_bug lcxe6 parallel trace 55 %mopts -j:4 lcxe6 parallel trace 56 %fopts -C:-check:nooutput_conversion:-fpe0:-debug:-traceback:-g:-w:-O0:-r8:-fp-model:source:-align:all:-ftz:-fno-alias:-no-scalar-rep:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-convert:little_endian lcxe6 parallel trace 57 %lopts -C:-check:nooutput_conversion:-fpe0:-debug:-traceback:-g:-w:-O0:-r8:-fp-model:source:-align:all:-ftz:-fno-alias:-no-scalar-rep:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-Vaxlib lcxe6 parallel trace 58 %remote_username <replace by your CrayXE6 username> lcxe6 parallel trace 59 %memory 1000 lcxe6 parallel trace 60 %project_account <replace by your project account> lcxe6 parallel trace 61 %modules modules:Base-opts:pmi:netcdf-hdf5parallel:xtpe-network-gemini:gni-headers:cray-mpich2:fftw lcxe6 parallel trace 62 %login_init_cmd .:/opt/modules/default/init/ksh\;:.:/etc/bash.bashrc.local\;:module:swap:PrgEnv-cray:PrgEnv-intel\;:module:swap:cray-hdf5-parallel:netcdf-hdf5parallel\;:module:unload:xtpe-interlagos lcxe6 parallel trace 63 %email_notification <replace by your email address> lcxe6 parallel trace 64 # 52 65 %write_binary true restart 53 66 # -
palm/trunk/SCRIPTS/mbuild
r1310 r1350 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # init_cmds is now executed before module calls in case of compiltion on local 25 # host 25 26 # 26 27 # Former revisions: … … 1286 1287 eval `$MODULESHOME/bin/modulecmd ksh load ${modules}` 1287 1288 else 1289 $init_cmds 1288 1290 module load ${modules} 1289 1291 fi … … 1362 1364 # TOUCH FILES IN ORDER TO FORCE COMPILATION FOR EVERY BLOCK 1363 1365 touch *.f90 1366 $init_cmds 1364 1367 make $make_options BLOCK=$block F90=$compiler_name F90_SER=$compiler_name_ser COPT="$cpp_options" F90FLAGS="$compiler_options" LDFLAGS="$loader_options" 1365 1368 -
palm/trunk/SCRIPTS/subjob
r1310 r1350 23 23 # Current revisions: 24 24 # ------------------ 25 # 25 # location of qsub updated for lcxe6 26 26 # 27 27 # Former revisions: … … 347 347 (lcsb) remote_addres=147.46.30.151; submcom=/usr/torque/bin/qsub;; 348 348 (lctit) queue=S; remote_addres=10.1.6.165; submcom=/opt/pbs/tools/bin/t2sub;; 349 (lcxe6) remote_addres=129.177.20.113; submcom=/opt/torque/ 2.5.10/bin/qsub;;349 (lcxe6) remote_addres=129.177.20.113; submcom=/opt/torque/default/bin/qsub;; 350 350 (lcxt5m) remote_addres=193.166.211.144; submcom=/opt/pbs/10.1.0.91350/bin/qsub;; 351 351 (lcyon) remote_addres=165.132.26.68; submcom=/usr/torque/bin/qsub;;
Note: See TracChangeset
for help on using the changeset viewer.