..
keyval
Introduce -tune command line option to set env vars and mca params from file
2015-03-26 18:33:53 +02:00
alfg.c
Addressing Jeff's comments:
2014-02-24 23:18:35 +00:00
alfg.h
The random number generator changes were incomplete (typo errors) in some places, and is missing the required declspec's for visibility.
2014-03-12 22:37:27 +00:00
arch.c
Remove the (only two) fortran constants from OPAL. The only places that
2013-01-15 01:27:36 +00:00
arch.h
Remove the (only two) fortran constants from OPAL. The only places that
2013-01-15 01:27:36 +00:00
argv.c
Roll in Java bindings per telecon discussion. Man pages still under revision
2012-02-20 22:12:43 +00:00
argv.h
Roll in Java bindings per telecon discussion. Man pages still under revision
2012-02-20 22:12:43 +00:00
basename.c
iof/base: fix misc memory leak
2015-03-10 14:37:53 +09:00
basename.h
- Multiple functions, that allocate and return new
2009-05-14 00:20:07 +00:00
bit_ops.h
- Check, whether the compiler supports __builtin_clz (count leading
2011-10-11 22:49:01 +00:00
cmd_line.c
cmd_line.c: use strncat() instead of strcat()
2015-02-12 13:41:29 -08:00
cmd_line.h
Revert "Revert r27451 and r27456 - the cmd line parser is incorrectly marking the application as an MCA parameter".
2012-10-30 19:45:18 +00:00
crc.c
As Nathan pointed out, C99 reserves all _foo identifiers, so rename _WORD_MASK as OPAL_CRC_WORD_MASK
2014-05-02 17:21:28 +00:00
crc.h
- Replace combinations of
2009-08-20 11:42:18 +00:00
daemon_init.c
Remove all remaining vestiges of the Windows integration
2013-02-28 17:31:47 +00:00
daemon_init.h
- Replace combinations of
2009-08-20 11:42:18 +00:00
error.c
opal/util/error: check for existing convertor for error range
2015-04-09 11:51:36 -06:00
error.h
Extend node stats to include additional memory info. Change "darwin" pstat module to "test" as we don't really know how to get all the stat info for darwin.
2011-05-08 14:45:16 +00:00
fd.c
Sigh. It helps when you commit the right version of the finished
2014-04-24 13:20:32 +00:00
fd.h
Sigh. It helps when you commit the right version of the finished
2014-04-24 13:20:32 +00:00
few.c
Remove all remaining vestiges of the Windows integration
2013-02-28 17:31:47 +00:00
few.h
- Replace combinations of
2009-08-20 11:42:18 +00:00
help-opal-util.txt
Cleanup the updated sys limits capability. Fix a few copy/paste bugs (my bad). Shift the limit set to the ODLS default module so that we sete the limits for all apps, even those that don't call opal_init. Leave it in opal_init as well to support direct-launch apps, but ensure we only set the limits once by removing the envar after launch by ODLS.
2013-04-04 16:00:17 +00:00
if.c
if.c: fix minor memory leak
2015-02-12 13:41:29 -08:00
if.h
Fix compiler errors on Solaris, NetBSD, and OpenBSD:
2013-12-20 11:17:30 +00:00
keyval_parse.c
Introduce -tune command line option to set env vars and mca params from file
2015-03-26 18:33:53 +02:00
keyval_parse.h
Introduce -tune command line option to set env vars and mca params from file
2015-03-26 18:33:53 +02:00
Makefile.am
opal lt_interface: remove in favor of opal_dl interface
2015-03-09 08:18:13 -07:00
malloc.c
Removes misleading debug warning from opal_free when a NULL
2011-11-03 23:57:26 +00:00
malloc.h
different way to fix opal_config compile problem
2014-08-04 17:37:12 +00:00
net.c
net.c: ensure to free the args in the error case
2015-02-12 10:24:02 -08:00
net.h
Allow simple way to request comparison to full address regardless of addr family
2013-05-14 22:08:39 +00:00
numtostr.c
Next step in the project split, mainly source code re-arranging
2006-02-12 01:33:29 +00:00
numtostr.h
Change a bunch of 'OMPI' names to OPAL names, since this is opal.
2007-03-29 01:00:33 +00:00
opal_environ.c
opal_environ.c: ensure "value" is a valid string for the setenv() case
2015-02-12 13:41:29 -08:00
opal_environ.h
Remove all remaining vestiges of the Windows integration
2013-02-28 17:31:47 +00:00
opal_getcwd.c
Implement the MPI_Info part of MPI-3 Ticket 313. Add an MPI_info object MPI_INFO_GET_ENV that contains a number of run-time related pieces of info. This includes all the required ones in the ticket, plus a few that specifically address recent user questions:
2012-08-12 01:28:23 +00:00
opal_getcwd.h
- As long as a header declares _DECLSPEC functionality
2009-03-17 01:45:19 +00:00
opal_pty.c
Remove all remaining vestiges of the Windows integration
2013-02-28 17:31:47 +00:00
opal_pty.h
- Replace combinations of
2009-08-20 11:42:18 +00:00
os_dirpath.c
Remove all remaining vestiges of the Windows integration
2013-02-28 17:31:47 +00:00
os_dirpath.h
On windows make sure we add the initial path separator only if we are
2007-07-01 17:51:34 +00:00
os_path.c
Remove all remaining vestiges of the Windows integration
2013-02-28 17:31:47 +00:00
os_path.h
Remove all remaining vestiges of the Windows integration
2013-02-28 17:31:47 +00:00
output.c
opal: fix multiple bugs in MCA and opal
2015-04-07 19:13:20 -06:00
output.h
Fix minor typo in comment
2011-11-29 20:39:53 +00:00
path.c
OPAL: skip comparison when when fs=autofs in mtab, because we are looking for reals fs type
2014-12-18 21:42:25 +02:00
path.h
Update the data types used in opaldf to minimize the chance of overflow when
2012-10-11 16:11:23 +00:00
printf.c
opal: minor update to guess_strlen
2014-12-13 08:09:34 -05:00
printf.h
Fix some typos in comments submitted by Bert Wesarg.
2009-03-03 12:50:46 +00:00
proc.c
Per the PR and discussion on today's telecon, extend the process name definition as a two-field struct of uint32_t's down to the OPAL layer. This resolves issues created by prior commits that impacted both heterogeneous and SPARC support. This also simplifies the OMPI code base by removing the need for frequent memcpy's when transitioning between the OMPI/ORTE layers and OPAL.
2014-11-11 17:00:42 -08:00
proc.h
Per the PR and discussion on today's telecon, extend the process name definition as a two-field struct of uint32_t's down to the OPAL layer. This resolves issues created by prior commits that impacted both heterogeneous and SPARC support. This also simplifies the OMPI code base by removing the need for frequent memcpy's when transitioning between the OMPI/ORTE layers and OPAL.
2014-11-11 17:00:42 -08:00
qsort.c
This is a very large change to rename several #define values from
2009-05-06 20:11:28 +00:00
qsort.h
- Replace combinations of
2009-08-20 11:42:18 +00:00
show_help_lex.h
Re-add support for old flex (2.5.4a and earlier) while still cleaning up properly in new flex.
2012-12-07 00:12:43 +00:00
show_help_lex.l
Fix some annoying flex warnings that have been there for years.
2013-12-14 00:36:12 +00:00
show_help.c
opal/util: fix misc memory leaks reported by Coverity
2015-02-13 14:28:59 +09:00
show_help.h
Re-add support for old flex (2.5.4a and earlier) while still cleaning up properly in new flex.
2012-12-07 00:12:43 +00:00
stacktrace.c
Up to strlen and not to sizeof. This is guaranteed to work as
2014-07-15 05:03:06 +00:00
stacktrace.h
Adding a new function to return the stack trace (not including the call to the function itself)
2010-05-17 22:57:42 +00:00
strncpy.c
Next step in the project split, mainly source code re-arranging
2006-02-12 01:33:29 +00:00
strncpy.h
- Replace combinations of
2009-08-20 11:42:18 +00:00
sys_limits.c
opal/util: fix misc memory leak
2015-02-27 19:19:46 +09:00
sys_limits.h
Per Paul Hargrove's suggestion, create an opal_pagesize function to abstract the various ways of obtaining that value. Rather than creating a separate file for only that one function, put it in a convenient place that is at least somewhat related.
2014-08-02 18:38:16 +00:00
timings.c
Introduce timing interval measurement facility in timing framework
2014-12-10 16:47:49 +06:00
timings.h
Introduce timing interval measurement facility in timing framework
2014-12-10 16:47:49 +06:00
uri.c
opal/util: fix misc memory leaks reported by Coverity
2015-02-13 14:28:59 +09:00
uri.h
Add a new "distributed file system" capability to support file access operations across nodes that do not have a network file system attached to them.
2012-10-25 17:15:17 +00:00