summaryrefslogtreecommitdiff
path: root/src/main
Commit message (Expand)AuthorAge
* Call new schedule bin "postpostinitial" during initialisationschnetter2008-05-26
* Add IF clauses to schedule itemsschnetter2008-04-09
* Correct the order in which the schedule is output: The schedule binschnetter2008-04-07
* Add a new function CCTK_MaxGFDim to the flesh which returns theschnetter2008-04-07
* Correct the output all preregrid and postregrid bins in the scheduleschnetter2008-03-02
* Output all preregrid and postregrid bins in the schedule, and indicateschnetter2008-03-02
* Move the output of the schedule timers and the call to MPI_Finalizeschnetter2008-03-01
* 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
* 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
* Added two new flesh API functions CCTK_ParameterSetNotifyRegister() andtradke2006-09-28
* Fix inconsistent interpretation of CCTK_ParameterQueryTimesSet()'s return value.tradke2006-09-28
* 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
* 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 patchswhite2006-06-08
* apply patchjthorn2006-06-01
* slightly clarify wording in GRDOC comments forjthorn2006-05-14
* Applying Erik's patch from 6.10.05swhite2006-05-11
* Fix a bug in CCTK_ParameterSet() .jthorn2006-04-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 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
* When recovering parameters from checkpoint, only warn about attempts to settradke2006-02-03
* Extend CCTK_VWarn() so that, if Cactus::cctk_full_warnings is set to true,tradke2005-12-13
* Cosmetic changes.goodale2005-12-13
* Removing unused variables as found by David Rideout and Erik Schnetter.goodale2005-12-13
* Correcting some formatting.goodale2005-12-13
* Make parameter array assignments without specifying the actual indextradke2005-11-03
* Apply patch http://www.cactuscode.org/old/pipermail/patches/2005-October/0001...tradke2005-10-24
* Untabifying.goodale2005-10-03
* Adding missing header.goodale2005-10-03
* Changing C++ comment markers to C comment markers.goodale2005-10-03
* Do sanity checking on parameter file name and give a reason why itgoodale2005-10-03
* Patch from Jian Tao to add some callback functionality to thegoodale2005-10-03
* Undo changes that prevent more unwanted warnings about unused variables.schnetter2005-09-28
* Print run time warnings while setting parameters with CCTK_WARNschnetter2005-09-26
* Introduce macros CCTK_DECLARE and CCTK_DECLARE_INIT which declare orschnetter2005-09-26
* Add Cactus variable type CCTK_POINTER_TO_CONSTschnetter2005-08-25
* Free the parsed parameter expression with Util_ExpressionFree insteadschnetter2005-07-16
* Convert double value to string by using sprintf with the %.20g insteadschnetter2005-07-16
* Fixed bug from my last commit: CCTK_NumGroups() doesn't take an argument.tradke2005-06-07
* Check group/variable name/index argument in CCTK_ActiveTimeLevels*().tradke2005-06-07
* When creating the output file names for the "-r" options, use %uschnetter2005-06-05