Missing gridengine MCA ras
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openmpi (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
According to this FAQ
http://
with version 1.3 the compatibility with gridengine is not built-in automatically, but must be requested, by passing the option --with-sge to the configure script. Given the modularity of openmpi, this should not be a problem. It can be achieved by changing the rules file:
COMMON_
$(CROSS) \
--prefix=/usr \
--mandir=
--infodir=
--sysconfdir
--libdir=
--includedir
--with-
--with-sge
(I added the last line).
This bug would allow the end user to build a gridengine + openmpi based cluster without recompiling openmpi.
Changed in openmpi (Ubuntu): | |
status: | New → Confirmed |
Please fix this ASAP, as it is very annoying the rebuild openmpi and deploy it on every node on the cluster.