- 19 Jul, 2010 2 commits
-
-
David Goodell authored
Reviewed by buntinas@.
-
David Goodell authored
Reviewed by buntinas@.
-
- 16 Jul, 2010 2 commits
-
-
Anthony Chan authored
-
Anthony Chan authored
-
- 15 Jul, 2010 1 commit
-
-
Anthony Chan authored
[svn-r6853] fixed the typo in MPICH2_BASE_* which should be MPICH2_BASE* in configure.in. (These variables are exported to test/mpi/configure.in) Fixed (temporary) the incorrect setting of BASEF77 when FROM_MPICH2=1 in test/mpi/configure.in.
-
- 14 Jul, 2010 4 commits
-
-
Anthony Chan authored
[svn-r6852] Initial deposit that removes the AC_LANG=[Fortran 90] and replaces it by AC_LANG=[Fortran] which is officially supported by autoconf. The replaced PAC macros in aclocal_fc.m4 is also rewritten by replacing all use of AC_TRY_* by AC_*_IFELSE style as recommented by autoconf. The change also removes some old autoconf macros date back to at least 2.13 as in aclocal_cross.m4. The change that users see is to use FC/FCFLAGS instead of F90/F90FLAGS which will no longer be supported. This also includes some misc fixes that allow mpif90 to access mpi.mod during build process....
-
David Goodell authored
No reviewer.
-
David Goodell authored
No reviewer.
-
David Goodell authored
-
- 03 Jul, 2010 2 commits
-
-
William Gropp authored
-
Pavan Balaji authored
with the other corresponding macros.
-
- 02 Jul, 2010 2 commits
-
-
Jayesh Krishna authored
[svn-r6846] Adding MPI examples to 64-bit installer. Also adding an option to makewindist batch file to create x64 bin/installer
-
Jayesh Krishna authored
-
- 01 Jul, 2010 2 commits
-
-
Darius Buntinas authored
-
Pavan Balaji authored
local host name. If it does, we can use fork in that case as well.
-
- 30 Jun, 2010 7 commits
-
-
Jayesh Krishna authored
[svn-r6842] Merging r6423 from win_rrvm branch - Now linking 64-bit opa libs with 64-bit windows builds
-
Jayesh Krishna authored
-
Jayesh Krishna authored
-
Jayesh Krishna authored
[svn-r6839] Merging r6416, r6428 from win_rrvm branch - Tuning active/inactive poll counts for wintcp netmod
-
Jayesh Krishna authored
[svn-r6838] Merging c6408 from win_rrvm branch - Fix typo - define error checking level correctly. Also see r6836
-
Jayesh Krishna authored
[svn-r6837] Merging c6407 from win_rrvm branch - Adding the right libs for hpc sdks - Without the fix we were including 32-bit hpc sdk libs in 64-bit builds
-
Jayesh Krishna authored
-
- 28 Jun, 2010 3 commits
-
-
Jayesh Krishna authored
-
Jayesh Krishna authored
[svn-r6834] For all windows fortran compilers that we are interested in - ints are 4 bytes NOT 8 bytes. Changing sz of mpi integer to 4 bytes
-
Jayesh Krishna authored
-
- 25 Jun, 2010 2 commits
-
-
Darius Buntinas authored
-
Darius Buntinas authored
-
- 24 Jun, 2010 7 commits
-
-
Darius Buntinas authored
-
Darius Buntinas authored
-
Darius Buntinas authored
-
David Goodell authored
This helps to prevent context ID exhaustion when comm split is called in a loop. Prior to this commit, the input communicator affected context ID selection even for processes that passed color==MPI_UNDEFINED. Reviewed by buntinas@.
-
David Goodell authored
Reviewed by buntinas@.
-
David Goodell authored
Reviewed by buntinas@.
-
David Goodell authored
This provides us a path away from the risky approach of using 0 as both the NULL context ID and the id for MPI_COMM_WORLD. Reviewed by buntinas@.
-
- 23 Jun, 2010 4 commits
-
-
Jayesh Krishna authored
[svn-r6820] Check for availability of the newly added C99 types and fixed width types before using them in tests
-
Jayesh Krishna authored
-
Jayesh Krishna authored
-
Jayesh Krishna authored
[svn-r6817] Adding format specifier for Pints and removing instances of custom Aint format specifier defns - Codes that need Aint format spec should use MPI_AINT_FMT_*
-
- 22 Jun, 2010 2 commits
-
-
Jayesh Krishna authored
[svn-r6816] Fixing typo in windows configure. Create 64-bit dts instead of 32-bit dts for 64-bit dtype dict
-
Jayesh Krishna authored
[svn-r6815] Enabling the fixed-width ints on windows - Although these fixed-width dts were added before, they were not available for certain computations, eg: reduce, because we did not define that they existed on windows
-