Changeset 755 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Aug 29, 2011 9:55:16 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r746 r755 228 228 # 18/08/11 - Marcus - support for Linux OS with German locale 229 229 # - properly report hosts on general Linux clusters 230 230 # 29/08/11 - BjornW - adapted for lcflow (ForWind cluster in Oldenburg) 231 231 232 232 … … 2560 2560 [[ ! -f a.out ]] && compile_error=true 2561 2561 continue # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN 2562 elif [[ $localhost = lcflow ]] 2563 then 2564 printf " compiler is called via ssh on \"flow\" \n" 2565 ssh flow02.hpc.uni-oldenburg.de -l $usern ". /cm/local/apps/environment-modules/3.2.6/Modules/3.2.6/init/bash; echo $MODULEPATH; echo $MODULESHOME; MODULEPATH=/cm/shared/modulefiles/; module load netcdf/intel/64/4.1.3 intel/ics/64/2011.0.013 intel/impi/64/4.0.1.007 hdf5/intel/64/1.8.7; cd $TEMPDIR; make $mopts -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" " 2566 [[ ! -f a.out ]] && compile_error=true 2567 continue # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN 2562 2568 else 2563 2569 [[ $localhost = lcxt4 ]] && . /opt/modules/default/init/ksh … … 3398 3404 then 3399 3405 aprun -n $ii -N $tasks_per_node a.out $ROPTS < runfile_atmos 3406 elif [[ $host = lcflow ]] 3407 then 3408 mpiexec -machinefile $TMPDIR/machines -n $ii -env I_MPI_FABRICS shm:ofa a.out < runfile_atmos $ROPTS 3400 3409 else 3401 3410 mpiexec -machinefile hostfile -n $ii a.out < runfile_atmos $ROPTS
Note: See TracChangeset
for help on using the changeset viewer.