Changeset 196


Ignore:
Timestamp:
Sep 9, 2008 11:34:21 AM (16 years ago)
Author:
raasch
Message:

updates of scripts for mpt

Location:
palm/trunk/SCRIPTS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r191 r196  
    13071307             then
    13081308
    1309 #                print ". /usr/share/modules/init/bash; module load mvapich/mvapich-0.9.9-intel; cd ${remote_md}; echo $make_call_string > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh  ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll
    1310                 print ". /usr/share/modules/init/bash; module load mvapich2; cd ${remote_md}; echo $make_call_string > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh  ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll
     1309                print ". /usr/share/modules/init/bash; module load mpt; cd ${remote_md}; echo $make_call_string > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh  ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll
     1310#                print ". /usr/share/modules/init/bash; module load mvapich2/1.2rc1-intel; cd ${remote_md}; echo $make_call_string > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh  ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll
     1311#                print ". /usr/share/modules/init/bash; module load mvapich2; cd ${remote_md}; echo $make_call_string > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh  ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll
    13111312
    13121313             elif [[ $remote_host = lctit ]]
  • palm/trunk/SCRIPTS/mrun

    r193 r196  
    28402840                then
    28412841                   ulimit -s 30000   # A too large stack size causes problems
    2842                    export MV2_NUM_PORTS=2
     2842#                   export MV2_NUM_PORTS=2
    28432843#                   export MV2_CPU_MAPPING=0:1:2:3
    2844                    mpiexec    ./palm  $ROPTS
     2844#                   mpiexec    ./palm  $ROPTS
     2845                   mpiexec_mpt -np $ii   ./palm  $ROPTS
    28452846                elif [[ $host = lcxt4 ]]
    28462847                then
  • palm/trunk/SCRIPTS/subjob

    r191 r196  
    160160     (breg*-en0|berni*-en0)  local_addres=130.73.230.10;  local_host=ibmb;;
    161161     (breva)                 local_addres=130.75.105.98;  local_host=lcmuk;;
    162      (b01*)                  local_addres=130.73.232.102; local_host=lcsgih;;
     162     (b01*)                  local_addres=130.73.232.102; local_host=lcsgib;;
    163163     (compute-*.local)       local_addres=172.20.4.2;     local_host=lcfimm;;
    164164     (cs*)                   local_addres=136.172.44.131; local_host=nech;;
     
    186186     (sun1|sun2)             local_addres=130.75.6.1;     local_host=unics;;
    187187     (r1*)                   local_addres=130.75.4.102;   local_host=lcsgih;;
    188      (r2*)                   local_addres=130.73.232.102; local_host=lcsgih;;
     188     (r2*)                   local_addres=130.73.232.102; local_host=lcsgib;;
    189189     (tgg*)                  local_addres=172.17.75.161;  local_host=lctit;;
    190190     (vorias)                local_addres=172.20.25.43;   local_host=lcmuk;;
     
    312312        (ibmy)   queue=parallel; remote_addres=165.132.26.58; submcom=/usr/lpp/LoadL/full/bin/llsubmit;;
    313313        (lcfimm) remote_addres=172.20.4.2; submcom=/opt/torque/bin/qsub;;
    314         (lcsgib) queue=smallq; remote_addres=130.73.232.102; submcom=/opt/torque/bin/qsub;;
     314        (lcsgib) queue=smallq; remote_addres=130.73.232.102; submcom=/opt/moab/bin/msub;;
    315315        (lcsgih) queue=smallq; remote_addres=130.75.4.102; submcom=/opt/moab/bin/msub;;
    316316        (lctit)  queue=lctit; remote_addres=172.17.75.161; submcom=/n1ge/TITECH_GRID/tools/bin/n1ge;;
     
    697697
    698698. /usr/share/modules/init/bash
    699 # module load mvapich/mvapich-0.9.9-intel
    700 module load mvapich2
     699module load mpt
     700# module load mvapich2/1.2rc1-intel
     701# module load mvapich2
    701702module load netcdf
    702703export LD_LIBRARY_PATH=/sw/intel/cce/10.1.015/lib:/sw/intel/fce/10.1.015/lib:/sw/dataformats/netcdf/3.6.2/lib:\$LD_LIBRARY_PATH
Note: See TracChangeset for help on using the changeset viewer.