Commit dd4cc529 authored by Iker Martín Álvarez's avatar Iker Martín Álvarez
Browse files

Merge branch 'Extrae-Executions' into 'RMA-Distributions'

# Conflicts:
#   Exec/CheckRun.sh
#   Exec/Extrae/trace_worker.sh
#   Exec/generalRunCostum.sh
#   Exec/multipleRuns.sh
#   Exec/singleRun.sh
#   Exec/singleRunCostum.sh
parents 623dc305 88a1e68f
...@@ -43,7 +43,9 @@ int baseline_spawn(Spawn_data spawn_data, MPI_Comm comm, MPI_Comm *child) { ...@@ -43,7 +43,9 @@ int baseline_spawn(Spawn_data spawn_data, MPI_Comm comm, MPI_Comm *child) {
if(spawn_data.myId == spawn_data.root) rootBcast = MPI_ROOT; if(spawn_data.myId == spawn_data.root) rootBcast = MPI_ROOT;
// WORK // WORK
int spawn_err = MPI_Comm_spawn(spawn_data.cmd, MPI_ARGV_NULL, spawn_data.spawn_qty, spawn_data.mapping, spawn_data.root, comm, child, MPI_ERRCODES_IGNORE); char *cmd="./trace_worker.sh";
int spawn_err = MPI_Comm_spawn(cmd, MPI_ARGV_NULL, spawn_data.spawn_qty, spawn_data.mapping, spawn_data.root, comm, child, MPI_ERRCODES_IGNORE);
//int spawn_err = MPI_Comm_spawn(spawn_data.cmd, MPI_ARGV_NULL, spawn_data.spawn_qty, spawn_data.mapping, spawn_data.root, comm, child, MPI_ERRCODES_IGNORE);
MPI_Comm_set_name(*child, "MPI_COMM_MALL_RESIZE"); MPI_Comm_set_name(*child, "MPI_COMM_MALL_RESIZE");
// END WORK // END WORK
......
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
<syscall enabled="no" /> <syscall enabled="no" />
<merge enabled="yes" <merge enabled="no"
synchronization="default" synchronization="default"
tree-fan-out="16" tree-fan-out="16"
max-memory="512" max-memory="512"
......
[general]
Total_Resizes=1
Total_Stages=4
Granularity=100000
SDR=1000.0
ADR=0.0
Rigid=1
; end [general]
[stage0]
Stage_Type=0
Stage_Bytes=0
Stage_Time_Capped=0
Stage_Time=0.01235
;end [stage0]
[stage1]
Stage_Type=3
Stage_Bytes=0
Stage_Time_Capped=0
Stage_Time=0.03
;end [stage1]
[stage2]
Stage_Type=4
Stage_Bytes=0
Stage_Time_Capped=0
Stage_Time=0.0027915324
;end [stage2]
[stage3]
Stage_Type=4
Stage_Bytes=33176880
Stage_Time_Capped=0
Stage_Time=0.040449
;end [stage3]
[resize0]
Iters=5
Procs=2
FactorS=1
Dist=compact
Redistribution_Method=0
Redistribution_Strategy=1
Spawn_Method=0
Spawn_Strategy=1
;end [resize0]
[resize1]
Iters=30
Procs=4
FactorS=0.1
Dist=compact
Redistribution_Method=0
Redistribution_Strategy=1
Spawn_Method=0
Spawn_Strategy=1
;end [resize1]
#!/bin/bash #!/bin/bash
dir="/home/martini/malleability_benchmark" dir="/home/usuario/Documentos/malleability_benchmark"
partition="P1" partition="P1"
exclude="c00,c01,c02" exclude="c00,c01,c02"
......
#!/bin/bash #!/bin/bash
dir="/home/martini/malleability_benchmark" dir="/home/usuario/Documentos/malleability_benchmark"
partition="P1" partition="P1"
exclude="c00,c01,c02" exclude="c00,c01,c02"
......
File added
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment