6 months ago jurenz Upgraded VT version to 5.14
6 months ago hjelmn Per discussion we will now require a C99 compiant compiler.
6 months ago hjelmn enforce minimum m4 version (1.4.16)
6 months ago rhc Update platform files
6 months ago hjelmn enforce minimum flex version in autogen.pl
6 months ago hjelmn remove unused allocator output declaration (missed by r27599)
6 months ago hjelmn add missing #include of opal/util/output.h
6 months ago pasha Cleaning warnings in ml, sbgp, bcol.
6 months ago rhc Add new platform files
6 months ago vvenkatesan Fixes for the 2gb limitation. This fixes problems both static and two-phase
6 months ago rhc Cleanup some compiler warnings in the Java bindings
6 months ago rhc Update DFS to support multi-node operations
6 months ago rhc Enable all ORTE tools to use progress threads if they are enabled
6 months ago rhc Pack the buffer object from the beginning
6 months ago rhc Update platform files
6 months ago rhc Silence compiler warning
6 months ago rhc Silence compiler warnings
6 months ago rhc Fix compiler warnings
6 months ago rhc Add a new "test" component to the DFS that treats all files as remote in order to test the app-to-daemon interactions on a single machine. Set a global param to indicate we are using staged execution. Add a param to indicate it is okay for non-MPI processes to execute without finalizing. Cleanup file map load and fetch operations.
6 months ago rhc Strip the domain info from the hostname if that option is specified, protecting IP address-based names
6 months ago rhc Protect the HNP cleanup in cases where no session dirs are created
6 months ago rhc Add the ability to pack the contents of one buffer into another as a block, thus allowing the transfer of blocks of info as a unit without messing with load/unload
6 months ago rhc Add a function to test if a string is in the form of an IP address - doesn't test for validity of the address
6 months ago rhc Update platform files
6 months ago rhc Per patch from Nathan, with a few fixes, cleanup the orte-info tool
6 months ago hjelmn add prototypes for lex destroy functions
6 months ago miked Fixes MPI_Allgather when sendbuf is MPI_IN_PLACE. fixes 3342
6 months ago hjelmn Per the specification for putenv (http://pubs.opengroup.org/onlinepubs/009604599/functions/putenv.html) the string given to putenv becomes part of the environment. The string must not be changed or freed.
6 months ago hjelmn instead of relying on yyterminate to clean up the lex context call the destroy functions directly (after closing the file)
6 months ago hjelmn Fix a small leak in orte/util/name_fns.c
6 months ago alekseys Check that MXM runtime version match compiled.
6 months ago rhc A prior commit apparently broke the trunk when something was inadvertently left behind - so remove a reference to a no-longer-existing function
6 months ago hjelmn fix typo
6 months ago hjelmn fix a couple of errors in r27569
6 months ago hjelmn Remove the finish_parsing function from various .l files. The function is incomplete (doesn't clean up the lex state) and should be replaced by *_yylex_destroy which correctly cleans up the state.
6 months ago hjelmn Per RFC modify the behavior of mca_base_components_close to NOT close the output. Modify frameworks to always close their output and set to -1.
6 months ago hjelmn Per RFC fix several leaks in opal and ompi. Details below.
6 months ago jsquyres Fix minor issue: the argv_delete may change the top list pointer. So
6 months ago rhc Fixes #3387: Please integrate IB performance fix into v1.7 v1.7
6 months ago rhc Fixes #3381: Move minor Fortran08 Makefile.am fix to v1.7 v1.7
6 months ago rhc Fixes #3379: Please integrate ConnectIB param into v1.7 v1.7
6 months ago rhc Fixes #3377: Move autogen fix from trunk to v1.7 v1.7
6 months ago rhc Fixes #3388: Move fix for VT+CUDA build failure into v1.7 branch v1.7
6 months ago hjelmn Fix leaks in the opal if posix code. Error paths were not calling OBJ_RELEASE on an opal_if_t created with OBJ_NEW.
6 months ago rhc If the nodename is an IP address, we need to retain the full name (even if keep_fqdn is false) so that the ssh tree spawn can proceed.
6 months ago jurenz Do forward '--with-cuda[-libdir]' arguments to the VT configure
6 months ago miked performance optimization: process completions in the batch manner
6 months ago jsquyres r27471 wasn't entirely correct: the libmpi_f90_so_version should have v1.6
6 months ago miked Switched FCA collectives component from dlopen to compile-time linking to libfca
6 months ago jsquyres Remove redundant common_verbs.h include.
6 months ago jsquyres There's no point in having a separate opal_hotel_finalize() function
6 months ago jsquyres * MPI_Reduce_scatter_block is now implemented, so remove it from the
6 months ago jsquyres Ensure that ROMIO's autogen.sh is included in the 1.6 tarball. This v1.6
6 months ago miked SRQ now supported in ConnectIB
6 months ago rhc Remove stale file - we removed the size functions awhile back
6 months ago rhc Silence warnings when threads are enabled
6 months ago brbarret Add files found in svn but not tarball
6 months ago brbarret Add autogen.sh to list of files to be distributed, so autogen works off a
6 months ago brbarret Remove unused macro
6 months ago vvenkatesan Modifying the static component accordingly for the modification of interfaces in io_ompio.c