Jeff Squyres
372e18cad1
Minor addition -- also grab the nav.inc.
...
This commit was SVN r22523.
2010-02-01 19:08:11 +00:00
Shiqing Fan
4040d40c82
Define YY_NO_UNISTD_H in the source file property. It's defined in opal_include_bottom.h, but when the lex files are generated on Windows, the unistd.h is include before opal_include_bottom.h.
...
This commit was SVN r22521.
2010-01-31 20:39:43 +00:00
Ralph Castain
5dc71d85ed
For now, comment out the listening thread in the .conf files
...
This commit was SVN r22502.
2010-01-27 23:25:44 +00:00
Ralph Castain
5be67b5378
Remove the --enable-bootstrap flag from the cisco platform files
...
This commit was SVN r22501.
2010-01-27 23:23:21 +00:00
Jeff Squyres
e9ef6b5d69
More updates / betterness
...
This commit was SVN r22500.
2010-01-27 16:57:21 +00:00
Ralph Castain
b2b6c259d8
Protect against some common file endings that are auto-generated and don't belong in the repo
...
This commit was SVN r22499.
2010-01-27 16:51:42 +00:00
Jeff Squyres
ccf4c26755
Cross-link any MPI_<foo> text that we find in the man page that also
...
has a corresponding man page.
This does not cross link other words like "mpirun", etc. That could
also be done.
This commit was SVN r22494.
2010-01-26 17:28:38 +00:00
Jeff Squyres
21a4bc6af5
Improvements
...
This commit was SVN r22493.
2010-01-26 15:15:38 +00:00
Jeff Squyres
3fdb9823cd
First cut at a script to automatically make PHP-ized man pages from an OMPI
...
tarball script suitable for putting on www.open-mpi.org.
This commit was SVN r22485.
2010-01-26 03:45:12 +00:00
Shiqing Fan
c29a668e37
Remove flex.exe and its license file from the tarball.
...
cmr:v1.4
cmr:v1.5
This commit was SVN r22469.
2010-01-22 16:40:13 +00:00
Jeff Squyres
08fbd6c644
Require a modern version of flex to make a dist tarball so that it
...
generates Windows-friendly *_lex.c files. Update HACKING to match.
Also need r22467 in the CMRs to fix how the pcie btl compiles and
distributes its .l file.
cmr:v1.4
cmr:v1.5
This commit was SVN r22468.
The following SVN revision numbers were found above:
r22467 --> open-mpi/ompi@1a7b7f7180
2010-01-22 16:39:38 +00:00
Shiqing Fan
51025c10c6
Update the Makefile.am, so that the tarball won't get wrong.
...
This commit was SVN r22456.
2010-01-19 18:10:24 +00:00
Shiqing Fan
3353da027d
Remove the unused scripts.
...
This commit was SVN r22455.
2010-01-19 18:09:33 +00:00
Shiqing Fan
ef5b75598e
Update and clean up the main feature test script, using the new macros.
...
This commit was SVN r22453.
2010-01-19 17:32:10 +00:00
Shiqing Fan
29e7703d2c
Update several CMake scripts to use the new macros.
...
This commit was SVN r22452.
2010-01-19 17:28:49 +00:00
Shiqing Fan
949dfd2ab3
Add a few new CMake modules, that will change the way of configure:
...
ompi_define.cmake: a few macros for write the configure template file in different ways.
ompi_base_checks.cmake: defines a few wrapper macros for CMake checks.
This commit was SVN r22451.
2010-01-19 17:24:38 +00:00
Shiqing Fan
872a4047ba
Fix the bug that caused by ADD_DEPENDENCIES() from different version of CMake.
...
In CMake 2.6 and earlier, this function add dependencies for targets and also link the target libraries automatically, but in CMake 2.8,this behavior has been changed, i.e. it will only add the dependencies but no link, which will cause linking errors at compilation time.
This commit was SVN r22405.
2010-01-14 18:10:20 +00:00
Ralph Castain
3905d38bc5
No need for a separate tarball script - add -no-ompi support to the main tarball script and get rid of the orte_tarball ones
...
This commit was SVN r22385.
2010-01-09 01:06:52 +00:00
Brian Barrett
86d8356b13
Updates to allow OMPI to build on Cray XT platforms running Catamount
...
This commit was SVN r22381.
2010-01-07 18:14:03 +00:00
Ralph Castain
c54db934d2
Okay, smarty pants - track Jeff's tarball logic changes
...
This commit was SVN r22369.
2010-01-06 01:50:22 +00:00
Jeff Squyres
6105c71561
r22365 wasn't quite right -- Libtool 2.2.6b ''does'' report the "b" in
...
the --version output (ugh!). So fix it so that if there are letters
in the release number, don't use -lt and -gt to compare; just print
"we found the wrong version" (don't try to determine if it's higher or
lower).
This commit fixes ompi's make_dist_tarball -- I'll let Ralph adapt for
the ORTE tarball script.
This commit was SVN r22366.
The following SVN revision numbers were found above:
r22365 --> open-mpi/ompi@b4a77591d2
2010-01-06 00:10:09 +00:00
Ralph Castain
b4a77591d2
You cannot check for a "b" sub-release as the tests are looking for integers (doing < and > comparisons). Indeed, libtool doesn't report the "b" when doing --version, probably just for that reason.
...
This commit was SVN r22365.
2010-01-05 23:40:10 +00:00
Shiqing Fan
e6c0133d08
Add a definition for CMake to disable KNEM on Windows.
...
This commit was SVN r22345.
2009-12-28 16:13:41 +00:00
Ralph Castain
7edb80a0c5
Further update cisco platform files
...
This commit was SVN r22339.
2009-12-23 16:58:00 +00:00
Ralph Castain
ea8b2dc752
Update the Cisco platform files. Create a make_tarball variant for creating orte-level tarballs
...
This commit was SVN r22338.
2009-12-23 16:44:57 +00:00
Ralph Castain
170da86ae5
Add a missing file to the tarball, and clean it up a little
...
This commit was SVN r22337.
2009-12-22 20:38:39 +00:00
Jeff Squyres
656701e2b0
- Add missing executables to specfile (ompi-server, etc.)
...
- Fix: pull in VT files when building multiple RPMs (reported by Jim
Kusznir).
- Add allow_fortify_source option to let users selectively disable
_FORTIFY_SOURCE processing on platforms where it just doesn't work
(even with gcc; also reported by Jim Kusznir).
cmr:v1.4
cmr:v1.5
This commit was SVN r22306.
2009-12-14 19:52:23 +00:00
Jeff Squyres
31d1873eab
Update the autotools used to make the trunk nightly tarballs.
...
This commit was SVN r22283.
2009-12-08 20:30:59 +00:00
Ralph Castain
a0d5c80ce0
Add a new framework for discovering local resource information such as cpu type/model, #cpus, available physical memory, etc. Two initial components (darwin and linux) are provided. This is needed to support bootstrap operations where daemons are started at node boot, and applications where initial knowledge of cpu identification is needed to guide framework component selection.
...
Add orte configuration option to control the use of the framework in the system. Although the code will build, it will not be active unless configured with --enable-bootstrap.
If bootstrap is enabled and the new opal_sysinfo framework can successfully determine the cpu model, pass that info to the application as an MCA param to support some work at Sun.
Also, have daemons report back the resources they find to guide process mapping in bootstrap operations (i.e., where the daemon starts at node boot as opposed to being launched at application start).
Adjust some platform files to enable these capabilities.
This commit was SVN r22244.
2009-11-30 23:11:25 +00:00
Ralph Castain
e38a0eab9f
Remove the fddp and sensor frameworks - relocated to new cluster mgr project
...
This commit was SVN r22240.
2009-11-27 22:14:47 +00:00
Shiqing Fan
11ad25fa77
A few windows fixes:
...
Add a missing value for the configure file.
Fix the bug that generating wrong svn version number.
Correct the wrong string length of the headnode name.
cmr:v1.5
cmr:v1.3.4
This commit was SVN r22219.
2009-11-18 09:43:47 +00:00
Ralph Castain
f5a152bf84
Update a platform file
...
This commit was SVN r22215.
2009-11-11 22:11:45 +00:00
Samuel Gutierrez
ce3c4426d7
Revert LANL Mac OS X platform file changes. See: r22200
...
This commit was SVN r22209.
The following SVN revision numbers were found above:
r22200 --> open-mpi/ompi@92d4a14881
2009-11-10 01:03:31 +00:00
Samuel Gutierrez
63e7bf2783
Revert back to not building carto. Also see: r22204.
...
This commit was SVN r22208.
The following SVN revision numbers were found above:
r22204 --> open-mpi/ompi@460f64a39e
2009-11-10 00:34:38 +00:00
Rainer Keller
09cd970ec7
- With ompi r22205 it's not necessary to include xt-catamount module
...
allowing further cleanup.
This commit was SVN r22207.
The following SVN revision numbers were found above:
r22205 --> open-mpi/ompi@366bd96c88
2009-11-09 14:32:54 +00:00
Samuel Gutierrez
8956d9c66b
Remove carto from enable_mca_no_build. Not building carto seems to make the LANL machines unhappy.
...
This commit was SVN r22198.
2009-11-05 23:37:40 +00:00
Shiqing Fan
6f8d0a1ab8
Update a few CMake scripts.
...
Add Program Database (pdb) files for installation for debug build.
This commit was SVN r22188.
2009-11-03 10:40:58 +00:00
Rainer Keller
f121e46db1
- Finalize ornl_configure
...
This commit was SVN r22178.
2009-11-01 03:25:57 +00:00
Rainer Keller
954d43a5dd
- Finalize the compilation script for Jaguar.
...
Cray compiler seems to work (with a VT pachlet).
In case ADD_* are not defined, don't have a "space" at the beginning of strings
Fits into sw_install_new_version.sh and NCCS swtools (rebuild,retest)
This commit was SVN r22168.
2009-10-29 15:02:18 +00:00
Rainer Keller
507e22a7d3
- As promised in
...
http://www.open-mpi.org/faq/?category=debugging#valgrind_clean
provide openmpi-valgrind.supp suppression file
This commit was SVN r22164.
2009-10-28 23:33:16 +00:00
Rainer Keller
80a80d5379
- Since the config/*.m4 separation config/opal_setup_cc.m4 moved away.
...
Use config/ompi_get_version.m4 to check for validity...
This commit was SVN r22162.
2009-10-28 22:54:37 +00:00
Jeff Squyres
eed890c3d7
Fix one more spelling typo
...
This commit was SVN r22156.
2009-10-28 17:28:54 +00:00
Shiqing Fan
48dd7ff7d0
Get rid of the shadow file for mpi.h.in on Windows.
...
This commit was SVN r22154.
2009-10-28 15:49:01 +00:00
Shiqing Fan
454c5c2e12
Update the Makefile.am for the previous commit.
...
This commit was SVN r22146.
2009-10-27 18:25:27 +00:00
Shiqing Fan
63cdfc0ab1
Get rid of several shadow files for windows build, use the same input file as on Linux.
...
This commit was SVN r22145.
2009-10-27 18:22:14 +00:00
Shiqing Fan
5f1423c14b
Update the mpi.h.cmake config input file for Windows).
...
This commit was SVN r22141.
2009-10-26 13:24:02 +00:00
Ralph Castain
033233a403
Update Hg ignore build script
...
This commit was SVN r22136.
2009-10-24 01:00:19 +00:00
Ralph Castain
e12ca15e58
Update cisco platform files
...
This commit was SVN r22135.
2009-10-24 00:59:58 +00:00
Tim Mattox
8e21cbb54a
Update the Cisco ebuild platform files.
...
This commit was SVN r22133.
2009-10-23 04:42:37 +00:00
Rainer Keller
8fe8ad1036
- Update with minor bug-fixes and comments up-front
...
Protect the caller from shooting himself, finding out after 20min,
that build fails.
This commit was SVN r22125.
2009-10-22 17:22:15 +00:00