- remove the src directory. All files are now directly in the prof directory
- rename ptl_prof_module.c -> ptl_prof_component.c
- ditch the *ptl-prof-version* files from SVN; they're automatically created
- keep the VERSION file.
Additionally I modify the Makefile.am to reflect the changes and to create the component in the correct directory.
This commit was SVN r2022.
strange, compared to everyone else. Unlike every other process, it can
not ask someone else what its name is, since it is the person you ask.
It also never needs a full-fledged client-side PCM interface, since it
is the beginning and the end and all that. Anyway, this will make it
possible to load the ompid as a seed daemon without all kinds of icky
code in every other PCM module out there, which is the end goal of the
PCM anyway.
This commit was SVN r2012.
are in the right order in the process struct
This commit was SVN r2006.
The following SVN revision numbers were found above:
r1965 --> open-mpi/ompi@48c8d55b6d
specific AC_DEFINE to a specific header file), emulate the behavior
of AC_HEADER_FILES when saving the values from the VERSION files;
dump them into a temporary file and diff them against the
already-existing .h file. If they're the same, do nothing. If
they're different, replace the .h file.
- With this capabiliy, move the #define's of all version numbers out
of ompi_config.h and into component-specific <type>-<name>-version.h
header files. This will prevent a lot of extra compilation when
you updat your local svn working copy.
- Remove the requirement for having a VERSION file. If you don't have
it, then a .h file with your version numbers won't be generated.
- Remove the VERSION file from lots of components that don't use it.
I've added it to my "consistency" list to go back and re-add them
along with using the proper #define's in the component struct after
we reach a period of stability.
This commit was SVN r1999.
* Add more of the mpirun shell - still far from functional
* Expand the src/runtime interface to include the parts of the pcm needed
for mpirun
This commit was SVN r1998.
exits so that mpirun doesn't return until the app exits. Of course, this
will force a cntl-c if the app hangs and still does no cleanup. But should
prevent a flood of MPI apps when a test suite is run.
This commit was SVN r1996.
comm_join and comm_connect to #if 0 out the calls to the ns added in
r1965
This commit was SVN r1994.
The following SVN revision numbers were found above:
r1965 --> open-mpi/ompi@48c8d55b6d
because "svnversion" may emit a version number with ":" in it (duh!).
This fixes the problem where, depending on the status of your svn
checkout, you could get a string in a MAJOR version number instead of
an integer (i.e., "1234M" instead of "10"). This was caused by
extraneous ":" in the output, causing autogen.sh to grab the wrong
field.
This commit was SVN r1991.