First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 38207
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux High-Performance Clustering Team <hp-cluster@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Douglas R. Hoffman <douglas.hoffman@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
patch.diff patch for mpich ebuild to support alternate signals for listener patch Douglas R. Hoffman 2004-01-14 16:47 0000 827 bytes Details | Diff
mpich-1.2.5.2.ebuild.patch patch for mpich ebuild to support user specified configure string patch Douglas R. Hoffman 2004-03-28 02:36 0000 1.33 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 38207 depends on: Show dependency tree
Show dependency graph
Bug 38207 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-01-14 13:09 0000
pthreads uses USR1 and the default compile options for mpich uses USR1 as well.


Proposed Solution: For some time now, i have successfully used them concurrently with mpich compiled with SIGUSR2 (12) or SIGBUS (7).

Reproducible: Always
Steps to Reproduce:




I have a patch.  I will upload once bug created.

------- Comment #1 From Douglas R. Hoffman 2004-01-14 16:47:11 0000 -------
Created an attachment (id=23833) [edit]
patch for mpich ebuild to support alternate signals for listener


Here is a patch which enables two new use variables.  Namely mpi_sigbus and
mpi_sigusr2.  each changes the compile time options of mpich to listent to the
respective signal instead of sicusr1.

------- Comment #2 From Douglas R. Hoffman 2004-02-08 21:13:14 0000 -------
um, can I do something to help move this along?

-d

------- Comment #3 From Donnie Berkholz 2004-02-08 21:23:11 0000 -------
Anybody got something to say about this? I'm mostly fine with it, but instead
of USE flags I'd just have an environment variable.

For example, `LISTENER_SIG="foo" emerge mpich`.

------- Comment #4 From Douglas R. Hoffman 2004-03-28 02:36:46 0000 -------
Created an attachment (id=28201) [edit]
patch for mpich ebuild to support user specified configure string

Guess this didn't make it into the latest ebuild so here is a patch against the
latest.

I'm going to assume there is a good reason why 'export FOO="w00t"' is not
typical in ebuilds and follow suit with two lines

------- Comment #5 From Douglas R. Hoffman 2004-03-28 02:40:55 0000 -------
oops...  usage info...  I have tested with and without
'MPICH_CONFIGURE_OPTION="--with-device=ch_p4:-listener_sig=SIGBUS"' in my
make.conf without issue on x86.

------- Comment #6 From Donnie Berkholz 2004-04-02 14:30:31 0000 -------
In CVS. Please test.

First Last Prev Next    No search results available      Search page      Enter new bug