Rich Graham
1b54e8b76e
fix buffer management for nb-barrier.
...
This commit was SVN r18081.
2008-04-05 21:59:04 +00:00
Ralph Castain
5e6dc24e62
Fix ompi-server so it works with unity routed module - still not working with tree routing.
...
Cleanup debug flag so it activates debugging on the data server code itself
This commit was SVN r18080.
2008-04-04 19:17:28 +00:00
Tim Prins
313edd8955
- Fix a problem reported on the users list where we would segfault in finalize after calling spawn if the user did not call MPI_Comm_disconnect
...
- Fix the app context constructor so it initializes all the fields.
This commit was SVN r18079.
2008-04-04 15:07:39 +00:00
Aurelien Bouteiller
3d0ed3dfe8
Small typo in manpage.
...
This commit was SVN r18078.
2008-04-04 01:02:51 +00:00
Jeff Squyres
939d50dff6
Minor configure help message fix. Thanks Bernhard Fischer
...
This commit was SVN r18077.
2008-04-02 22:55:38 +00:00
Jeff Squyres
7072a32703
* Properly protect XRC stuff
...
* A few minor style fixes
This commit was SVN r18076.
2008-04-02 19:52:03 +00:00
Rich Graham
94f8fd365c
a few reduction optimizations. Add bcast.
...
This commit was SVN r18075.
2008-04-02 19:02:33 +00:00
Ralph Castain
537395b924
Make two important MCA params "visible" to ompi_info
...
This commit was SVN r18074.
2008-04-02 14:54:57 +00:00
Lenny Verkhovsky
2be4e32c79
1. Fixing Possible strdup of NULL
...
2. Fixing num_alloc when combined mapping policies ( rankfile & byslot or bynode )
This commit was SVN r18073.
2008-04-02 14:12:38 +00:00
Ralph Castain
f115b4aed2
Checkpoint the revised gather algorithm
...
This commit was SVN r18072.
2008-04-02 13:35:06 +00:00
Adrian Knoth
a56b9b1df1
Fix broken build with --disable-ipv6.
...
This commit was SVN r18071.
2008-04-02 10:53:48 +00:00
Rainer Keller
e1e13631cc
- Starting with gcc-4.4, the compiler does not recognize faulty
...
compiler warnings starting with -Wno- to recognize (if there are no
other warnings.
Try it with Your favorite warning, such as -Wno-britney will not
fail, while it will be recognized as faulty, if You also pass on with
-Wno-britney -Wspears....
This commit was SVN r18070.
2008-04-02 07:44:17 +00:00
George Bosilca
a00ca20446
More cleanups.
...
This commit was SVN r18069.
2008-04-02 06:38:33 +00:00
George Bosilca
944453c4c1
Cleanups.
...
This commit was SVN r18068.
2008-04-02 06:37:42 +00:00
George Bosilca
58e31d767e
Cleanup.
...
This commit was SVN r18067.
2008-04-02 06:35:24 +00:00
George Bosilca
9738ee7784
Add the logicalx types to fortran.
...
This commit was SVN r18066.
2008-04-02 06:34:46 +00:00
Rich Graham
eb5d6096f1
add reduction routine - fix buffer recycling logic which was totally
...
broken.
This commit was SVN r18065.
2008-04-01 22:56:18 +00:00
Ralph Castain
50433bf833
Turn off the new fqdn behavior pending resolution of hostfile issue
...
This commit was SVN r18064.
2008-04-01 20:52:22 +00:00
Ralph Castain
8dca132604
Cleanup some ignores
...
Add missing variables!
This commit was SVN r18063.
2008-04-01 20:32:17 +00:00
Ralph Castain
51533c9340
Add a new mapper component that sequentially maps ranks-to-hosts according to the ordering in the hostfile.
...
Not functional yet - still under development. Just placeholding for now to clear a backlog
This commit was SVN r18062.
2008-04-01 20:03:49 +00:00
Ralph Castain
ee5b96269e
The RML is comfortable with zero-byte payloads, so don't pack something we don't need
...
This commit was SVN r18061.
2008-04-01 19:24:46 +00:00
Ralph Castain
3a4c10efd6
Delete obsolete file, cleanup obsolete cruft in another file
...
This commit was SVN r18060.
2008-04-01 18:36:23 +00:00
Ralph Castain
39c2680e9a
Silence warning
...
This commit was SVN r18057.
2008-04-01 13:42:16 +00:00
Ralph Castain
524ed5d515
Don't have singletons wireup the iof. Instead, we let the fork'd orted handle io forwarding. This prevents an issue with the event library and pty's on singletons
...
This commit was SVN r18056.
2008-04-01 12:40:00 +00:00
Ralph Castain
3e8846d685
Some code cleanups from Brian to clarify port selection and opening logic
...
This commit was SVN r18055.
2008-04-01 12:39:02 +00:00
Ralph Castain
9c416a9845
One more cleanup to ignore the darned generated lex files
...
This commit was SVN r18054.
2008-04-01 12:37:12 +00:00
Matthias Jurenz
1b021eb63f
Bugfix for LIBC's I/O tracing: fileno(stream) is called only if stream != NULL
...
This commit was SVN r18053.
2008-04-01 07:09:36 +00:00
Jeff Squyres
d944d5ec52
Just in case something goes drastically wrong, don't segv.
...
This commit was SVN r18049.
2008-03-31 21:55:07 +00:00
George Bosilca
b359d84661
Use the correct prefix.
...
This commit was SVN r18048.
2008-03-31 21:42:59 +00:00
Ralph Castain
fe88956080
Fix singleton modex - ensure singletons know that a daemon is now in the system
...
This commit was SVN r18047.
2008-03-31 20:36:27 +00:00
George Bosilca
be2454e0c5
Default the temporary directory to /tmp if no special environment
...
variables are set.
This commit was SVN r18046.
2008-03-31 20:15:49 +00:00
Edgar Gabriel
f7c8bb78fd
move the coll_base_comm_select functions after dpm has been opened and
...
selected, but before we check whether we have been spawned. This is necessary
in order for the hierarch collective component to work. This component might
create new communicators already in MPI_Init(), which then have to execute the
dpm.mark_dyncomm function. If dpm is not initialized at that point, we
segfault.
This commit was SVN r18045.
2008-03-31 19:37:37 +00:00
Ralph Castain
f3936ff9bc
Record the daemon's state so that we don't attempt to send "die" messages to a daemon that is known to have failed to start.
...
This commit was SVN r18044.
2008-03-31 18:15:24 +00:00
George Bosilca
ee784b601e
For consistency reasons always use opal_home_directory and
...
opal_tmp_directory.
This commit was SVN r18043.
2008-03-31 18:13:41 +00:00
Ralph Castain
d8eb0eeec3
Correct the debug output
...
This commit was SVN r18042.
2008-03-31 18:09:37 +00:00
Ralph Castain
2b399a3563
Suppress a warning message - relegate it to only show up when verbosity is set as it is okay for this condition to be true
...
This commit was SVN r18041.
2008-03-31 17:48:07 +00:00
Ralph Castain
f327ebce31
Get the jobid correct - doh!
...
This commit was SVN r18040.
2008-03-31 17:42:50 +00:00
Ralph Castain
e396b9ee9a
Fix unity routed component by adding xcast of proc data to the daemons. This enables daemons to complete the revised modex procedure by forwarding their collected modex info to the rank=0 proc.
...
This commit was SVN r18039.
2008-03-31 17:35:29 +00:00
George Bosilca
5adaa88241
Cleanup the code and make it a little faster.
...
This commit was SVN r18038.
2008-03-31 17:12:03 +00:00
George Bosilca
493677426d
Use the OPAL function to retrieve the HOME and TMP environment values.
...
This commit was SVN r18037.
2008-03-31 17:10:08 +00:00
Jeff Squyres
f758f934bd
Another cleanup.
...
This commit was SVN r18035.
2008-03-31 16:05:20 +00:00
Ralph Castain
379b8a3e2f
Fix singleton operations that have no data in the modex.
...
Note: this also allows -any- modex operation to have zero data in it, not just singletons.
This commit was SVN r18034.
2008-03-31 13:53:23 +00:00
Ralph Castain
ce96cb4800
Quite warning about uninitialized variable
...
This commit was SVN r18033.
2008-03-31 13:52:27 +00:00
Ralph Castain
1889bbd119
Quiet some warnings about uninitialized variables
...
This commit was SVN r18032.
2008-03-31 13:52:10 +00:00
Ralph Castain
8506be755d
Clean-up the mess. Repair static builds. Remove unused and empty C-decl braces. Add missing prototype for function.
...
This commit was SVN r18031.
2008-03-31 13:02:33 +00:00
Matthias Jurenz
879fdc4feb
merging VampirTrace-5.4.5 into the main branch
...
This commit was SVN r18030.
2008-03-31 12:48:35 +00:00
Matthias Jurenz
a33831c1f8
Pass OMPI's configure option '--[enable|disable]-binaries' to VT's configure
...
This commit was SVN r18029.
2008-03-31 12:46:27 +00:00
Ralph Castain
81a83dabc6
Setup sandbox for testing new orte collectives
...
This commit was SVN r18026.
2008-03-31 04:21:37 +00:00
George Bosilca
60111ce66d
Few less warnings.
...
This commit was SVN r18025.
2008-03-30 19:06:49 +00:00
George Bosilca
594884b613
The return is an int not a pointer.
...
This commit was SVN r18024.
2008-03-30 19:06:25 +00:00