aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Some code cleanupsHEADmastereschnett2013-08-21
* update documentation to show cctk_ash in example, update Slab arrangment, updaterhaas2013-06-02
* API Update: Support array padding (cctk_ash)eschnett2013-01-15
* fix typo which instead of stopping timer timer_copy_back_noflip tried to star...knarf2012-11-01
* Replace CCTK_RESTRICT by restricteschnett2012-08-09
* Move MPI support from flesh to a thorneschnett2012-07-21
* Don't #define restrict; this is now handled by the flesheschnett2012-06-17
* Correct loopcontrol argumentseschnett2011-05-16
* Reorganise some of the internals of thorn Slab:eschnett2011-05-09
* Add MPI_Bcast in the case that there is no MPIeschnett2010-10-02
* revert last commit since it actually breaks C++ callsrhaas2009-12-03
* add namespace in slab.cc and slab.h in such a way as to make the PGIrhaas2009-12-03
* Remove namespace declaration since this confuses some C++ compilers.schnetter2009-12-02
* Correct OpenMP syntax errorschnetter2009-11-18
* Update email addressschnetter2009-11-18
* add optimized support for CCTK_INT, introduce templated functionsrhaas2009-11-18
* Mention TAT/SlabTestschnetter2009-11-15
* Switch from C to C++schnetter2009-11-03
* Don't define CHECK macroschnetter2009-11-03
* Update thorn TAT/Slab:schnetter2009-10-25
* Do not require MPIschnetter2009-01-27
* Do not require MPIschnetter2009-01-27
* #include "cctk_Arguments.h"schnetter2008-02-22
* Check that the timers are initialised correctly.schnetter2008-02-20
* Initialise timers at WRAGH instead of STARTUP, so that the clocksschnetter2008-02-20
* Update documentationschnetter2008-02-20
* Add restrict qualifiersschnetter2007-02-28
* Remove empty SCRIPT and LANG statements.schnetter2007-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
* Provide capability Slabschnetter2004-05-05
* 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