Changeset 3665 for palm/trunk/SCRIPTS/palmrun
- Timestamp:
- Jan 10, 2019 8:28:24 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmrun
r3574 r3665 27 27 # ----------------- 28 28 # $Id$ 29 # ssh-call for submitting batch jobs on remote systems modified again to avoid output 30 # of login messages on specific systems 31 # 32 # 3574 2018-11-28 13:14:39Z raasch 29 33 # syntax-error in last commit fixed 30 34 # … … 3031 3035 if [[ $do_trace = true ]] 3032 3036 then 3033 echo " echo \"cd $remote_jobcatalog; $submit_command ${configuration_identifier}_${run_id}; rm ${configuration_identifier}_${run_id}\" | ssh -q $ssh_key $SSH_PORTOPT ${remote_username}@${remote_ip} 2>/dev/null"3037 echo " ssh -q $ssh_key $SSH_PORTOPT ${remote_username}@${remote_ip} \"cd $remote_jobcatalog; $submit_command ${configuration_identifier}_${run_id}; rm ${configuration_identifier}_${run_id}\" " 3034 3038 fi 3035 echo "cd $remote_jobcatalog; $submit_command ${configuration_identifier}_${run_id}; rm ${configuration_identifier}_${run_id}" | ssh -q $ssh_key $SSH_PORTOPT ${remote_username}@${remote_ip} 2>/dev/null3039 ssh -q $ssh_key $SSH_PORTOPT ${remote_username}@${remote_ip} "cd $remote_jobcatalog; $submit_command ${configuration_identifier}_${run_id}; rm ${configuration_identifier}_${run_id}" 3036 3040 3037 3041 elif [[ $create_batch_job = true ]]
Note: See TracChangeset
for help on using the changeset viewer.