Bug 105474 - [PATCH] math/blacs: add OpenMPI support
Summary: [PATCH] math/blacs: add OpenMPI support
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: Maho Nakata
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-13 13:40 UTC by trasz
Modified: 2006-11-18 23:50 UTC (History)
1 user (show)

See Also:


Attachments
blacs-1.7_3.patch (11.26 KB, patch)
2006-11-13 13:40 UTC, trasz
no flags Details | Diff
blacs.diff (11.27 KB, patch)
2006-11-14 00:11 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-11-13 13:40:02 UTC
Add OpenMPI support.

Added file(s):
- files/Bmake.inc-mpich.diff
- files/Bmake.inc-openmpi.diff

Removed file(s):
- files/patch-Bmake.inc

Port maintainer (maho@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-13 13:40:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->maho

Over to maintainer
Comment 2 trasz 2006-11-14 00:11:19 UTC
Updated version of the patch is attached.  This one makes it possible
to run math/scalapack with OpenMPI (patch sent in another PR).  The only
change is the 'TRANSCOMM = -DUseMpi2' line.  Note that this may require
newer version of OpenMPI (submitted as ports/105453).
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-11-18 23:42:31 UTC
maho        2006-11-18 23:42:24 UTC

  FreeBSD ports repository

  Modified files:
    math/blacs           Makefile 
    math/blacs/files     pkg-message.in 
  Added files:
    math/blacs/files     Bmake.inc-mpich.diff 
                         Bmake.inc-openmpi.diff 
  Removed files:
    math/blacs/files     patch-Bmake.inc 
  Log:
  Add OpenMPI support
  
  PR:             105474
  Submitted by:   trasz <trasz@pin.if.uz.zgora.pl>
  
  Revision  Changes    Path
  1.12      +11 -4     ports/math/blacs/Makefile
  1.1       +64 -0     ports/math/blacs/files/Bmake.inc-mpich.diff (new)
  1.1       +84 -0     ports/math/blacs/files/Bmake.inc-openmpi.diff (new)
  1.3       +0 -64     ports/math/blacs/files/patch-Bmake.inc (dead)
  1.3       +7 -0      ports/math/blacs/files/pkg-message.in
_______________________________________________
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 4 Maho Nakata freebsd_committer freebsd_triage 2006-11-18 23:42:58 UTC
State Changed
From-To: open->closed

Committed, thanks!