| 3 months ago |
jsquyres |
Fixes #3470: ARM atomics
v1.7
|
changeset |
files
|
| 3 months ago |
brbarret |
Rather than setting up the direct call stuff in ompi_mca (which requires
|
changeset |
files
|
| 3 months ago |
rhc |
The opal_list_t destructor doesn't release the items on the list prior to destructing or releasing it. Provide two convenience macros for doing so.
|
changeset |
files
|
| 3 months ago |
jsquyres |
Fixes #3496: Move wrapper orte fix to 1.7
v1.7
|
changeset |
files
|
| 3 months ago |
vasily |
MTL MXM: push commit r27987 back, now with right user.
|
changeset |
files
|
| 3 months ago |
vasily |
Revert revesion -r27986, the reason is - it was submitted with wrong user name.
|
changeset |
files
|
| 3 months ago |
jsquyres |
Fixes #3498: integrate MXM 2.0 support into v1.7
v1.7
|
changeset |
files
|
| 3 months ago |
jsquyres |
Fixes #3494: If we get 0 bytes back for the ACK, it doesn't
|
changeset |
files
|
| 3 months ago |
jsquyres |
Sync with v1.6 NEWS
|
changeset |
files
|
| 3 months ago |
jsquyres |
1.6.4rc3 has been released; on to 1.6.4rc4
v1.6
|
changeset |
files
|
| 3 months ago |
jsquyres |
Update NEWS with latest changes
v1.6
|
changeset |
files
|
| 3 months ago |
jsquyres |
Fixes #3499: integrate MXM 2.0 support into v1.6
v1.6
|
changeset |
files
|
| 3 months ago |
jsquyres |
Fixes #3497: Move VT v5.14.2.4 changes to v1.6
v1.6
|
changeset |
files
|
| 3 months ago |
rolfv |
Revert changeset 28011. This can break the build on some systems.
|
changeset |
files
|
| 3 months ago |
jsquyres |
As the help message states, it's not an ''error'' if the specified
|
changeset |
files
|
| 3 months ago |
jurenz |
Changes to OTF:
|
changeset |
files
|
| 3 months ago |
rhc |
Extend print coverage to all types
|
changeset |
files
|
| 3 months ago |
rolfv |
Add wrapper interface to LTDL functions so that other parts of the library can access the LTDL functionality.
|
changeset |
files
|
| 3 months ago |
jurenz |
Changes to OTF:
|
changeset |
files
|
| 3 months ago |
rhc |
Okay, Jeff - just for you...flow the show help thru the orte functions so help messages will be aggregated
|
changeset |
files
|
| 3 months ago |
hjelmn |
set $1_LIBS correctly on all calls to ORTE_CHECK_ALPS not just the first call
|
changeset |
files
|
| 3 months ago |
hjelmn |
shmem_RUNTIME_QUERY_hint is not really read_only as it is set from the environment not the default value
|
changeset |
files
|
| 3 months ago |
rhc |
When we say abort, we mean ABORT!! Actually implement the ompi_rte_abort and ompi_rte_show_help functions in the ORTE module.
|
changeset |
files
|
| 3 months ago |
jsquyres |
Sync NEWS with v1.6 branch
|
changeset |
files
|
| 3 months ago |
jsquyres |
Fixes #3501: Move minor configure options fix to v1.7
v1.7
|
changeset |
files
|
| 3 months ago |
rhc |
Actually, those calls need to be removed as we superceded them with the new opal_setup_ft.m4
|
changeset |
files
|
| 3 months ago |
rolfv |
Fix bug introduced by changeset 27986.
|
changeset |
files
|
| 3 months ago |
jsquyres |
Fix a typo in NEWS; no CMR needed.
v1.6
|
changeset |
files
|
| 3 months ago |
jsquyres |
Can't just use "0" in an AM_CONDITIONAL -- you have to use a valid
|
changeset |
files
|
| 3 months ago |
jsquyres |
Fixes #3500: disable-hwloc disable-dlopen breaks build in v1.6
v1.6
|
changeset |
files
|
| 3 months ago |
hjelmn |
lustreapi.h includes lustre/lustre_user.h so the CPP should include -I$with_lustre/include
|
changeset |
files
|
| 3 months ago |
rhc |
Disqualify slurm module even if slurm support was configured into the build if we don't have an allocation and haven't enabled dynamic allocations
|
changeset |
files
|
| 3 months ago |
rhc |
Add some useful debug to the heartbeat sensor
|
changeset |
files
|
| 3 months ago |
hjelmn |
Add missing platform files to dist
|
changeset |
files
|
| 3 months ago |
rhc |
If sensors are enabled, then the daemons need to have their proc->node field linked to their local node object
|
changeset |
files
|
| 3 months ago |
rhc |
Add missing platform files to dist - no review required
v1.7
|
changeset |
files
|
| 3 months ago |
rhc |
Cleanup the resource usage sensor, letting the db handle any printing requests.
|
changeset |
files
|
| 3 months ago |
rhc |
Add new database component for printing "add_log" info
|
changeset |
files
|
| 3 months ago |
igoru |
Support FCA v3.0
|
changeset |
files
|
| 3 months ago |
pasha |
MTL MXM: ver. 2.0 interface changes.
|
changeset |
files
|
| 3 months ago |
rolfv |
Remove any dependency on libcuda.so in opal layer. All changes are within OMPI_CUDA_SUPPORT code.
|
changeset |
files
|
| 3 months ago |
hjelmn |
add iterator macros for opal_list_t
|
changeset |
files
|
| 3 months ago |
jsquyres |
Fixes #3490: Fixes OpenIB BTL segfault when no CPC is found on a port
v1.6
|
changeset |
files
|
| 3 months ago |
jurenz |
Changes to OTF:
|
changeset |
files
|
| 3 months ago |
rhc |
Update the included platform file list
v1.7
|
changeset |
files
|
| 3 months ago |
rhc |
Update the included platform files
|
changeset |
files
|
| 3 months ago |
rhc |
Rename the greenplum monitoring platform files. Add a configure script for that purpose
|
changeset |
files
|
| 3 months ago |
rolfv |
Fix previous checkin. Need to fall through to get initialized variable set.
|
changeset |
files
|
| 3 months ago |
rhc |
Silence error report - just because someone only defines ipv4 static ports doesn't make a fatal error
|
changeset |
files
|
| 3 months ago |
rhc |
Update platform file
|
changeset |
files
|
| 3 months ago |
jsquyres |
Clean some minor warnings: remove variables that were set but never
|
changeset |
files
|
| 3 months ago |
brbarret |
Fix some warnings when we don't have sockets or syslog
|
changeset |
files
|
| 3 months ago |
brbarret |
Need the WRAPPER_EXTRA_* defines for orte_info as well.
|
changeset |
files
|
| 3 months ago |
rhc |
Handle the case where rankfile is providing the allocation
|
changeset |
files
|
| 3 months ago |
rolfv |
Add run-time parameter to enable and disable CUDA GPU support.
|
changeset |
files
|
| 3 months ago |
rhc |
Revise the approach towards the FT options. Include them in a new opal_setup_ft.m4 file. Capture the ft-thread option there as well since it had slipped thru the cracks. Add a detailed comment to configure.ac that describes how to make those options visible, if desired.
|
changeset |
files
|
| 3 months ago |
rolfv |
Add mpool_base_verbose parameter. All the other base components appear to have this and it can help with debug.
|
changeset |
files
|
| 3 months ago |
brbarret |
Fix double-install issue when --with-devel-headers is used
|
changeset |
files
|
| 3 months ago |
rhc |
Update LANL platform files - no review required
v1.7
|
changeset |
files
|
| 3 months ago |
hjelmn |
update lanl platform files for XE6
|
changeset |
files
|