We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af42c74 commit 1d9c6d5Copy full SHA for 1d9c6d5
1 file changed
stackinator/recipe.py
@@ -362,6 +362,9 @@ def generate_environment_specs(self, raw):
362
else:
363
raise Exception(f"{spec} is not a valid MPI spec")
364
365
+ # add the mpi spec to the list of explicit specs
366
+ specs.append(spec)
367
+
368
# if the recipe provided explicit specs for dependencies, inject them:
369
if config["network"]["specs"]:
370
specs += config["network"]["specs"]
0 commit comments