- Nov 29, 2018
-
-
Mehdi Dogguy authored
-
Mehdi Dogguy authored
-
Mehdi Dogguy authored
-
- Jan 14, 2018
-
-
Mehdi Dogguy authored
-
Mehdi Dogguy authored
-
- Jan 04, 2018
-
-
Mehdi Dogguy authored
-
Mehdi Dogguy authored
-
Mehdi Dogguy authored
-
Mehdi Dogguy authored
-
Mehdi Dogguy authored
-
Mehdi Dogguy authored
-
Roland Fehrenbacher authored
Supported symbols have diverged between amd64 and i386 archs, presumably due to compiler versions.
-
- Jan 03, 2018
- Dec 29, 2017
-
-
Roland Fehrenbacher authored
-
Roland Fehrenbacher authored
-
Roland Fehrenbacher authored
-
Roland Fehrenbacher authored
-
Roland Fehrenbacher authored
-
- Dec 28, 2017
-
-
Roland Fehrenbacher authored
-
-
-
-
-
-
-
-
Roland Fehrenbacher authored
-
Roland Fehrenbacher authored
-
Roland Fehrenbacher authored
-
Roland Fehrenbacher authored
-
Roland Fehrenbacher authored
-
- Apr 28, 2017
-
-
Michal Szarmach authored
Reviewed-by: Henry Estela <[email protected]> Signed-off-by: Michal Szarmach <[email protected]>
-
- Aug 15, 2016
-
-
Henry Estela authored
A couple of GCC fixes
-
- Jul 29, 2016
-
-
Ana Guerrero López authored
In file included from /«BUILDDIR»/psm/include/ipath_user.h:63:0, from /«BUILDDIR»/psm/psm_user.h:45, from am_reqrep_shmem.c:40: am_reqrep_shmem.c: In function 'psmi_shm_attach': /«BUILDDIR»/psm/include/ipath_udebug.h:79:28: error: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t {aka unsigned int}' [-Werror=format=] fprintf(__ipath_dbgout, "%s%s: " fmt, __ipath_mylabel, __func__, \ ^ /«BUILDDIR»/psm/include/ipath_udebug.h:95:31: note: in expansion of macro '__IPATH_DBG_WHICH' #define _IPATH_PRDBG(fmt,...) __IPATH_DBG_WHICH(__IPATH_PROCDBG,fmt,##__VA_ARGS__) ^ am_reqrep_shmem.c:544:2: note: in expansion of macro '_IPATH_PRDBG' _IPATH_PRDBG("Mapped and initialized shm object control page at %p," ^
-
Ana Guerrero López authored
psm_diags.c: In function 'memcpy_check_size': psm_diags.c:286:7: error: statement is indented as if it were guarded by... [-Werror=misleading-indentation] if (dst) psmi_free(dst); ^~ psm_diags.c:284:5: note: ...this 'if' clause, but it is not if (src == NULL || dst == NULL) ^~
-
- Apr 01, 2016
-
-
Henry Estela authored
Initialize variables
-
- Mar 31, 2016
-
-
Ana Guerrero López authored
-
Ana Guerrero López authored
This patch fixes the following -Werror=maybe-uninitialized errors: psm_diags.c:294:10: error: 'dst_p' may be used uninitialized in this function [-Werror=maybe-uninitialized] if (dst_p) psmi_free(dst_p); ^ In file included from psm_user.h:54:0, from psm_diags.c:35: psm_utils.h:156:23: error: 'src_p' may be used uninitialized in this function [-Werror=maybe-uninitialized] #define psmi_free(sz) psmi_free_internal(sz) ^ psm_diags.c:290:11: note: 'src_p' was declared here void *src_p, *dst_p; ^ If posix_memalign fails to return a value different than zero, the pointers are never initialized.
-
- Mar 16, 2016
-
-
Henry Estela authored
During MPI_Finalize with Intel MPI, many processes would hang in ips_proto_mq_isend. This problem was only noticed at a larger amount of ranks and nodes. This bug was introduced in 2b70a0f3. There were some bit shift and mask errors with the change. The commidx base id was not properly used correctly in ips_epstate functions, causing some messages to never get received properly.
-