aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix typo in name of include fileHEADmasterrhaas2013-08-16
* add missing file Vectors.ccrhaas2013-08-04
* add code to align allocated memory for vectorizationrhaas2013-08-02
* Catch internal inconsistency with too few grid points per processeschnett2013-01-08
* Move MPI support from flesh to a thorneschnett2012-07-21
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Initialise cGroupDynamicData.lssh, if presenteschnett2012-06-11
* reduce warn level for fallback in topology method. The 'new' method is expect...knarf2011-09-21
* Correct synchronisation erroreschnett2011-07-06
* Add missing #include "cctk_Arguments.h"eschnett2011-01-21
* Correct function signatureseschnett2011-01-21
* silence compiler warningknarf2010-10-12
* check return value of malloc and free space for all casesknarf2009-09-19
* Make sure we do not call malloc(0). This should not be harmful, but better be...knarf2009-09-18
* bugfix for the "automatic" topologyy generator:knarf2009-09-18
* Do not set up topologies for lower-dimensional grid functions if theseschnetter2009-01-28
* Include Licence in READMEknarf2009-01-27
* Unify README file formatknarf2009-01-26
* Fixing error messages for PUGH_QueryGroupStorage(), when it is passed anrideout2009-01-18
* Correct error in error checking: malloc can return NULL if 0 bytes areschnetter2008-03-20
* Use MPI_COMM_WORLD as communicator if a NULL pointer was passed for the cGHtradke2007-12-06
* * Cast the expressions for the sizes of malloc calls to size_t. This fixes P...rideout2007-04-10
* Fixed bug in topology setup for dimensions with zero grid points.tradke2006-11-29
* Check that the user-specified the number of processors sums up to the totaltradke2006-08-03
* If the user specified the number of processors for each dimensiontradke2006-07-31
* Fix description of PUGH::processor_topology_[123]d_* parameters.tradke2006-07-31
* Provide new overload function for CCTK_SyncGroupsByDirI().tradke2006-07-06
* Applied patch from Erik Schnetter: rename PUGHi_GenerateTopology totradke2006-06-23
* Erik's patch to "Make PUGH's memory statistics work again".tradke2006-06-15
* Registering the TraditionalTopology routine as "manual" so you can set proces...dstark2006-03-07
* Added missing include of <stdlib.h> (for calloc).tradke2006-01-12
* Don't make PUGH::physical2logical and PUGH::processor_topology restrictedtradke2005-12-19
* Minor change for Pelican (AIX): included stdlib.h for qsort.dstark2005-12-15
* Changes from Dylan Stark to allow registration of topologygoodale2005-12-14
* Correct email address in copyright statement.schnetter2005-10-22
* Moving parameters into their correct scope sections (based upon therideout2005-10-04
* Apply Frank Loeffler's patch to improve the processor distribution ofschnetter2005-09-26
* Improve periodic boundaries on small domains: allow the number ofschnetter2005-09-26
* Improve periodic boundaries on small domains: allow the number ofschnetter2005-09-26
* Insert several checks whether variable indices passed into routinesschnetter2005-09-26
* Using neighbours to correctly setup bbox and ownership arrays.dstark2005-06-20
* Set cctk_bbox to zero for periodic boundaries.schnetter2005-04-18
* Take group vector length into account when deciding how to allocateschnetter2005-03-24
* Allow realloc to return NULL for a zero-sized requestschnetter2005-03-24
* Report an error for GroupDynamicData for variables with zeroschnetter2005-03-24
* Correct termination criterion when dt<0schnetter2005-03-24
* Implement the option "PUGH::local_size_includes_ghosts", which allowsschnetter2005-03-20
* Take the vector length into account when allocating storage.schnetter2005-02-19
* Changed the default for boolean parameter PUGH::padding_active from "yes" totradke2005-02-04
* Use CCTK_BYTE instead of CCTK_CHARschnetter2005-01-29