Skip to content

Commit

Permalink
simplify MPI
Browse files Browse the repository at this point in the history
I think we should start simple, assuming an environment has one MPI
implementation and version. I also do not like hardcoding specific
library names into the labels themselves. With this tweak we will
define a main MPI implementation and version, and we can expand
upon that if/when it is absolutely needed. Likely a set of labels
that are very library/software specific also need to belong to
a package manager and not the generic set that we have here.

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jan 25, 2024
1 parent 40f0161 commit f10ecd9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions supercontainers/compspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "0.0.0",
"annotations": [
"implementation",
"version",
"portability.optimization",
"porability.mode"
]
Expand All @@ -22,12 +23,6 @@
"framework"
]
},
"org.supercontainers.openmpi": {
"version": "0.0.0",
"annotations": [
"version"
]
},
"org.supercontainers.libfabric": {
"version": "0.0.0",
"annotations": [
Expand Down

0 comments on commit f10ecd9

Please sign in to comment.