summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* 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
* Changed the way how CCTK arguments are used in a following C function blocktradke2004-04-24
* CCTKBindings_RegisterThornFunctions() returns any non-negative value in casetradke2004-04-24
* Check return code of CCTKBindings_RegisterThornFunctions() and stop withtradke2004-04-23
* Move group constants to cctk_Constants.h so that they are available toschnetter2004-04-17
* * introduce new #define UTIL_TABLE_FORTRAN_WRAPPERS to controljthorn2004-04-15
* drop -ansi -pedanticjthorn2004-04-15
* Provide Fortran wrappers for some flesh functions that return a string.schnetter2004-04-12
* Add a function Util_StrMemCmpi that compares a C and a Fortran stringschnetter2004-04-12
* Add a C version of the function CCTK_FortranString. Useschnetter2004-04-12
* Add macros *_FORTSTRING_LEN that allow C code to access the stringschnetter2004-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