Changeset 1547
- Timestamp:
- Jan 29, 2015 3:09:12 PM (10 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 1 added
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.mrun.config.forwind_hlrnIII
r1466 r1547 165 165 CPU_MEASURES out:loc:tr d3# $base_data/$fname/MONITORING _cpu 166 166 CPU_MEASURES out:loc:tra d3f $base_data/$fname/MONITORING _cpu 167 TURBINE_PARAMETERS01 out:loc:tr d3#:d3f $base_data/$fname/MONITORING _turbine_parameters01 168 TURBINE_PARAMETERS02 out:loc:tr d3#:d3f $base_data/$fname/MONITORING _turbine_parameters02 169 TURBINE_PARAMETERS03 out:loc:tr d3#:d3f $base_data/$fname/MONITORING _turbine_parameters03 170 TURBINE_PARAMETERS04 out:loc:tr d3#:d3f $base_data/$fname/MONITORING _turbine_parameters04 171 TURBINE_PARAMETERS05 out:loc:tr d3#:d3f $base_data/$fname/MONITORING _turbine_parameters05 172 TURBINE_PARAMETERS06 out:loc:tr d3#:d3f $base_data/$fname/MONITORING _turbine_parameters06 173 TURBINE_PARAMETERS07 out:loc:tr d3#:d3f $base_data/$fname/MONITORING _turbine_parameters07 174 TURBINE_PARAMETERS08 out:loc:tr d3#:d3f $base_data/$fname/MONITORING _turbine_parameters08 175 TURBINE_PARAMETERS09 out:loc:tr d3#:d3f $base_data/$fname/MONITORING _turbine_parameters09 176 TURBINE_PARAMETERS10 out:loc:tr d3#:d3f $base_data/$fname/MONITORING _turbine_parameters10 167 177 # 168 178 DATA_1D_PR_NETCDF out:loc pr# $output_data/$fname/OUTPUT _pr nc -
palm/trunk/SCRIPTS/mbuild
r1488 r1547 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # adjustments for ForWind computing cluster (lcflow) 25 25 # 26 26 # Former revisions: … … 512 512 (lccrayb) remote_address=130.73.233.1;; 513 513 (lccrayh) remote_address=130.75.4.1;; 514 (lcflow) remote_address="flow .hpc.uni-oldenburg.de";;514 (lcflow) remote_address="flow02.hpc.uni-oldenburg.de";; 515 515 (lckordi) remote_adress=210.219.61.8;; 516 516 (lcmuk) remote_address=130.75.105.2;; -
palm/trunk/SCRIPTS/mrun
r1492 r1547 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # adjustments for ForWind computing cluster (lcflow) 25 25 # 26 26 # Former revisions: … … 3508 3508 elif [[ $host = lcflow ]] 3509 3509 then 3510 mpirun - bootstrap sge -np $ii -env I_MPI_FABRICS shm:ofaa.out < runfile_atmos $ROPTS3510 mpirun -np $ii a.out < runfile_atmos $ROPTS 3511 3511 elif [[ $host = lcsb ]] 3512 3512 then … … 4810 4810 4811 4811 # lcflow ALSO REQUIRES TO PROVIDE PATH FOR THE PALM-SCRIPTS 4812 if [[ $host = lcflow || $localhost = lcflow ]]4813 then4812 # if [[ $host = lcflow || $localhost = lcflow ]] 4813 # then 4814 4814 echo "export PALM_BIN=$PALM_BIN" | sed -e 's:'$HOME':$HOME:' >> $jobfile 4815 4815 echo "export PATH=\$PATH:\$PALM_BIN" >> $jobfile 4816 fi4816 # fi 4817 4817 4818 4818 # CALL MRUN WITHIN THE JOB (SETTING QUEUE IS A WORKAROUND FOR ibmkisti) -
palm/trunk/SCRIPTS/subjob
r1546 r1547 23 23 # Current revisions: 24 24 # ------------------ 25 # 25 # adjustments for ForWind computing cluster (lcflow) 26 26 # 27 27 # Former revisions: … … 364 364 (lccrayh) queue=mpp1testq; remote_address=130.75.4.1; submcom=/opt/moab/default/bin/msub;; 365 365 (lccrayf) queue=small; remote_address=86.50.166.21; submcom=/opt/slurm/default/bin/sbatch;; 366 (lcflow) remote_address=10.140.1.7 1; submcom=/cm/shared/apps/sge/6.2u5p2/bin/lx26-amd64/qsub;;366 (lcflow) remote_address=10.140.1.72; submcom=qsub;; 367 367 (lckyoto) remote_address=133.3.51.11; submcom=/thin/local/bin/qsub;; 368 368 (lck) remote_address=165.132.26.61; submcom=/usr/torque/bin/qsub;; … … 422 422 esac;; 423 423 (lcflow) case $ndq in 424 (cfd_lom_long.q|cfd_him_long.q|cfd_lom_serl.q|cfd_lom_shrt.q|cfd_him_shrt.q ) error=false;;424 (cfd_lom_long.q|cfd_him_long.q|cfd_lom_serl.q|cfd_lom_shrt.q|cfd_him_shrt.q|cfd_ivy_shrt.q) error=false;; 425 425 (*) error=true;; 426 426 esac;; … … 844 844 elif [[ $remote_host = lcflow ]] 845 845 then 846 if [ $memory -gt 1800 ]; then847 use_himem=""848 else849 use_himem="#"850 fi851 846 if [[ $numprocs != 0 ]] 852 847 then 853 pe_set="#$ -pe impi 41$numprocs"854 else 855 pe_set="#$ -pe impi 411"848 pe_set="#$ -pe impi $numprocs" 849 else 850 pe_set="#$ -pe impi 1" 856 851 fi 857 852 if [[ $queue = default ]] … … 874 869 $pe_set 875 870 #$ -R y 876 ${use_himem}#$ -l highmem=true877 871 #$ -l h_fsize=${disc_space}G 878 872 $queue_set … … 1335 1329 echo "SGEPREFIX -l h_rt=01:00:00" >> $job_to_send 1336 1330 echo "SGEPREFIX -l h_vmem=500M" >> $job_to_send 1337 echo "SGEPREFIX -l excl_flow=false" >> $job_to_send1338 1331 echo "SGEPREFIX -j y" >> $job_to_send 1339 1332 echo "SGEPREFIX -o ${local_host}_${job_name}_scpjob_$identifier" >> $job_to_send
Note: See TracChangeset
for help on using the changeset viewer.