Ralph Castain
d620070c77
Correct the comment in the default MCA param template - we do not support a param called "component_path". The correct syntax is "mca_base_component_path"
...
Signed-off-by: Ralph Castain <rhc@open-mpi.org>
2018-01-05 08:46:44 -08:00
Jeff Squyres
d7dd4d769e
openmpi-mca-params.conf: Fix comment
...
Make sure to specify "--level 9" to ompi_info to see all MCA params.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2017-02-24 07:09:06 -08:00
Ralph Castain
869041f770
Purge whitespace from the repo
2015-06-23 20:59:57 -07:00
Joshua Ladd
70ad711337
Backing out the Open SHMEM project
...
This commit was SVN r28050.
2013-02-12 17:45:27 +00:00
Mike Dubman
ff384daab4
Added new project: oshmem.
...
This commit was SVN r28048.
2013-02-12 15:33:21 +00:00
Brian Barrett
9af72072a3
Use MKDIR_P instead of mkdir_p in Makefiles, as MKDIR_P is the only one
...
defined in recent versions of AC/AM.
This commit was SVN r26625.
2012-06-21 16:52:37 +00:00
Ralph Castain
2e4536d5aa
Ensure that platform-specific mca param files get installed with the correct default mca param filename. Platform-specific mca param files overwrite any pre-existing default mca param file as they are considered to be the "gold" standard if a platform file was provided.
...
This commit was SVN r19423.
2008-08-27 02:40:02 +00:00
Ralph Castain
a81dfa0aea
When using a platform file, allow the system to automatically pickup an associated default MCA param file for that platform. This change will first look for a file named "platform.conf" (where platform = the name of the platform you specified) in the directory where the platform file itself resides. If that isn't found, it then looks for our default mca param file name in that same location. If neither of those are found, we just use the good old standby default param file that ships with the openmpi code.
...
I tested this with both conventional and VPATH builds without problem. Please let me know if you hit an issue.
This commit was SVN r19296.
2008-08-14 20:26:17 +00:00
Jeff Squyres
75a97ebbf0
Many thanks to Ralf W. for finding a subtle bug in these Makefile.am's
...
that can *sometimes* cause problems with "make -j [N>1] install".
Ensure to make the target directory before we copy stuff into it --
read the thread starting here for more details:
http://www.open-mpi.org/community/lists/devel/2008/06/4080.php
This commit was SVN r18570.
2008-06-04 01:28:03 +00:00
Pak Lui
b99b200aeb
* fix a typo
...
This commit was SVN r13525.
2007-02-06 21:59:55 +00:00
Jeff Squyres
18f095db16
Update comments to clarify how this file is used.
...
This commit was SVN r10190.
2006-06-05 13:59:43 +00:00
Brian Barrett
566a050c23
Next step in the project split, mainly source code re-arranging
...
- move files out of toplevel include/ and etc/, moving it into the
sub-projects
- rather than including config headers with <project>/include,
have them as <project>
- require all headers to be included with a project prefix, with
the exception of the config headers ({opal,orte,ompi}_config.h
mpi.h, and mpif.h)
This commit was SVN r8985.
2006-02-12 01:33:29 +00:00