summaryrefslogtreecommitdiff
path: root/src/main/ScheduleInterface.c
Commit message (Expand)AuthorAge
* Correct and beautify timer outputeschnett2013-01-14
* ScheduleInterface.c: Add printf format stringhinder2012-11-20
* Added CCTK_TimerRunning and CCTK_TimerRunningIknarf2012-10-24
* add function to query name of currently scheduled functionrhaas2012-04-23
* Merge branch 'NewSchedule' into trunkhinder2012-01-31
* 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
* 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
* 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
* Add IF clauses to schedule itemsschnetter2008-04-09
* Correct the order in which the schedule is output: The schedule binschnetter2008-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
* Implement a new flesh function CCTK_SchedulePrintTimesToFile.schnetter2007-08-25
* Correct a severe error in handling sync statements in schedulingschnetter2005-05-25
* Add additional scheduler options "loop-local", "loop-singlemap",schnetter2004-07-31
* Output more information when an unknown schedule option is encountered.schnetter2004-07-31
* Delimit timer info with "=" instead of "-" to make it more readable.schnetter2004-07-31
* Add option flag for 'local' mode.tradke2004-06-23
* Describe POSTRESTRICT and POSTREGRID bins during startup.schnetter2004-06-11
* Create timers with unique names by using an integer serial number.schnetter2004-04-06
* Check malloc return valueschnetter2004-04-04
* Add new scheduling options "meta" and "singlemap" for Carpet.schnetter2004-02-16
* Allows scheduling in the analysis bin without any triggers. Thisschnetter2004-01-21
* Print WRAGH bin name in schedule treeschnetter2004-01-16
* Fix a bug in the flesh's timer output for the case when the same routine getstradke2003-12-01
* Print the schedule bin names, enclosed in square brackets, in theschnetter2003-10-13
* new CCTK_WRAGH timebinrideout2003-08-22
* Added level mode:goodale2003-05-09
* Allow routines scheduled within groups triggered in analysis to be run if thegoodale2003-03-24
* Added a check against scheduling items with the same name in a schedule bingoodale2003-02-17
* Now scheduling a group AS preserves the identity of the group, allowinggoodale2003-02-17
* Add group desription to printed schedule treeallen2002-12-30
* Putting semicolons at the end of CCTK_FILEVERSIONs.goodale2002-11-12
* Don't call malloc() with a size of zero bytes.tradke2002-06-07
* Only try and increase storage if there are some grid variable groupsallen2002-04-28
* Passing timelevel storage info from schedule.ccl files to the flesh. Thisgoodale2002-04-17
* Change the top-level storage for GVs to use new GroupStorageIncrease.goodale2002-04-16
* Changed to use the new GroupStorageIncrease/Decrease functions.goodale2002-04-04
* Formatting change when printing out group names. Only puts a label at thegoodale2002-03-26
* Fixed a thing from my previous commit when printing the schedule tree.tradke2002-03-25
* Fixed the indentation level when printing scheduled groups.tradke2002-03-25
* When printing the schedule tree, also say when periodic output is done.tradke2002-03-19
* Print routines which are registered for CCTK_POST_RECOVER_VARIABLES.tradke2002-03-19
* Bugfix in printing runtime information.tradke2001-12-21
* Moved the very first CCTK_POSTSTEP schedule bin before CCTK_RECOVER_VARIABLES.tradke2001-12-17