lib/coderunner/system_modules/archer.rb in coderunner-0.13.26 vs lib/coderunner/system_modules/archer.rb in coderunner-0.13.27
- old
+ new
@@ -28,9 +28,9 @@
def max_ppn
24
end
def mpi_prog
- "aprun -n #{ppn}"
+ "aprun -n #{ppn*nodes}"
end
end
end