Skip to content

Commit

Permalink
lv.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtifactDescription committed Aug 28, 2021
1 parent f5aaf19 commit 575fa33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion collector/ht.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ import sys;
}
int timeout = 300 * float2int(2 ** count);

string cmd1 = "../../../../../adios1-coupled/Example-Heat_Transfer/heat_transfer_adios2";
// string cmd1 = "../../../../../adios1-coupled/Example-Heat_Transfer/heat_transfer_adios2";
string cmd1 = "../../../../../../../../PACC/tong/MPI_in_MPI/bebop-psm2/Example-Heat_Transfer/heat_transfer_adios2";
// /lcrc/project/PACC/tong/MPI_in_MPI/bebop-psm2/Example-Heat_Transfer/heat_transfer_adios2

int ht_las_x = ht_x %/ ht_proc_x;
int ht_las_y = ht_y %/ ht_proc_y;
Expand Down
2 changes: 1 addition & 1 deletion collector/lv.swift
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ import sys;
else
{
exectime = -1.0;
printf("swift: Failed to get the execution time of the multi-launched application of parameters (%d, %d, %d, %d, %d, %d, %d, %d, %d) %d times.\n%s",
printf("swift: Failed to get the execution time of the multi-launched application of parameters (%d, %d, %d, %d, %d, %d, %d, %d, %d) %d times.\n",
params[0], params[1], params[2], params[3], params[4], params[5], params[6], params[7], params[8], time_limit);
}
}
Expand Down
4 changes: 3 additions & 1 deletion collector/sw.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ import sys;
}
int timeout = 360 * float2int(2 ** count);

string cmd1 = "../../../../../adios1-coupled/Example-Heat_Transfer/stage_write/stage_write";
// string cmd1 = "../../../../../adios1-coupled/Example-Heat_Transfer/stage_write/stage_write";
string cmd1 = "../../../../../../../../PACC/tong/MPI_in_MPI/bebop-psm2/Example-Heat_Transfer/stage_write/stage_write";
// /lcrc/project/PACC/tong/MPI_in_MPI/bebop-psm2/Example-Heat_Transfer/stage_write/stage_write

// mpiexec -n 70 stage_write/stage_write heat.bp staged.bp MPI "" MPI ""
string args1[] = split("heat.bp staged.bp MPI \"\" MPI \"\"", " ");
Expand Down

0 comments on commit 575fa33

Please sign in to comment.