NVIDIA-Certified Professional NCP-AIO Question # 14 Topic 2 Discussion
NCP-AIO Exam Topic 2 Question 14 Discussion:
Question #: 14
Topic #: 2
An administrator needs to submit a script named “my_script.sh” to Slurm and specify a custom output file named “output.txt” for storing the job's standard output and error.
Comprehensive and Detailed Explanation From Exact Extract:
The correctsbatchoption to specify a custom output file for both standard output and error is-o output.txt(or--output=output.txt). This option directs Slurm to write the job’s standard output and error streams to the specified file. The-eoption is for standard error only, and-output-outputis not a valid option.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit