aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* 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
* Minor change for Pelican (AIX): included stdlib.h for qsort.dstark2005-12-15
* Changes from Dylan Stark to allow registration of topologygoodale2005-12-14
* 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
* Use CCTK_BYTE instead of CCTK_CHARschnetter2005-01-29
* Provide MPI datatypes for both CCTK_BYTE and CCTK_CHARschnetter2005-01-29
* Fill activetimelevels field of cGroupDynamicData structure.schnetter2005-01-29
* Add semicolon after CCTK_FILEVERSION macroschnetter2005-01-02
* Calculate load skew correctlyschnetter2005-01-02
* Add missing #include <stddef.h> and #include <stdio.h> statements.schnetter2004-12-30
* assert fixyye002004-08-12
* Fix for my last commit: destroy groups in ascending order.tradke2004-06-29
* Return size 1 in PUGH_ArrayGroupSize() for zero-sized vector groups (same astradke2004-06-29
* Don't try to free zero-sized vector groups.tradke2004-06-29