[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[debian-hurd-Patches][312017] openmpi 1.3.3



Patches item #312017, was opened at 18/10/2009 10:05 by Pino Toscano
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=410472&aid=312017&group_id=30628

Status: Open
Priority: 3
Submitted By: Pino Toscano (pino-guest)
Assigned to: Nobody (None)
Summary: openmpi 1.3.3 
Category: None
Group: None
Resolution: None


Initial Comment:
This should fix the various porting issues of openmpi 1.3.3 on GNU/Hurd:
- missing SA_SIGINFO, so a sa_handler is used; show_stackframe_handler() calls show_stackframe() with NULL parameters as that handler checks for non-NULL siginfo_t* and context* already
- some fixed-size char[] for getcwd() to get_current_dir_name() + free()
- some fixed-size char[] for gethostname() to a dynamic realloc() loop
- one gethostname() call commented out, as it seems unused...
- look for mach-o/arch.h instead of mach/mach_host.h to determine whether it is compiling on Darwin

----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=410472&aid=312017&group_id=30628


Reply to: