George Bosilca
cda46efd2a
Some missing DECLSPEC
...
This commit was SVN r12047.
2006-10-06 15:21:52 +00:00
Jeff Squyres
a6a5278c36
Update the spec file:
...
* Remove LANL section; they don't want it
* Add some help for OFED building
* Remove some outdated "rm -f" lines for executables that we no longer
ship
This commit was SVN r12046.
2006-10-06 15:13:14 +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
Jeff Squyres
72cf2fe813
Oops: --noprefix should not take an argument.
...
This commit was SVN r12043.
2006-10-06 13:02:56 +00:00
George Bosilca
017af37291
Keep only the useful _DECLSPEC and _DECLSPEC some globals.
...
This commit was SVN r12042.
2006-10-06 07:24:34 +00:00
George Bosilca
b7579b09c7
Correctly handle the ORTE_DECLSPEC attribute.
...
This commit was SVN r12041.
2006-10-06 07:08:17 +00:00
George Bosilca
422ce1d3f8
If we are in the ODLS framework then the types should be called odls not pls.
...
This commit was SVN r12040.
2006-10-06 07:05:58 +00:00
George Bosilca
7fed79434e
Windows is now able to create local processes.
...
This commit was SVN r12039.
2006-10-06 07:04:43 +00:00
Jeff Squyres
cae4573304
Add some items that eagle eyed-Tim M noticed were missing from the
...
trunk (i.e., sync with NEWS on 1.1 branch).
This commit was SVN r12036.
2006-10-06 01:23:33 +00:00
Tim Mattox
b7f85f807c
Removed reference to DR PML from the 1.1 section of NEWS, it wasn't in 1.1
...
This commit was SVN r12031.
2006-10-05 20:55:05 +00:00
Tim Mattox
a039aaff4e
Removed duplicate NEWS entry in v1.1.2 section regarding Fortran LOGICALs.
...
This commit was SVN r12029.
2006-10-05 20:39:16 +00:00
Jeff Squyres
2b85844d8b
- Sync with 1.1
...
- Remove heterogeneous comment from 1.3 and push down to 1.1.2
- Add man page comment
This commit was SVN r12018.
2006-10-05 17:00:09 +00:00
Jeff Squyres
77a5eb3b69
Fixes trac:236
...
Doing pointer math properly (e.g., incrementing by the right amount)
helps you not overflow buffers, cause random chaos, and contribute to
the heat death of the universe. Sigh.
This commit was SVN r12015.
The following Trac tickets were found above:
Ticket 236 --> https://svn.open-mpi.org/trac/ompi/ticket/236
2006-10-05 16:43:10 +00:00
George Bosilca
fa01b9b9aa
Last step for the name reversion (from windows back to process).
...
This commit was SVN r12014.
2006-10-05 06:36:11 +00:00
George Bosilca
b7a793a6db
Rename all the files in the process directory.
...
This commit was SVN r12013.
2006-10-05 06:34:30 +00:00
George Bosilca
fee0909815
Rename the Windows component.
...
This commit was SVN r12012.
2006-10-05 06:32:57 +00:00
George Bosilca
c79c436c8d
Cleanups. Remove all __WINDOWS__ checks as this module will never
...
get compiled on Windows.
This commit was SVN r12011.
2006-10-05 06:17:30 +00:00
George Bosilca
f3f2463dc9
Do the correct cast.
...
This commit was SVN r12010.
2006-10-05 06:03:01 +00:00
George Bosilca
dbe7f8ac32
Always return bool.
...
This commit was SVN r12009.
2006-10-05 05:45:18 +00:00
George Bosilca
413e54638d
The usual cast problem on Windows.
...
This commit was SVN r12008.
2006-10-05 05:43:46 +00:00
George Bosilca
5885696079
Activate the "secure" version of srand ...
...
This commit was SVN r12007.
2006-10-05 05:43:16 +00:00
George Bosilca
b2b2ade6c9
Remove the last underscore. Look like a typo ...
...
This commit was SVN r12006.
2006-10-05 05:41:57 +00:00
George Bosilca
f51e3ec338
Create the key on windows too even if the security is lower.
...
This commit was SVN r12005.
2006-10-05 05:39:49 +00:00
George Bosilca
c2d397ee7d
Add the second part of the C++ protection and declare external functions
...
with the expected attribute.
This commit was SVN r12004.
2006-10-05 05:30:10 +00:00
George Bosilca
6a9f0b6ba9
Explicit cast to keep some compilers quiet.
...
This commit was SVN r12003.
2006-10-05 05:29:08 +00:00
George Bosilca
d1e884fbf5
Make sure we always return a bool (true/false).
...
This commit was SVN r12002.
2006-10-05 05:27:46 +00:00
George Bosilca
3a34f9340e
If the enum is defined inside the struct it will has a scope. We don't
...
really need that.
This commit was SVN r12001.
2006-10-05 05:27:04 +00:00
George Bosilca
090b8a9098
opal_list_is_empty return true or false ...
...
This commit was SVN r12000.
2006-10-05 05:26:08 +00:00
George Bosilca
03083cc1f6
Don't release the values[0] before it get initialized.
...
This commit was SVN r11999.
2006-10-05 05:25:18 +00:00
George Bosilca
fd76e56279
One protection against C++ compilers is more than enough.
...
This commit was SVN r11998.
2006-10-05 05:24:43 +00:00
George Bosilca
ad5810e33f
ORTE_DECLSPEC what needs to be ORTE_DECLSPES.
...
This commit was SVN r11997.
2006-10-05 05:22:22 +00:00
George Bosilca
d628a18411
Right now there is no support for TotalView on Windows. Therefore, we don't
...
really care how these functions and variables are declared.
This commit was SVN r11996.
2006-10-05 05:19:03 +00:00
George Bosilca
59275a0958
Protect against C++ compiler and add the OPAL_DECLSPEC to the
...
places where it is required.
This commit was SVN r11995.
2006-10-05 05:16:07 +00:00
George Bosilca
3945c50982
The real fix for the C++ headers. Defining these compatibility function
...
will keep the compiler happy in both [C or C++] mode.
This commit was SVN r11994.
2006-10-05 05:14:32 +00:00
George Bosilca
3997b404bf
It's supposed to be a float ...
...
This commit was SVN r11993.
2006-10-05 05:12:57 +00:00
George Bosilca
3fc0e969b7
Cast in order to return the expected bool.
...
This commit was SVN r11992.
2006-10-05 05:11:05 +00:00
George Bosilca
b27f1814c6
If the function is expected to return a bool then let's return only
...
true or false.
This commit was SVN r11991.
2006-10-05 05:10:34 +00:00
George Bosilca
4689c56210
Always cast the return of malloc.
...
This commit was SVN r11990.
2006-10-05 05:07:43 +00:00
George Bosilca
5fb0c63959
Keep the ompi_config.h in the begining of the include list. This fixes
...
the #365 . I found another way around on Windows.
This commit was SVN r11989.
2006-10-05 05:02:27 +00:00
George Bosilca
bf1d4ee259
Cast to the uint64_t before playing with the << operator in order to make sure we keep
...
all usefull informations.
This commit was SVN r11986.
2006-10-04 23:58:59 +00:00
George Bosilca
9e4b64ce81
Cleaning up the file, removing useless asserts. Commenting all calls to
...
opal_output.
This commit was SVN r11985.
2006-10-04 23:57:05 +00:00
George Bosilca
54476382e6
Remove all useless asserts and correct one of the comments.
...
Correctly compute the length to be unpacked.
Protect all outputs (only on debug mode and only if mpi_ddt_unpack is set).
This commit was SVN r11984.
2006-10-04 23:56:10 +00:00
George Bosilca
66e039496d
This is the minimal patch for #365 (BLACS problem). Correctly compute the displacement
...
of the elements when we unroll a loop.
This commit was SVN r11983.
2006-10-04 23:54:22 +00:00
Jeff Squyres
e08c6e81f5
* Fixes trac:338: Only look at root-significant values at the root (e.g.,
...
recvbuf in MPI_GATHER).
* Minor style updates (constants on the left of == and !=)
* Fix a minor buglet that crept in r11904: had a recvbuf where it
should have been recvcount. Thankfully, this would have only
affected erroneous programs. ;-)
This commit was SVN r11980.
The following SVN revision numbers were found above:
r11904 --> open-mpi/ompi@17539dc154
The following Trac tickets were found above:
Ticket 338 --> https://svn.open-mpi.org/trac/ompi/ticket/338
2006-10-04 22:36:01 +00:00
George Bosilca
e4df4285b1
Reorder the enum in order to allow some compilers to optimize the big switch in
...
the header analisys.
This commit was SVN r11975.
2006-10-04 20:03:28 +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
e9572c7aee
Mea culpa ... that was an weird error. When playing with 64 bits types we have to
...
the constant before using the << operator ... otherwise everything is 32 bits ...
which does not give the right answer.
This commit was SVN r11972.
2006-10-04 16:23:51 +00:00
George Bosilca
d05f492901
With the lastest changes for heterogeneous environments we have to
...
compute the hetero flag a little bit different. The hetero flag is now
attached to a convertor if and only if we can use the optimized conversion
functions. It's a little bit broader than before (the 2 architectures
has to be identical).
This commit was SVN r11962.
2006-10-03 20:25:30 +00:00
George Bosilca
432659a2d8
Fix some typos.
...
This commit was SVN r11961.
2006-10-03 20:21:24 +00:00
Ralph Castain
faf3a558e6
Missing CR at end of file
...
This commit was SVN r11959.
2006-10-03 18:17:52 +00:00