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
775cd6a1
Commit
775cd6a1
authored
Dec 22, 2023
by
iker_martin
Browse files
Minor errors fixed
parent
7b80c0d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Analysis/MallTimes.py
View file @
775cd6a1
...
...
@@ -275,9 +275,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 @
775cd6a1
...
...
@@ -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"
]
...
...
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