- 31 Aug, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 27 Jun, 2015 1 commit
-
-
solomon authored
Implemented --build-dir option making it possible to have multiple external builds configured differently sharing the same source
-
- 23 Mar, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 22 Mar, 2015 1 commit
-
-
solomon authored
-
- 29 Jan, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 03 Nov, 2014 1 commit
-
-
solomon authored
-
- 08 Oct, 2014 1 commit
-
-
solomon authored
-
- 06 Oct, 2014 1 commit
-
-
solomon authored
-
- 19 Sep, 2014 1 commit
-
-
solomon authored
-
- 15 Sep, 2014 1 commit
-
-
solomon authored
-
- 14 May, 2014 1 commit
-
-
solomon authored
Reorganized examples folder into tests/benchmarks/studies/examples and added configure mechanism adapted from Aquarius and NuLAB
-
- 21 Jan, 2014 1 commit
-
-
solomon authored
-
- 18 Jan, 2014 1 commit
-
-
solomon authored
Modified the build structure a bit to break it up more.
-
- 15 Jan, 2014 1 commit
-
-
solomon authored
-
- 14 Jan, 2014 1 commit
-
-
solomon authored
-
- 13 Jan, 2014 1 commit
-
-
solomon authored
-
- 23 Dec, 2013 2 commits
-
-
solomon authored
-
solomon authored
This commit contains a number of major changes and removals of unused source which aims at slimming down the source code in preparation for a release. Switched to using CommData_t by value instead of by reference. MPI_Comms now freed via an std::set. Got rid of the deprecated subdirectory. Got rid of inner mapping functionalities which were not used due to being inefficient. (somewhat questionable decision) got rid of old unit tests contained in unit_test subdirectory, including the code needed for the VERIFY functionality used in dist_tensor_op.cxx. The old unit tests were rather limited and at this point somewhat redundant, but there may be reason to use VERIFY functionality in the future.
-
- 13 Dec, 2013 1 commit
-
-
solomon authored
Hooked up add_to/from_subworld to fast redistribution kernel. It should now be possible to use this function to add tensors from an arbitrary sub MPI comm to/from a superset comm. Also dist_tensor_internal.cxx is no longer included via cyclopstf.cxx though the organization here can be further improved.
-
- 07 Dec, 2013 1 commit
-
-
Ducky authored
-
- 13 Nov, 2013 1 commit
-
-
Edgar Solomonik authored
-
- 02 Oct, 2013 1 commit
-
-
Edgar Solomonik authored
Also, simplified interface.
-
- 16 Sep, 2013 1 commit
-
-
solomon authored
-
- 20 Apr, 2013 1 commit
-
-
Edgar Solomonik authored
-
- 16 Apr, 2013 1 commit
-
-
Edgar Solomonik authored
Implemented a kernel that does a distributed reshuffle on the virtual block level when possible.
-
- 07 Apr, 2013 1 commit
-
-
Edgar Solomonik authored
Cleaned up build system, now make should work immediately on linux, etc. Deprecated some unushed tests and code.
-
- 04 Apr, 2013 2 commits
-
-
Edgar Solomonik authored
Deprecated C interface for cyclopstf.hpp. Added support for element-wise custom operations. Got rid of buffer and buffer_len parameters that were never used. Added a test for weight which uses a custom divide operaiton.
-
Edgar Solomonik authored
-
- 13 Mar, 2013 1 commit
-
-
Edgar Solomonik authored
added matrix and vector types added 3D FFT test
-
- 12 Mar, 2013 1 commit
-
-
Edgar Solomonik authored
as Devin's interface.
-
- 18 Feb, 2013 1 commit
-
-
Edgar Solomonik authored
2. Switched ctf.hpp to be templated and instantiated complex and double 3. Made diagonal rescaling work for SY and FFT test passes TODO: Make diagonal rescaling require less dumb redistributions
-
- 17 Feb, 2013 2 commits
-
-
Edgar Solomonik authored
Changed sizes from int64_t to int. SY FFT test gets the wrong answer in parallel however, which is worrying
-
Edgar Solomonik authored
-
- 16 Feb, 2013 1 commit
-
-
Edgar Solomonik authored
Added a new interface which is not fully complete nor tested
-