Commit e78c00fc authored by iker_martin's avatar iker_martin
Browse files

Minor errors fixed for the submission

parent c758f526
...@@ -274,9 +274,8 @@ dataG = [] ...@@ -274,9 +274,8 @@ dataG = []
for elem in lista: for elem in lista:
f = open(elem, "r") f = open(elem, "r")
id_run = elem.split("_Global.out")[0].split(common_name)[1] id_run = elem.split("_Global.out")[0].split(common_name)[-1]
path_to_run = elem.split(common_name)[0] lista_local = glob.glob(BaseDir + common_name + id_run + "_G*NP*.out")
lista_local = glob.glob(path_to_run + common_name + id_run + "_G*NP*.out")
it,runs_in_file = read_global_file(f, dataG, it) it,runs_in_file = read_global_file(f, dataG, it)
f.close() f.close()
......
...@@ -19,9 +19,9 @@ partition="P1" ...@@ -19,9 +19,9 @@ partition="P1"
scriptDir="$(dirname "$0")" scriptDir="$(dirname "$0")"
source $scriptDir/../Codes/build/config.txt source $scriptDir/../Codes/build/config.txt
codeDir="Codes/" codeDir="/Codes/"
execDir="Exec/" execDir="/Exec/"
ResultsDir="Results/" ResultsDir="/Results/"
cores=$(bash $dir$execDir/BashScripts/getCores.sh $partition) cores=$(bash $dir$execDir/BashScripts/getCores.sh $partition)
if [ "$#" -lt "6" ] if [ "$#" -lt "6" ]
......
[general]
Total_Resizes=1
Total_Stages=4
Granularity=600
SDR=3947883504.0
ADR=0
Rigid=0
;end [general]
[stage0]
Stage_Type=1
Stage_Bytes=0
Stage_Time=0.6085314
;end [stage0]
[stage1]
Stage_Type=6
Stage_Bytes=8
Stage_Time=0
;end [stage1]
[stage2]
Stage_Type=6
Stage_Bytes=8
Stage_Time=0
;end [stage2]
[stage3]
Stage_Type=4
Stage_Bytes=33176880
Stage_Time=0
;end [stage3]
[resize0]
Iters=10
Procs=10
FactorS=0.204068352101469
Dist=compact
Redistribution_Method=0
Redistribution_Strategy=1
Spawn_Method=0
Spawn_Strategy=1
;end [resize0]
[resize1]
Iters=10
Procs=2
FactorS=1
Dist=compact
Redistribution_Method=0
Redistribution_Strategy=1
Spawn_Method=0
Spawn_Strategy=1
;end [resize1]
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