Bug 62019 - mpiexec DEPEND needs updating
Bug#: 62019 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: hp-cluster@gentoo.org Reported By: j.spadavecchia@ed.ac.uk
Component: Ebuilds
URL: 
Summary: mpiexec DEPEND needs updating
Keywords:  
Status Whiteboard: 
Opened: 2004-08-28 03:12 0000
Description:   Opened: 2004-08-28 03:12 0000
Mpiexec also works with sys-cluster/torque, which is readily downloadable
(unlike openpbs).

I suggest replacing 

DEPEND="virtual/libc
        sys-cluster/openpbs
        sys-cluster/mpich"

with

DEPEND="virtual/libc
        || ( sys-cluster/torque sys-cluster/openpbs )
        sys-cluster/mpich"

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Michael Imhof 2004-08-30 06:27:59 0000 -------
fixed. thanks for your help.