https://github.com/michel2323/AdjointMPI

sort by:
Revision Author Date Message Commit Date
6f10565 Added AMPI_ADOUBLE definition. 27 July 2016, 06:19:39 UTC
07bf678 Added defined datatype for acitve type and changed functions to MPI_DOUBLE. 26 July 2016, 16:06:39 UTC
15e0202 Merge branch 'master' into scicompVersion 28 June 2016, 09:57:34 UTC
d960f58 Added missing interface definition for scatterv. 28 June 2016, 09:56:19 UTC
825207a Merge branch 'master' into scicompVersion 27 June 2016, 11:36:41 UTC
3c59d73 Missing interface definitions for gatherv, allgather and allgatherv. 27 June 2016, 11:36:06 UTC
abef8cb Merge branch 'master' into scicompVersion 27 June 2016, 11:31:51 UTC
e516916 Bugfix merge such that the configure files are not delete in the scicompVersion branch 27 June 2016, 11:28:23 UTC
f4d57fe Add README as link to README.md. Otherwise autotools fail. 15 January 2016, 15:47:16 UTC
6b5a987 From MPI_Request to AMPI_Requests in tests 14 December 2015, 21:36:41 UTC
4bd10cb Fix for potiental NULL request in Waitany 14 December 2015, 21:35:34 UTC
cd248c9 Added ampi_create_dummies_displ to the dco interface 14 December 2015, 21:34:25 UTC
8a1d069 Merge branch 'scicompVersion' Removed autoreconf files. No autotool generated files in master branch. 14 December 2015, 19:53:11 UTC
f0cc7c2 Bugfix for adjoint reduce. 05 December 2015, 16:07:00 UTC
4d0b088 Implemented MPI_IN_PLACE support for Reduce and Allreduce. 03 December 2015, 16:47:21 UTC
124ab4e Merge branch 'scicompVersion' of github:michel2323/AdjointMPI into scicompVersion 02 December 2015, 23:37:08 UTC
a3b0179 Bugfixes for MPI_Reduce and MPI_Allreduce. 02 December 2015, 23:36:11 UTC
9fb146a Implementation of MPI_Scatter and MPI_Scatterv. 02 December 2015, 17:29:36 UTC
4e01802 Handling of MPI_Allgather and MPI_Allgatherv 02 December 2015, 12:03:21 UTC
d40f83a Implementation vor MPI_Gatherv. 02 December 2015, 08:31:05 UTC
060e561 Updated for non c90 27 November 2015, 11:36:31 UTC
4a9446b Update of build system. 27 November 2015, 10:57:07 UTC
74abe02 AadjointMPI uses now AMPI_Request directly in the communication. This changes makes it necessary to adapt the application in such a way that it uses AMPI_Request's instead of MPI_Request. Because of this change bugs with the hashtable are no longer existent. Removed some unnessessary free's in the reverse interpretation. 27 November 2015, 10:54:01 UTC
d1ec18f fortran interface for dco_fortran derived from the compad interface. wont work. 30 October 2015, 03:43:57 UTC
31b2267 Disabled AM_PROG_AR macro. 31 August 2015, 12:54:37 UTC
2ae2367 typos in readme 07 August 2015, 01:20:14 UTC
e0cd08f Files renamed for github. README in markdown. 07 August 2015, 01:17:13 UTC
8ab6300 Merge branch 'master' into scicompVersion 06 August 2015, 20:38:23 UTC
7cea836 Fixed optimization in testing 06 August 2015, 20:31:58 UTC
76f9368 Added real Waitany with test. Removed all antiwait support as it was not used and experimental 06 August 2015, 19:55:47 UTC
be19e06 Nonblocking fix due to Bsend. 06 August 2015, 19:30:49 UTC
3204a3d Removed obsolete routines like ampi_reset_tape 06 August 2015, 17:44:02 UTC
6874192 Removed examples as they are not maintained 06 August 2015, 17:43:12 UTC
833251d Merge pull request #4 from mtowara/interface_hpp add missing ampi_interface.hpp 06 August 2015, 16:20:16 UTC
e62e5d9 Merge pull request #3 from mtowara/FixWaitAll Fix wait all 06 August 2015, 16:19:14 UTC
cca769f Merge pull request #1 from mtowara/fixWarnings Fix warnings 06 August 2015, 16:18:02 UTC
a9bc810 add missing ampi_interface.hpp 06 August 2015, 13:37:31 UTC
2cdf210 explicit cast for malloc (needed by g++) 06 August 2015, 12:10:03 UTC
c6fdc27 Fix Segfault for AMPI_WAIT_ALL with MPI_STATUS_IGNORE 06 August 2015, 12:09:51 UTC
ac4b03f fix: interfaces/dco/ampi_interface_master.cpp:55:20: warning: variable ‘ampi_tape’ set but not used [-Wunused-but-set-variable] 06 August 2015, 09:13:22 UTC
b33cd98 fix: src/ampi_tape.c:1118:7: warning: implicit declaration of function ‘AMPI_Brecv_b’ [-Wimplicit-function-declaration] 06 August 2015, 09:13:03 UTC
c301163 README typo 06 August 2015, 02:57:34 UTC
938e17c Support of Bsend. Distinguish between Bsend and Send through the last element in the buffer 05 August 2015, 22:51:05 UTC
6de1c54 README updated 05 August 2015, 18:45:17 UTC
caef80d Merge branch 'master' into scicompVersion 05 August 2015, 18:35:14 UTC
d995701 Sendrecv_replace fixed, nonblocking tag issue fixed for good, added Sendrecv test 05 August 2015, 18:26:07 UTC
e32da28 Sendrecv test added. Sendrecv_replace broken! 05 August 2015, 16:40:56 UTC
c2db57e merge with tag bugfix in nonblocking communication 05 August 2015, 04:34:32 UTC
3cfc459 Bootstrap 04 August 2015, 21:53:12 UTC
112127c Updated dco interface and updated tests accordingly 04 August 2015, 19:25:50 UTC
2a8f081 Intel compiler compatibility fixes. 25 June 2015, 08:35:10 UTC
37b89e4 Various Fixes * Cleaned up dco interface * Tests with new dco type * Waitall bug fix (MPI_STATUSES_IGNORE case) 03 February 2015, 20:50:32 UTC
8ddfb79 Changes on AdjointMpi from the Scientific Computing Group Kaiserslautern. The changes are: - Removed AdjointMPI tape - Check in all methods if the AD tape is active - Various bugfixes. 27 January 2015, 12:30:55 UTC
867d72a Documentation fixes 26 June 2014, 14:15:54 UTC
ae3dd1d Fix 04 June 2014, 15:32:17 UTC
b3346ed Fix 04 June 2014, 15:31:00 UTC
ce5dde4 Blocking sendrecv pattern fix. Increment added 04 June 2014, 12:21:07 UTC
1cd888e Fixes in the pattern tests 02 June 2014, 13:34:05 UTC
a75f4e7 Unit test fixes 29 May 2014, 22:32:02 UTC
5e20601 merge 29 May 2014, 16:53:29 UTC
b178326 Renaming folder benchmarks to patterns 29 May 2014, 16:50:25 UTC
ccdab87 Fix tests: ampi_interface.cpp linked to ampi_interface_master.cpp 26 May 2014, 14:33:27 UTC
8321937 * Added Allreduce and One-sided pattern benchmarks 23 May 2014, 13:02:47 UTC
237d9f9 * Added benchmarks or unit tests for analyzing the runtime of the adjoint communication patterns with respect to the original passive patterns. * Heat example updated with current dco version. 23 May 2014, 10:39:36 UTC
58ec483 doxygen: parameter description ending '.' removed. For real now. 03 May 2014, 21:23:54 UTC
0c16086 revert last commit 03 May 2014, 21:21:02 UTC
2507bbe doxygen: parameter description ending '.' removed 03 May 2014, 21:07:37 UTC
1d8896e correct 'make doc' 03 May 2014, 21:01:15 UTC
ba486d7 documentation is now only built by target 'doc' 02 May 2014, 12:56:31 UTC
8e6dfe8 heat example. dco interface adapted for develop branch. dco master interface added 17 April 2014, 15:25:02 UTC
8df0093 Allreduce_b optimized 11 April 2014, 11:25:14 UTC
c34a3bd * Support of new dco repo * Bugfixes * Tests updated * OpenMP removed 12 March 2014, 17:41:43 UTC
ef0eb01 Memory leaks fixed. dco interface updated. 12 March 2014, 14:54:43 UTC
250e9ae Interpret dummies for SEND_INIT and RECV_INIT 12 March 2014, 11:43:30 UTC
38d9e5e Cleanup and minor fixes. Activity awareness complete. 07 March 2014, 23:20:23 UTC
e6a12ac dirty commit of acitivty awareness 07 March 2014, 15:17:53 UTC
1a1cfde FreeBSD Makefiles 09 February 2014, 00:01:08 UTC
c93a142 FreeBSD Makefiles 08 February 2014, 22:57:14 UTC
6195fe9 merge 08 February 2014, 21:54:50 UTC
208d589 Towards FreeBSD compatible Makefiles 08 February 2014, 21:53:04 UTC
1947631 autotools fix for "make dist" 08 February 2014, 16:08:05 UTC
c017bab * AMPI_Gather: Only allocate receive buffer on root. 07 February 2014, 09:54:15 UTC
98b52e2 * Tape activity awareness in AMPI_Allreduce and in the dco interface. * Reduction operation defines renamed. * AMPI_Gather: only received values and adjoints will be copied from active types and to the tape. 07 February 2014, 09:31:03 UTC
5fa490b m4 pattern allow 06 February 2014, 12:28:23 UTC
7a98364 AM_PRO_AR fix 05 February 2014, 12:51:21 UTC
5360e95 ar fix 05 February 2014, 12:41:31 UTC
7cbc56f dcc reenabled for the examples 22 January 2014, 15:54:02 UTC
711ba1e Fix examples 22 January 2014, 13:36:43 UTC
ade741b Documentation is done. Further cosmetics applied to the code. 22 January 2014, 13:24:08 UTC
45754da Cosmetics. Documentation. Fixes. Tape now works with passive types through defining AMPI_DOUBLE. 21 January 2014, 15:56:35 UTC
cb70de0 Cosmetics 20 January 2014, 21:14:29 UTC
3afd5a4 More documentation. Has lead to some source code fixes in the reduction. 20 January 2014, 15:55:27 UTC
a113cb2 More documentation 17 January 2014, 14:35:16 UTC
6ce9e97 First documentation test for inclusion in thesis 17 January 2014, 10:46:34 UTC
9e9dd5d Documentation structure based on Doxygen and autotools 16 January 2014, 13:07:02 UTC
16a345f Enable potential CPP compilation with --with-mpicc=mpicxx 16 January 2014, 10:29:37 UTC
9ed19da Testing suite Makefile 10 January 2014, 16:04:12 UTC
0fef23e Testing suite complete 10 January 2014, 15:59:52 UTC
b302d23 Bcast test 09 January 2014, 15:16:37 UTC
f3ce342 Tag fix in Sendrecv_replace was not fixed entirely. Bcast count fix. 09 January 2014, 15:10:59 UTC
back to top