Changes between Version 6 and Version 7 of WRF4G/ExecutionEnvironments
- Timestamp:
- Feb 15, 2013 6:15:52 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4G/ExecutionEnvironments
v6 v7 151 151 === Running Jobs === 152 152 153 LSF is the utility used at MareNostrum III for batch processing support, so all jobs must be run through it. This document provides information for getting started with job execution at the Cluster.153 LSF is the utility used at !MareNostrum III for batch processing support, so all jobs must be run through it. This document provides information for getting started with job execution at the Cluster. 154 154 155 155 === Submitting jobs === … … 160 160 161 161 '''bsub < job_script''' submits a “job script” to the queue system (see below for job script directives). Remember to pass it through STDIN '<' 162 162 163 '''bjobs [-w][-X][-l job_id]''' shows all the submitted jobs. 163 164 164 ''' 'bkill <job_id>''' remove the job from the queue system, canceling the execution of the processes, if they were still running.165 '''bkill <job_id>''' remove the job from the queue system, canceling the execution of the processes, if they were still running. 165 166 166 167 === Job directives ===