summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* bugfix for CCTK_TraverseString(): do not overwrite a previously set error codetradke2008-02-29
* synchronise all processors after PARAM_CHECK to avoid race conditions in casetradke2007-12-06
* Correct #ifdef _cplusplus to #ifdef __cplusplus to find out whetherschnetter2007-11-16
* Fixing Network.c for Cray XT4 Compute Node Linux Compatibility.jshalf2007-10-26
* Implement a new flesh function CCTK_SchedulePrintTimesToFile.schnetter2007-08-25
* This patch makes complex arithmetic in C and C++ more efficient, andschnetter2007-04-27
* added Fortran wrapper for CCTK_ParameterSet()tradke2007-03-12
* remove external include guard "#ifndef _CCTK_TYPES_H" aroundjthorn2006-12-21
* Correct logic errors in CCTK_TimerPrintDataI:schnetter2006-12-19
* Correct off-by-one error when checking for a legal timer number inschnetter2006-12-18
* Fixed formatting for the %g format conversion for small numbers.goodale2006-11-14
* oops, the previous commit lost a file, due to a permissions problemswhite2006-10-26
* Added two new flesh API functions CCTK_ParameterSetNotifyRegister() andtradke2006-09-28
* Fix inconsistent interpretation of CCTK_ParameterQueryTimesSet()'s return value.tradke2006-09-28
* Make the parameter file parser preserve newlines in multi-line string parametertradke2006-08-31
* add another error code for the interpolators:jthorn2006-08-31
* Make parameter Cactus::cctk_run_title steerable at recovery only.tradke2006-08-29
* Make parameter Cactus::cctk_run_title steerable.tradke2006-08-25
* += new interpolator error codejthorn2006-08-13
* Add new flesh API functions CCTK_CompileDateTime() and Util_CurrentDateTime()tradke2006-07-28
* Fix a bug in CactusDefaultSyncGroupsByDirI() where the flesh ran into antradke2006-07-24
* Declare and make use of new overloadable CCTK_SyncGroupsByDirI() whichtradke2006-07-06
* Change default parameter checking level from "normal" to "strict".tradke2006-07-06
* Added new command line option '--logdir <dir>' which sets the output directorytradke2006-06-29
* Make Cactus::cctk_timer_output STEERABLE=RECOVER so that it can be toggledtradke2006-06-23
* When printing the Cactus help, indicate that the '-b,--buffering' optiontradke2006-06-23
* Use two dashes instead of a single dash when describing command lineschnetter2006-06-23
* Add a new command line option to select the buffering mode of stdout.schnetter2006-06-23
* Application of Frank Löffler's patch of 28.02.06swhite2006-06-15
* Application of patchswhite2006-06-08
* apply patchjthorn2006-06-01
* slightly clarify wording in GRDOC comments forjthorn2006-05-14
* Applies Erik's patch from 06.03.06swhite2006-05-11
* Applying Erik's patch from 6.10.05swhite2006-05-11
* Fix return code of CCTK_CreateDirectory() if it already exists.tradke2006-05-08
* Fix a bug in CCTK_ParameterSet() .jthorn2006-04-21
* Correct 3D stagger codesschnetter2006-04-20
* Correct typographical error in warning messageschnetter2006-03-21
* Completed the previous fix -- I had missed another occurrance of theswhite2006-03-08
* Fix for bug introduced by recent patch in systems with non-SYSV conformantswhite2006-03-07
* As discussed in today's Cactus call, applying a patch from Feb 13swhite2006-03-02
* As discussed in today's Cactus call, applying patches from 14 Febswhite2006-03-02
* As discussed in today's Cactus call, applying a couple of the patchesswhite2006-03-02
* Also print the working directory in the banner output at startup.tradke2006-02-16
* See Cactus Patches <patches@cactuscode.org>swhite2006-02-13
* According to the standard, the ptrdiff_t type is declared in <stddef.h> (andtradke2006-02-09
* Define the variable cctki_dummy_int (which is used internally in thetradke2006-02-08
* When recovering parameters from checkpoint, only warn about attempts to settradke2006-02-03
* Fix for the erroneuously lablelled memory corruption. It seems what was just ...yye002006-01-10
* minor fix for complex numbersyye002006-01-06