Skip to content

Commit d6d032d

Browse files
authored
Merge pull request #1270 from vishalbh/mpirun
Fix ngspice application to allow it to be run with mpirun
2 parents 445681d + 050e7c4 commit d6d032d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

var/ramble/repos/builtin/applications/ngspice/application.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ class Ngspice(ExecutableApplication):
2424
with when("package_manager_family=spack"):
2525
define_compiler("gcc12", pkg_spec="[email protected]")
2626

27+
software_spec(
28+
"intel-mpi",
29+
pkg_spec="[email protected]",
30+
)
31+
2732
software_spec(
2833
"ngspice",
2934
pkg_spec="ngspice@44 build=bin",

0 commit comments

Comments
 (0)