qalter

SGE中将指定的job挂起

时光怂恿深爱的人放手 提交于 2020-01-08 21:42:48
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 在计算的过程中, 可能需要将某些任务暂停计算, 可以使用 qalter 将其 "hold on"。 man qalter -h | -h {u|s|o|n|U|O|S}... Available for qsub (only -h), qrsh, qalter and qresub (hold state is removed when not set explicitly). List of holds to place on a job, a task or some tasks of a job. `u' denotes a user hold. `s' denotes a system hold. `o' denotes a operator hold. `n' denotes no hold (requires manager privileges). As long as any hold other than `n' is assigned to the job the job is not eligible for execution. Holds can be released via qalter and qrls(1). In case of qalter this is