aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add restrict qualifiersschnetter2007-02-28
* Initialise useghosts before using it.schnetter2007-02-23
* Add an optional parameter that enables using information from ghostschnetter2006-10-28
* Introduce a new parameter "use_alltoallv" that decides whether to useschnetter2006-08-04
* Add routines to conveniently output the slabinfo and xferinfoschnetter2006-06-20
* Correct prototypes of scheduled routines.schnetter2006-06-14
* Correct asserts statements.schnetter2005-12-15
* Correct assert statement (which is disabled by default).schnetter2005-12-15
* GetMPICommWorld now returns a pointer to the communicator, instead ofschnetter2005-08-26
* Get the MPI communicator more intelligently: use aliased functionschnetter2005-08-25
* C99 -> C89schnetter2005-05-27
* Introduce new function Slab_MultiTransfer that transfers slabs ofschnetter2005-05-10
* Reformat commentschnetter2005-01-28
* Remove "restrict" keyword that was visible to C++.schnetter2005-01-14
* Don't complain when no driver is recognised; use MPI_COMM_WORLD forschnetter2004-12-07
* Do not check for #defined constants.schnetter2004-07-30
* Define MPI_INT when compiling without MPI.schnetter2004-07-28
* Provide more optimised versions for common cases.schnetter2004-05-29
* Rename MPI_ variable prefixes to CACTUS_MPI_.schnetter2004-05-10
* Wrap in extern "C" for C++schnetter2004-05-05
* Remove "return -1" statements after "assert (0)" statements.schnetter2004-04-09
* Fix wrong assumption that MPI_Datatype is int.schnetter2004-04-08
* Correct the MPI replacement routines. Compiles, but untested.schnetter2004-04-05
* Do not initialise MPI_Datatype object with integer constants.schnetter2004-04-05
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
* Move declarations before statements.schnetter2003-06-19
* Fix optimisations that didn't work on multiple processors.schnetter2003-05-23
* Optimise the common case.schnetter2003-05-10
* Make all initialisers constant, as required by ANSI C.schnetter2003-04-08
* Disable the assert statements in the inner loop by default.schnetter2003-03-17
* Changed many "cGH *" arguments to "const cGH *".schnetter2003-03-11
* Choose the correct destination regions.schnetter2003-03-02
* Allow passing null pointers for the arrays if the processor-localschnetter2003-03-01
* Completed the work for the previous commit.schnetter2003-02-28
* Make it also work with less than three dimensions.schnetter2003-02-28
* Fixed Cactus-to-MPI type conversion for complex types.schnetter2002-11-08
* Removed the restriction that the slab types have to be CCTK_REAL.schnetter2002-11-07
* Small doc change.schnetter2002-11-06
* Added thorn documentation.schnetter2002-11-06
* Added capabilities to compile in Carpet and PUGH at the same time.schnetter2002-11-03
* Added "TODO" point.schnetter2002-10-23
* Small cleanups to remove warnings.schnetter2002-10-22
* Removed C99-isms. *sigh* -- here goes quite a bit of readability.schnetter2002-10-22
* ???schnetter2002-10-22
* Now respecting ghost zones and boundaries.schnetter2002-10-22
* A generic slabbing thorn.schnetter2002-10-22