Replace -mpi in cli with -taskfarm

这个提交包含在:
nmannall
2024-02-01 17:29:40 +00:00
父节点 3b942de2be
当前提交 9e26c107ac
共有 3 个文件被更改,包括 12 次插入12 次删除

查看文件

@@ -28,7 +28,7 @@ class TaskfarmTest(GprMaxRegressionTest):
def set_filenames(self):
self.input_file = f"{self.model}.in"
self.output_file = f"{self.model}_merged.h5"
self.executable_opts = [self.input_file, "-n", "64", "-mpi"]
self.executable_opts = [self.input_file, "-n", "64", "-taskfarm"]
self.postrun_cmds = [
f"python -m toolboxes.Utilities.outputfiles_merge {self.model}",
f"python -m toolboxes.Plotting.plot_Bscan -save {self.output_file} Ez",