Bug 106719

Summary: [MAINTAINER] sysutils/torque: fix running more then one MPI process per node
Product: Ports & Packages Reporter: trasz <trasz>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
torque-2.1.6.patch none

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!