This error message is indicating that the sbatch command is expecting an argument to be provided with the '--partition' option, but one was not provided.

To fix this error, you need to specify the partition that you want to submit the job to by providing an argument after the '--partition' option. For example, if you want to submit the job to the 'gpu' partition, you would use the following command:

sbatch --partition=gpu your_script.sh

Replace 'your_script.sh' with the name of your actual script file.

error messagesbatch option --partition requires an argument

原文地址: https://www.cveoy.top/t/topic/bp7D 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录