Changeset 1350 for palm/trunk


Ignore:
Timestamp:
Apr 4, 2014 1:01:30 PM (10 years ago)
Author:
maronga
Message:

updates for lcxe6

Location:
palm/trunk/SCRIPTS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/.mrun.config.lcxe6

    r1241 r1350  
    3737%compiler_name       ftn                                                                                              lcxe6 parallel
    3838%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
    4240%mopts               -j:4                                                                                             lcxe6 parallel
    43 %fopts               -r8:-O3:-nbs:-convert:little_endian:-I:/opt/cray/mpt/default/xt/gemini/mpich2-intel/120/include lcxe6 parallel
    44 %lopts               -r8:-O3:-nbs:-L:/opt/cray/mpt/default/xt/gemini/mpich2-intel/120/lib                            lcxe6 parallel
     41%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
    4543%remote_username      <replace by your CrayXE6 username>                                                              lcxe6 parallel
    4644%memory              1000                                                                                             lcxe6 parallel
    4745%project_account     <replace by your project account>                                                                lcxe6 parallel
    48 %modules             modules:Base-opts:pmi:hdf5-parallel:netcdf-hdf5parallel:xtpe-network-gemini:gni-headers          lcxe6 parallel
    49 %login_init_cmd      .:/opt/modules/default/init/ksh\;:.:/etc/bash.bashrc.local\;:module:swap:PrgEnv-cray:PrgEnv-intel\;:module:swap:cray-mpich2:xt-mpich2   lcxe6 parallel
     46%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
    5048%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#           
    5265%write_binary        true                             restart
    5366#
  • palm/trunk/SCRIPTS/mbuild

    r1310 r1350  
    2222# Current revisions:
    2323# ------------------
    24 #
     24# init_cmds is now executed before module calls in case of compiltion on local
     25# host
    2526#
    2627# Former revisions:
     
    12861287             eval `$MODULESHOME/bin/modulecmd ksh load ${modules}`
    12871288          else
     1289             $init_cmds
    12881290             module load ${modules}
    12891291          fi
     
    13621364             # TOUCH FILES IN ORDER TO FORCE COMPILATION FOR EVERY BLOCK
    13631365          touch  *.f90
     1366          $init_cmds
    13641367          make  $make_options  BLOCK=$block  F90=$compiler_name  F90_SER=$compiler_name_ser  COPT="$cpp_options"  F90FLAGS="$compiler_options"  LDFLAGS="$loader_options"
    13651368
  • palm/trunk/SCRIPTS/subjob

    r1310 r1350  
    2323# Current revisions:
    2424# ------------------
    25 #
     25# location of qsub updated for lcxe6
    2626#
    2727# Former revisions:
     
    347347        (lcsb)    remote_addres=147.46.30.151; submcom=/usr/torque/bin/qsub;;
    348348        (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;;
    350350        (lcxt5m)  remote_addres=193.166.211.144; submcom=/opt/pbs/10.1.0.91350/bin/qsub;;
    351351        (lcyon)   remote_addres=165.132.26.68; submcom=/usr/torque/bin/qsub;;
Note: See TracChangeset for help on using the changeset viewer.