我在提交给扭矩的脚本中有一行如下所示:
#PBS -o /path/to/output/file/directory/file_name_with_some_underscores.out
但是当我寻找这个输出文件时,它被称为这样的东西:
/path/to/output/file/directory/file_name_with_some_underscores.o36091
其中 36091 是作业 ID 号。我有多个使用同一个输出文件同时运行的作业,但我以前做过,这以前从未发生过。
Torque 为什么要这样做?