Changeset 1547 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- Jan 29, 2015 3:09:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.