4 months ago miked support for FCA v3.0 and up
4 months ago rhc Remove non-existent file
4 months ago rhc Cleanup stale test codes
4 months ago rhc Add platform files
4 months ago rhc Bend cluster now has slurm
4 months ago rhc Improve the error message a bit
4 months ago rhc Update the pmi detection to report a more meaningful error message when with-pmi is specified but the pmi.h file cannot be found
4 months ago miked Performance optimizations by alexm:
4 months ago rhc Ensure we cleanup DFS worker threads during finalize to avoid segfaulting in MCA param cleanup
4 months ago rhc Remove the orte_finalize_event variable - no longer needed
4 months ago rhc Fix the segfault problem in the orteds - turns out it only occurred with progress threads enabled. Ensure the thread gets started at the right time (at the end of init), although the event base gets created earlier. Remove the finalize event as we can instead use the loopbreak call to exit the event loop.
4 months ago rhc THIS IS A TEMPORARY FIX - do not finalize opal as the parameter system has been broken and will segfault when finalized.
4 months ago rhc Silence asprintf warnings in ompi_info, add libs to build under Ubuntu
4 months ago bosilca No need for event.h in the SM BTL.
4 months ago rhc Fix typo
4 months ago rhc Add libopen-pal to the libraries as all these tools directly reference OPAL functions, and the list of OS's that don't support indirect linking grows (Mac and Ubuntu, for now).
5 months ago brbarret On OpenBSD, both sys/mount.h and sys/sysctl.h require sys/param.h in order
5 months ago brbarret On OpenBSD (and probably others), expr operates on a 32 bit signed integer,
5 months ago rhc Fixes #3436: Move MPI_Type_create_f90_real fix to v1.7 v1.7
5 months ago rhc Fixes #3389: Move r27561 to v1.7 branch (retain full FQDN hostnames) v1.7
5 months ago jurenz Changes to VT:
5 months ago bosilca Fix the issues with the MPI_Op and the Fortran90 types.
5 months ago jsquyres Fixes #3422: Move wrapper compiler fix to v1.7 v1.7
5 months ago rhc Add float and struct timeval fields to the opal_value_t object, and provide dss support for those data types
5 months ago rhc Fixes #3403: Move r27604 to v1.7 branch (require C99 compiler) v1.7
5 months ago rhc Fixes #3425: Move Fortran GET_PROCESSOR_NAME fix to v1.7 v1.7
5 months ago rhc Fixes #3431: Move r27680 to v1.7 branch v1.7
5 months ago rhc Fixes #3383: Move r27557 to v1.7 branch v1.7
5 months ago rhc Fixes #3395: Integrate mxm fix into v1.7 v1.7
5 months ago rhc Fixes #3397: Move r27576 to v1.7 branch (fix minor ORTE name leak) v1.7
5 months ago rhc Fixes #3398: Move r27578 to v1.7 branch (fix use of putenv) v1.7
5 months ago rhc Fixes #3401: Move r27598 to v1.7 branch (various compiler warnings stomps) v1.7
5 months ago rhc Fixes #3399: Please integrate FCA MPI_Allgather fix into v1.7 v1.7
5 months ago rhc Fixes #3409: Move r27621 to v1.7 branch (forward MCA params to daemons upon launch) v1.7
5 months ago rhc Fixes #3434: Move r27689 and r27690 to the v1.7 branch v1.7
5 months ago jsquyres Consolidate all the opal/orte/ompi .m4 files back to the top-level
5 months ago jsquyres Minor improvements to configure.ac:
5 months ago jsquyres Fixes #3427: Move r27671 to v1.7 branch v1.7
5 months ago bbenton Adding power6 & power7-specific platform files
5 months ago bbenton Updates for ompi-trunk flag changes
5 months ago rhc Oops - push missing definitions
5 months ago jurenz Changes to VT:
5 months ago rhc Remove stale component
5 months ago rhc Remove stale component
5 months ago rhc Fix static port usage, ensure that both ipv4 and ipv6 are given if ipv6 was enabled
5 months ago rhc Fix the printing and handling of sample times in stats objects
5 months ago hjelmn Remove debug printfs.
5 months ago jurenz Changes to OTF:
5 months ago jsquyres Remove the comment about OSCAR being long gone; it's apparently alive v1.6
5 months ago jsquyres Remove the comment about OSCAR being long gone; it's apparently alive
5 months ago jsquyres Remove the comment about OSCAR being long gone; it's apparently alive v1.7
5 months ago rhc Refs #3429
5 months ago jsquyres Refs #3422
5 months ago hjelmn btl/vader: fix bug in single copy code that could cause ob1 sends to not get marked complete.
5 months ago jsquyres Put back the static-library-detection stuff from r27668, with some
5 months ago jsquyres Ensure to set Fortran ierr properly at the end of
5 months ago jsquyres Temporarily revert r27662 and r27667 because something wonky is
5 months ago jsquyres If a user supplies both (some form of --static) and (some form of
5 months ago jsquyres Merge r27655 from trunk: v1.7
5 months ago jsquyres Merge over fixes and updates to the spec file from the v1.6 branch.