根据这里的答案,用户可以通过What does the --ntasks or -n tasks does in SLURM?的ntasks参数并行运行多个作业,后跟srun。要问一个后续问题-如何指定在以这种方式并行运行作业时所需的内存量? 如果3个作业并行运行,每个作业需要8G内存,是在sbatch中指定24G内存(即来自所有作业的内存总和)还是不在sbatch中给出内存参数,而是为每个srun指定8G内存
我试图在Makefile构建系统下用g++编译我的g++项目。但是,在编译过程中,会随机出现以下错误消息:
random source file A.cpp:xxx:xx: internal compiler error: Segmentation fault
random location
^~~~~~~~
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-7/README.Bugs> for i