Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62019 - mpiexec DEPEND needs updating
Summary: mpiexec DEPEND needs updating
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-28 03:12 UTC by Joseph Spadavecchia
Modified: 2010-09-10 18:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Spadavecchia 2004-08-28 03:12:17 UTC
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 Michael Imhof (RETIRED) gentoo-dev 2004-08-30 06:27:59 UTC
fixed. thanks for your help.