aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Store the directional stagger indices in the pGV structure rather than just thetradke2004-06-26
* Check on each processor that there are enough interior points.tradke2004-06-21
* Initialize new current timelevel after timelevel rotation according totradke2004-06-10
* Added a sanity check 'nsize >= 3*nghosts' and abort if this is not true.tradke2004-06-08
* Since scalars are zero-dim GAs now, need an extra check for the extras andgoodale2004-05-18
* Untabified.goodale2004-05-17
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
* Fixed gcc compiler warnings about potentially undefined return values.tradke2004-05-14
* Apply manual topology settings also to the distribution of grid arrays.tradke2004-04-29
* Removed trailing semicolon after DECLARE_CCTK_PARAMETERS macro.tradke2004-04-22
* Updated configuration.ccl files. In Beta14 some of these willgoodale2004-03-27
* Make the grid extent parameters private.schnetter2004-03-24
* Check for invalid arguments in PUGH_SyncGArrayGroup and abort onschnetter2004-03-09
* Initialise the convergence factor.schnetter2004-02-06
* Adding semicolon after fileversion macro so TAGS work properly.goodale2004-02-05
* Semicolon after fileversion and grdoc fix.goodale2004-02-05
* Fokke Dijkstra's patch: Added new routine PUGH_SetTopology() which can be calledtradke2004-01-08
* Ian's fix for malloc(0) which returns NULL on DEC machines and thus weretradke2003-12-11
* Fix for my latest commit which broke MPI configurations.tradke2003-12-05
* Made a few more functions static.tradke2003-12-05
* Bug was discovered by Fokke Dijkstra: manual partitioning settings wastradke2003-12-01
* Allow vector groups of scalars.schnetter2003-11-21
* Allow for a small fudge factor when testing for cctk_final_time.schnetter2003-11-05
* Output long timing number as long instead of as int.schnetter2003-11-05
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Somewhat better explanation of how to partition a grid manually.tradke2003-09-18
* Stop in PUGH_GetSliceSizes() with a level-0 warning rather than trying totradke2003-09-18
* Change to CCTK_MaxTimeLevelsallen2003-07-16
* Fixed a compiler warning about unused parameters.tradke2003-07-16
* Added a const qualifier to the 'cGH *' argument of PUGH functions which overloadtradke2003-07-14
* Fixed PUGH_GFSize() and PUGH_GFPeriodic() to also initialize the sizes andtradke2003-06-27
* Make all the topology setting parameters STEERABLE = RECOVER.tradke2003-06-25
* Changed PUGH_Abort() to return with the given return code to abort withtradke2003-06-19
* Patch by Erik Schnetter to initialize new elements in the cGH structure:tradke2003-06-17
* Fixed domain decomposition of 'DISTRIB=const' arrays. Now it also parallelizestradke2003-03-31
* Warn about allocation of zero-sized variable only if its global size is zero.tradke2003-03-26
* Use cactus.sty in latex directory.rideout2003-03-18
* The GH->data pointer wasn't set by PUGHi_EnableScalarGroupStorage().tradke2003-02-17
* No need to inherit from implementation 'Cactus'.tradke2003-01-27
* Parameter Cactus::max_runtime is now evaluated as REAL.tradke2003-01-12