Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pavel Shvets
daily_new
Commits
17396c4d
Commit
17396c4d
authored
6 years ago
by
jd
Browse files
Options
Download
Plain Diff
Merge branch 'master' into lom2
Conflicts: cluster_config/metrics.py
parents
5cdd90c6
aafdf21a
lom2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cluster_config/metrics.py
+21
-4
cluster_config/metrics.py
with
21 additions
and
4 deletions
+21
-4
cluster_config/metrics.py
View file @
17396c4d
...
...
@@ -28,8 +28,13 @@ def _test_package(checklist, res, command, workdir):
checklist
=
[
checklist
]
for
item
in
checklist
:
if
item
in
command
or
item
in
workdir
:
if
item
in
command
:
return
res
for
item
in
checklist
:
if
item
in
workdir
:
return
res
return
None
def
classify
(
command
:
str
,
workdir
:
str
):
...
...
@@ -47,7 +52,7 @@ def classify(command: str, workdir: str):
,
[[
"espresso"
,
"qexpresso"
],
"Quantum Espresso"
]
,
[
"magma"
,
"Magma"
]
,
[[
"namd"
],
"NAMD"
]
,
[[
"mdrun"
,
"gmx_mpi"
,
"gromacs"
],
"Gromacs"
]
,
[[
"mdrun"
,
"gmx_mpi"
,
"gromacs"
,
"/gmx"
],
"Gromacs"
]
,
[[
"lmp_"
,
"lammps"
],
"LAMMPS"
]
,
[[
"sol-p"
,
"dimonta"
],
"SOL-P"
]
,
[
"nwchem"
,
"NWChem"
]
...
...
@@ -61,7 +66,7 @@ def classify(command: str, workdir: str):
,
[
"athena"
,
"Athena"
]
,
[[
"dlpoly"
,
"dl_poly"
,
"dl_classic"
],
"DL_POLY"
]
,
[[
"charmrun"
,
"namd2"
],
"NAMD"
]
,
[
"
g09"
,
"Gaussian"
]
,
[
[
"/
g09"
,
"g16/g16"
,
"gaussian"
],
"Gaussian"
]
,
[
"mppcrystal"
,
"Crystal"
]
,
[[
"flowvision"
,
"fvsolver"
],
"FlowVision"
]
,
[
"materialsstudio"
,
"MaterialsStudio"
]
...
...
@@ -73,7 +78,19 @@ def classify(command: str, workdir: str):
,
[
"parMatt"
,
"ParMatt"
]
,
[
"priroda"
,
"Priroda"
]
,
[
"cabaret"
,
"CABARET"
]
,
[
"/orca"
,
"ORCA"
]
,
[
"/xhpl"
,
"HPL"
]
,
[[
"/xhpcg"
,
"/hpcg"
],
"HPCG"
]
,
[
"/nemo"
,
"NEMO"
]
,
[
"/mustang"
,
"MUSTANG"
]
,
[
"/beatbox"
,
"BEATBOX"
]
,
[
"/plumed"
,
"PLUMED"
]
,
[
"/dpd"
,
"DPD"
]
,
[
"amplxe"
,
"Intel Vtune"
]
,
[
"advixse"
,
"Intel Advisor"
]
,
[
"inspxe"
,
"Intel Inspector"
]
,
[
"pmu-tools"
,
"pmu-tools"
]
]
for
checklist
,
package
in
data
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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
Menu
Projects
Groups
Snippets
Help