Ignore:
Timestamp:
Aug 17, 2010 10:44:58 AM (14 years ago)
Author:
maronga
Message:

adjustments for lcxt4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r540 r544  
    208208     #                     lcsgih/lcsgib is done using the names
    209209     #                     hicegate0/bicegate0 instead of the IP addresses
     210     # 17/08/10 - BjornM - adjustments for interactive runs on lcxt4
    210211
    211212
     
    25342535       else
    25352536          [[ $localhost = lctit ]]  &&  export LM_LICENSE_FILE=27050@tggls
     2537          [[ $localhost = lcxt4 ]]  &&  . /opt/modules/default/init/ksh
    25362538          [[ "$module_calls" != "" ]]  &&  eval $module_calls
    25372539          make $mopts -f Makefile PROG=a.out  F90=$compiler_name  COPT="$cpp_options"  F90FLAGS="$fopts"  LDFLAGS="$lopts"
     
    33133315                elif [[ $host = lcxt4  ||  $host = lcxt5m ]]
    33143316                then
    3315                    aprun  -n $ii  -N $tasks_per_node  a.out  $ROPTS  < runfile_atmos
     3317                    aprun  -n $ii  -N $tasks_per_node  a.out  $ROPTS  < runfile_atmos
    33163318                else
    33173319                   mpiexec  -machinefile hostfile  -n $ii  a.out  < runfile_atmos  $ROPTS
Note: See TracChangeset for help on using the changeset viewer.