George Bosilca
bd5be6ed79
Decrease the dependencies on the rest of the Open MPI code base.
...
This commit was SVN r14756.
2007-05-24 16:59:00 +00:00
Sven Stork
d0c936ca85
- export required symbols or library is useless
...
This commit was SVN r14595.
2007-05-07 13:59:37 +00:00
Rainer Keller
125ba1acfa
- Reduce the amount of warnings with -Wshadow -- mainly due to
...
usage of index and abs in inline-fcts in header files.
This commit was SVN r13217.
2007-01-19 19:48:06 +00:00
George Bosilca
c75cfd3efc
Remove all warnings from the TotalView interface.
...
This commit was SVN r12091.
2006-10-11 17:29:29 +00:00
George Bosilca
8e246ce9db
Add th headers to the make dist.
...
This commit was SVN r12045.
2006-10-06 14:52:44 +00:00
George Bosilca
4d18d208d4
Getting closer to a full Total View support.
...
This commit was SVN r11974.
2006-10-04 20:01:33 +00:00
George Bosilca
ff7e670c6a
Sends and receives are now fully implemented. Correctly handle the reference counts
...
on groups. Correct the rearrangement of the communicators. Other minors improvements.
This commit was SVN r11722.
2006-09-20 07:51:30 +00:00
George Bosilca
b49ff3a3b7
We are now able to provide full information about the requests. And we can
...
parse all requests (sends or receives), and show them based on the communicator.
This commit was SVN r11702.
2006-09-19 06:31:42 +00:00
George Bosilca
139a9df741
Next step forward. Now we have the send and receive queue as well. There
...
is still a small problem with the groups but it clearly getting better ...
This commit was SVN r11701.
2006-09-19 02:07:06 +00:00
George Bosilca
67336f90b0
First cut for the Total View support for communicators, groups and requests. Not yet
...
included on the conpilation step.
This commit was SVN r11690.
2006-09-18 17:32:04 +00:00
George Bosilca
36be7bf204
Unix friendly EOL.
...
This commit was SVN r11457.
2006-08-28 04:09:43 +00:00
George Bosilca
208fa725c3
Add OMPI_DECLSPEC before all exported functions.
...
This commit was SVN r8611.
2005-12-31 12:18:15 +00:00
George Bosilca
734c936205
As we use usleep we have to include unistd.h. So let's protect it.
...
This commit was SVN r8443.
2005-12-10 22:36:40 +00:00
George Bosilca
53235eb34d
The Windows protection is called __WINDOWS__ (and it's a mix between WIN32 and _WIN32).
...
This commit was SVN r8440.
2005-12-10 22:10:39 +00:00
Jeff Squyres
42ec26e640
Update the copyright notices for IU and UTK.
...
This commit was SVN r7999.
2005-11-05 19:57:48 +00:00
Jeff Squyres
4c59058053
- Add some logic to configure to make a version of CFLAGS that doesn't
...
include any optimization flags
- Use these flags to always compile ompi/debuggers/* and orterun so
that parallel debuggers (such as Totalview) can always see the
debugging symbols (see comments in ompi/debuggers/Makefile.am and
orte/tools/orterun/Makefile.am)
- Remove some obsolete LAM-named variables from configure.ac
This commit was SVN r7125.
2005-09-01 10:37:20 +00:00
David Daniel
227947fc51
Moving MPI-side TotalView support into a separate directory
...
ompi/debuggers/
so that compilation options can be more easily controlled.
This commit was SVN r7113.
2005-08-31 20:35:15 +00:00