summaryrefslogtreecommitdiff
path: root/src/main
Commit message (Expand)AuthorAge
* Correct a severe error in handling sync statements in schedulingschnetter2005-05-25
* Do not emit an error message "invalid group/variable name" fromschnetter2005-05-21
* Test for availability of va_copy(3).tradke2005-05-16
* Prevent unnecessary overflow or underflow in complex division byschnetter2005-05-15
* In CCTK_VWarn(): use copies of va_list when printing to stderr and stdout resp.tradke2005-02-24
* Introduce a parameter -L to select the logging level.schnetter2005-01-29
* Make CCTK_BYTE and CCTK_CHAR be distinct types. CCTK_BYTE is for gridschnetter2005-01-29
* Patch from Yaakoub to add a complex version of the 'pow' function.goodale2005-01-24
* Add missing #include <stdio.h> statement.schnetter2004-12-30
* Implement steerable boolean parameter Cactus::highlight_warning_messagestradke2004-12-20
* Print warning message headers in bold font.tradke2004-12-10
* Functions completing the Cactus Timer API.swhite2004-08-12
* Correct wrong function description.schnetter2004-08-03
* 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
* Do not use CCTK_L2_CACHE_SIZE and CCTK_L2_CACHELINE_BYTES macros anymore.tradke2004-06-26
* Add option flag for 'local' mode.tradke2004-06-23
* Describe POSTRESTRICT and POSTREGRID bins during startup.schnetter2004-06-11
* CCTK_TraverseString() returns error code (-5) if it encounters an invalidtradke2004-06-09
* Added missing fortran wrapper prototypes.tradke2004-06-04
* Fixed typo in warning message.tradke2004-05-08
* Changed deprecation commentallen2004-05-03
* Give error when trying to treat a non-array parameter as an array parameter.goodale2004-05-03
* Stop after printing warning for being unable to open parameter file.goodale2004-05-03
* Fixed CCTKi_GroupLengthAsPointer() to return the length of a single vectortradke2004-04-30
* CCTKBindings_RegisterThornFunctions() returns any non-negative value in casetradke2004-04-24
* Check return code of CCTKBindings_RegisterThornFunctions() and stop withtradke2004-04-23
* Provide Fortran wrappers for some flesh functions that return a string.schnetter2004-04-12
* Flush stdout before printing to stderr.schnetter2004-04-06
* Create timers with unique names by using an integer serial number.schnetter2004-04-06
* Check malloc return values more carefully: malloc(0)==0 is not anschnetter2004-04-04
* Check malloc return valueschnetter2004-04-04
* Complete list of error codes for CCTK_FirstVarIndexschnetter2004-04-04
* Fixed parsing of vector groups in CCTK_TraverseString().tradke2004-04-01
* Option strings parsed in CCTK_TraverseString() should now be enclosed in curlytradke2004-03-13
* Add new scheduling options "meta" and "singlemap" for Carpet.schnetter2004-02-16
* Add entry "tagstable" to the cGroup structure.schnetter2004-02-05
* Allows scheduling in the analysis bin without any triggers. Thisschnetter2004-01-21
* Fixed CCTK_CoordLocalRange() to calculate the local ranges fromtradke2004-01-20
* Use inline functions instead of #defines for CCTK_GFINDEX?D if availableschnetter2004-01-19
* Print shutdown message before shutting down MPI.schnetter2004-01-19
* add/clarify comments injthorn2004-01-16
* fix a wrong header comment forjthorn2004-01-16
* Print WRAGH bin name in schedule treeschnetter2004-01-16
* Fix typoschnetter2004-01-16
* Cleanup output of -h command line option.rideout2004-01-07
* Execute routines scheduled at CCTK_RECOVER_VARIABLES ortradke2004-01-07
* Fix a bug in the flesh's timer output for the case when the same routine getstradke2003-12-01
* Allow vector groups of scalars.schnetter2003-11-21