Changeset 182


Ignore:
Timestamp:
Aug 4, 2008 9:07:43 AM (16 years ago)
Author:
raasch
Message:

further mpi-version adjustments for sgi-ice

Location:
palm/trunk/SCRIPTS
Files:
4 edited

Legend:

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

    r181 r182  
    1515# characters of the host identifier should be "lc" (Linux cluster), "ibm"
    1616# (IBM-AIX), or "nec" (NEC-SX), respectively.
     17%host_identifier   service100  lcsgih
     18%host_identifier   r1*         lcsgih
     19%host_identifier   h01*        lcsgih
     20%host_identifier   r2*         lcsgib
     21%host_identifier   b01*        lcsgib
    1722%host_identifier   bora        lcmuk
    1823%host_identifier   cs*         nech
  • palm/trunk/SCRIPTS/mbuild

    r181 r182  
    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/1.2-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
     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/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
    13111311
    13121312             elif [[ $remote_host = lctit ]]
  • palm/trunk/SCRIPTS/mrun

    r181 r182  
    22492249          locat=compile
    22502250
    2251   # WORKAROUND: REMOVE IF LATER, BUT KEEP THE EXIT!
     2251  # WORKAROUND: REMOVE IF CONSTRUCT LATER, BUT KEEP THE EXIT!
    22522252          if [[ $localhost != lcsgib  &&  $localhost != lcsgih ]]
    22532253          then
    22542254             exit
     2255          else
     2256             locat=normal
    22552257          fi
    22562258       else
     
    27992801                   ulimit -s 30000
    28002802                   ulimit -a
    2801                    mpirun_rsh -hostfile $PBS_NODEFILE -np $ii  OMP_NUM_THREADS=$OMP_NUM_THREADS  palm  $ROPTS
    2802 #                   export MV2_NUM_PORTS=2
     2803#                   mpirun_rsh -hostfile $PBS_NODEFILE -np $ii  OMP_NUM_THREADS=$OMP_NUM_THREADS  palm  $ROPTS
     2804                   export MV2_NUM_PORTS=2
    28032805#                   export MV2_CPU_MAPPING=0:1:2:3
    2804 #                   mpiexec    ./palm  $ROPTS
     2806                   mpiexec    ./palm  $ROPTS
    28052807                elif [[ $host = lcxt4 ]]
    28062808                then
  • palm/trunk/SCRIPTS/subjob

    r181 r182  
    685685
    686686. /usr/share/modules/init/bash
    687 module load mvapich/mvapich-0.9.9-intel
    688 # module load mvapich2/1.2-intel
     687# module load mvapich/mvapich-0.9.9-intel
     688module load mvapich2/1.2rc1-intel
    689689module load netcdf
    690690export 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.