Changes between Version 63 and Version 64 of Public/User_Guide/Batch_system
- Timestamp:
- Oct 16, 2024, 10:01:02 AM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/Batch_system
v63 v64 282 282 Please refer to the man page for `sinfo` for more information. 283 283 284 One useful command to check on the nodes is: `sinfo -R -h -o "%n %12U %19H %6t %E" | sort -u` 285 284 286 === Can I join stderr and stdout like it was done with `-joe` in Torque? === 285 287 Not directly. In your batch script, redirect stdout and stderr to the same file: