Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Iker Martín Álvarez
Proteo
Commits
e78c00fc
Commit
e78c00fc
authored
Dec 01, 2023
by
iker_martin
Browse files
Minor errors fixed for the submission
parent
c758f526
Changes
3
Hide whitespace changes
Inline
Side-by-side
Analysis/MallTimes.py
View file @
e78c00fc
...
...
@@ -274,9 +274,8 @@ dataG = []
for
elem
in
lista
:
f
=
open
(
elem
,
"r"
)
id_run
=
elem
.
split
(
"_Global.out"
)[
0
].
split
(
common_name
)[
1
]
path_to_run
=
elem
.
split
(
common_name
)[
0
]
lista_local
=
glob
.
glob
(
path_to_run
+
common_name
+
id_run
+
"_G*NP*.out"
)
id_run
=
elem
.
split
(
"_Global.out"
)[
0
].
split
(
common_name
)[
-
1
]
lista_local
=
glob
.
glob
(
BaseDir
+
common_name
+
id_run
+
"_G*NP*.out"
)
it
,
runs_in_file
=
read_global_file
(
f
,
dataG
,
it
)
f
.
close
()
...
...
Exec/CheckRun.sh
View file @
e78c00fc
...
...
@@ -19,9 +19,9 @@ partition="P1"
scriptDir
=
"
$(
dirname
"
$0
"
)
"
source
$scriptDir
/../Codes/build/config.txt
codeDir
=
"Codes/"
execDir
=
"Exec/"
ResultsDir
=
"Results/"
codeDir
=
"
/
Codes/"
execDir
=
"
/
Exec/"
ResultsDir
=
"
/
Results/"
cores
=
$(
bash
$dir$execDir
/BashScripts/getCores.sh
$partition
)
if
[
"$#"
-lt
"6"
]
...
...
Results/test.ini
0 → 100644
View file @
e78c00fc
[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]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment