Bug 106719 - [MAINTAINER] sysutils/torque: fix running more then one MPI process per node
Summary: [MAINTAINER] sysutils/torque: fix running more then one MPI process per node
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-14 14:40 UTC by trasz
Modified: 2006-12-15 08:20 UTC (History)
0 users

See Also:


Attachments
torque-2.1.6.patch (743 bytes, patch)
2006-12-14 14:40 UTC, trasz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description trasz 2006-12-14 14:40:07 UTC
Fix for a case when there is more then one MPI process per node in a given
job, like when one uses 'mpiexec -np X' where X is larger than the number
of nodes.

Added file(s):
- files/patch-src-resmom-start_exec.c

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-14 14:42:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-12-15 08:17:45 UTC
miwi        2006-12-15 08:17:34 UTC

  FreeBSD ports repository

  Added files:
    sysutils/torque/files patch-src-resmom-start_exec.c 
  Log:
  - Fix for a case when there is more then one MPI process per node in a given
    job, like when one uses 'mpiexec -np X' where X is larger than the number
    of nodes.
  
  PR:             ports/106719
  Submitted by:   trasz
  
  Revision  Changes    Path
  1.1       +11 -0     ports/sysutils/torque/files/patch-src-resmom-start_exec.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2006-12-15 08:18:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!