1
1
openmpi/ompi/mpi
Edgar Gabriel bc042259bc make initialization of the io framework thread safe.
Also, remove the lock/unlock in the file_open ompi-interface routines of romio314.
The global lock in the romio component does probably not work, it is easy to construct a testcase where two threads perform collective I/O operations on different file handles. With a global lock it is easy to deadlock. THe lock has to be at least on the file handle basis.

move the mutex to file/file.c to avoid duplicate symbol problem in file_open.c pfile_open.c
2016-08-21 16:09:00 -05:00
..
c make initialization of the io framework thread safe. 2016-08-21 16:09:00 -05:00
cxx datatype: Fix incorrect predefined datatype names and other datatype bugs (#1537) 2016-04-12 20:17:46 +02:00
fortran ompi/fortran: fix typos in request RMA bindings 2016-07-18 13:46:28 -06:00
java Fix Java Coverity issue 2016-06-23 15:09:07 +02:00
man In case, we do not build Fortran, Fortran 2008 or CXX, the regexp in make_manpage.pl will delete all 2016-05-17 14:21:35 +02:00
tool mpi/tool: Fix an incorrect type cast. 2015-11-04 11:28:43 +09:00
help-mpi-api.txt help-mpi-api.txt: remove now-stale help messages 2015-10-15 12:39:16 -04:00
Makefile.am trim man pages if no c++/f08/fortran 2015-10-13 10:21:42 +09:00