Changeset 416 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Dec 18, 2009 8:42:25 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r412 r416 192 192 # 29/09/09 - Siggi - default value for archiving is false, option "-A" 193 193 # switches on archiving, archiving on SGI-ICE enabled 194 # 16/10/09 - Carolin - adjustments for archiving on SGI-ICE of binary files; 195 # adjustment for special1q 196 194 # 16/10/09 - Carolin- adjustments for archiving on SGI-ICE of binary files; 195 # adjustment for special1q 196 # 18/12/09 - Carolin- modification of archiving (permq) 197 # 197 198 198 199 # VARIABLENVEREINBARUNGEN + DEFAULTWERTE … … 3749 3750 # echo "*** files = \"$files\" " 3750 3751 # echo "*** all_files = \"$all_files\" " 3751 echo "tar cvf \$PERM/${frelout[$i]}/${frelout[$i]}.node_$inode.tar $files" >> archive_${frelout[$i]} 3752 echo "tar cvf \$PERM/${frelout[$i]}/${frelout[$i]}.node_$inode.tar $files" >> archive_${frelout[$i]} 3753 ### echo "tar cvf ${frelout[$i]}.node_$inode.tar $files" >> archive_${frelout[$i]} 3754 ### echo "cp ${frelout[$i]}.node_$inode.tar \$PERM/${frelout[$i]}/" >> archive_${frelout[$i]} 3755 ###echo "rm ${frelout[$i]}.node_$inode.tar" >> archive_${frelout[$i]} 3752 3756 # echo "dsmc incremental \$PERM/${frelout[$i]}/${frelout[$i]}.node_$inode.tar" >> archive_${frelout[$i]} 3753 3757 # echo "dsmmigrate \$PERM/${frelout[$i]}/${frelout[$i]}.node_$inode.tar" >> archive_${frelout[$i]} … … 3794 3798 then 3795 3799 # subjob -d -v -q cdata -X 0 -m 1000 -t 43200 -c $job_catalog archive_${frelout[$i]} 3796 subjob -v -q dataq -X 1 -T 1 -m 1000 -t 10800 -c $job_catalog archive_${frelout[$i]}3800 subjob -v -q permq -X 1 -T 1 -m 1000 -t 172800 -c $job_catalog archive_${frelout[$i]} 3797 3801 elif [[ $localhost = nech ]] 3798 3802 then
Note: See TracChangeset
for help on using the changeset viewer.