我已经建立了输入文件,例如石墨_ $ {A} _ $ {CBYA} .in。然后运行sbatch文件。
这是提交任务的循环的主要部分
foreach A ( 4.4 4.5 4.6 4.7 4.8 4.9 5.0 )
foreach CBYA ( 2.50 2.55 2.60 2.65 2.70 2.75 2.80 2.85 2.90 )
mpirun -np 12 pw.x -npool 4 -i graphite_${A}_${CBYA}.in >
graphite_${A}_${CBYA}.out
end
end
该报告说无法读取我的输入文件,因此我不知道应该更改我的代码。 谢谢