summaryrefslogtreecommitdiff
path: root/src/main
Commit message (Expand)AuthorAge
* Check for errors when redirecting stdout/stderreschnett2012-11-20
* Remove unused variableeschnett2012-11-20
* ScheduleInterface.c: Add printf format stringhinder2012-11-20
* Use CCTKi_VarDataPtrI in CCTK_DECLARE_ARGUMENTSeschnett2012-10-26
* Use ANSI C prototype for CCTKi_ExitAfterParamCheckeschnett2012-10-25
* Use CCTKi prefix for ExitIfParamCheckOnlyeschnett2012-10-25
* Added CCTK_TimerRunning and CCTK_TimerRunningIknarf2012-10-24
* Make the -P short version of --exit-after-param-check work.diener2012-10-23
* Correct C function prototypeseschnett2012-10-23
* List --exit-after-param-check in help texteschnett2012-10-23
* Committing change for ticket #176sbrandt2012-07-24
* Move MPI support from flesh to a thorneschnett2012-07-21
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Changes for ticket #768sbrandt2012-06-18
* Add missing lssh field to struct cGroupDynamicDataeschnett2012-06-11
* have CCTK_RegexMatch return a distinct error code if patterns is invalidrhaas2012-06-05
* add function to query name of currently scheduled functionrhaas2012-04-23
* expand expression language, add error checking, and more documentationrhaas2012-04-19
* fix memory leak in SetVarEvaluatorrhaas2012-04-17
* fix access to free()ed memory in ParameterSetReal introduce in r 4797rhaas2012-04-17
* Allow arithmetic expression in ParameterSetrhaas2012-04-11
* Ensure that stderr remains unbufferedeschnett2012-03-04
* Set file buffering for stdout after redirecting I/Oeschnett2012-03-03
* Merge branch 'NewSchedule' into trunkhinder2012-01-31
* Flush stdout and stderr before and after outputting a parametereschnett2011-08-13
* Add CCTK_VECTGFINDEX3D and friendseschnett2010-11-24
* detect error in dimension size settings of grid arrays, and produce a meaning...knarf2010-10-27
* fix last commit (ooops). ValidateModifiers() is apparently called for all mod...knarf2010-09-29
* check return value of CCTK_VarIndex for check of if/while variable in schedul...knarf2010-09-28
* reorganizes the printout of the scheduling treeknarf2010-06-03
* Improve screen message when option -S (--print-schedule) is usedschnetter2010-01-12
* Output parameter warnings to both stdout and stderr, same as regularschnetter2009-12-05
* Add new schedule modes meta_early, meta_late, global_early, andschnetter2009-12-05
* Associate a separate timer for each routine called in a given schedule bintradke2009-04-30
* also output the process ID in the Cactus banner printed at startuptradke2009-02-13
* Clarify error messageschnetter2009-01-26
* Name flesh timers so that they contain the routine name as wellschnetter2008-11-11
* Remove superfluous argument "first" from if_check prototype; "first"schnetter2008-08-29
* Output new schedule bin "postpostinitial" in the scheduleschnetter2008-05-26
* 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