summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Changed way that variables are automatically 'used' so that we don't getgoodale2005-01-07
* Use int instead of size_t for string length. All other flesh routinesschnetter2004-12-30
* Add missing #include <stdio.h> statement.schnetter2004-12-30
* Add missing #include <stddef.h> statement.schnetter2004-12-29
* fix wrong function name in grdoc commentjthorn2004-12-28
* Revert another accidental change.schnetter2004-12-28
* Revert accidental changes from the last commit.schnetter2004-12-28
* Rename "round" to "myround". Otherwise, the function "round" has theschnetter2004-12-28
* Added support for 'g' format.goodale2004-12-20
* Added support for E format.goodale2004-12-20
* Fix bug which ate zeros after decimal places for output.goodale2004-12-20
* Implement steerable boolean parameter Cactus::highlight_warning_messagestradke2004-12-20
* Undo my previous commit because it was GPL code.tradke2004-12-17
* New version of snprintf() and vsnprintf(). These are taken from the glib 1.2.8tradke2004-12-17
* Print warning message headers in bold font.tradke2004-12-10
* += #defines for warning levels, as per Steve's suggestions in PR#1742jthorn2004-12-10
* Protect call to sleep, as it is not available everywhere.goodale2004-11-05
* Also change the prototype for the Fortran ReduceGridArrays routine to match.hawke2004-11-03
* Add Fortran prototype for CCTK_NumLocalArrayReduceOperators.hawke2004-11-03
* Correct the argument list for the Fortran interface for the new Reduction API.hawke2004-11-03
* Patch from Yaakoub to add a processor-number to reduce to to thegoodale2004-10-19
* Patch from Yaakoub for missing prototypes.goodale2004-09-09
* Tidying patch from Yaakoub - removing unused vars and fixing some prototypes.goodale2004-09-09
* patch from Yaakoub to add new GA reduction API.goodale2004-08-30
* Comment out debug message about registration of new reduction ops.tradke2004-08-18
* New reduction APIs - as done by Yaakoub.goodale2004-08-12
* 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
* Use new HAVE_CCTK_<datatype> macro names.tradke2004-06-26
* 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
* change #if CCTK_HAVE_REAL16 --> #ifdef CCTK_HAVE_REAL16jthorn2004-06-23
* Renamed local variable 'index' to 'idx' to get rid of gcc compiler warningstradke2004-06-21
* Fixed typo in macros names in my previous commit: HAVE_CCTK_REAL* should readtradke2004-06-20
* Define CCTK_REAL{8|16|32} fortran datatypes only if the correspondingtradke2004-06-20
* Use '#if CCTK_HAVE_REAL*' rather than '#ifdef CCTK_REAL*'.tradke2004-06-20
* Removed old interpolator API code.tradke2004-06-20
* Describe POSTRESTRICT and POSTREGRID bins during startup.schnetter2004-06-11
* CCTK_TraverseString() returns error code (-5) if it encounters an invalidtradke2004-06-09
* Fix indentation.schnetter2004-06-07
* Added missing fortran wrapper prototypes.tradke2004-06-04
* Added fortran wrapper for CCTK_InterpLocalUniform().tradke2004-05-17
* Fix previous patch so we only warn at most onece per processor per API.jthorn2004-05-14
* Add level 1 warnings to CCTK_InterpGV() and CCTK_InterpLocal()jthorn2004-05-11
* Patch from Yaakoub to support parameter files with <CR><LF> at ends of lines.goodale2004-05-10
* Fixed typo in warning message.tradke2004-05-08
* Don't do cache padding if cache size or cacheline size are unknown.tradke2004-05-07