summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Moved the very first CCTK_POSTSTEP schedule bin before CCTK_RECOVER_VARIABLES.tradke2001-12-17
* Added label for chapter on IO methods.rideout2001-12-17
* Cleaned up reduction operator interface.rideout2001-12-17
* Renamed CCTK_DisplayTimerData() to CCTK_TimerPrintData() (along withrideout2001-12-17
* Fixed many many bugs and typos. (Many more remain.) Cleaned uprideout2001-12-17
* Set '-D_ISOC99_SOURCE' to the C/C++ flags for the intel compilers.tradke2001-12-14
* Merge the debug and network variables, now there is just debug whichallen2001-12-14
* Don't include lines beginning with a "!" when reading the thorn listallen2001-12-14
* Added missing prototypes for fortran wrappers.tradke2001-12-13
* Fixed compiler warnings when compiling without MPI.tradke2001-12-13
* Added prototypes for new CCTK_DisplayTimerDataXXX() routines.tradke2001-12-13
* Fixed issue with 'const' pointers used in the bindings code.tradke2001-12-13
* Fixing typoallen2001-12-12
* Fixed the complex div() and abs() routines to conform to the GNU Scientific L...tradke2001-12-12
* Added fortran wrapper protoypes.tradke2001-12-12
* Commented out the '-Qy' LDFLAGS option for IA64 as it isn't needed anymoretradke2001-12-11
* Expanded a CCTK_WARN macro into CCTK_VWarn().tradke2001-12-11
* Shortened the headings for the Cactus default timers a bit (only have thetradke2001-12-11
* Added Fortran bindings for timers, and two subroutinesrideout2001-12-11
* requires cctk_Types.h to compilerideout2001-12-11
* Changed warning level to 2 for messages saying that a non-steerable parametertradke2001-12-11
* Fixed the path to the icrt.link file on IA64 systems.tradke2001-12-11
* Fixed checking of parameter value.tradke2001-12-10
* Fixed fortran wrappers for CCTK_SyncGroupXXX() and CCTK_Barrier()tradke2001-12-09
* Define USE_ARGUMENTS macro which expands to something which use the argumentstradke2001-12-09
* Couldn't find instructions on how to actually run Cactus anywhere (?) soallen2001-12-06
* Forgot to add a prototype for CCTK_QueryGroupStorage().tradke2001-12-06
* Added fortran wrapper for CCTK_QueryGroupStorage(). Maybe this file is not thetradke2001-12-06
* Added missing header include.tradke2001-12-06
* Protect 'mkdir $(BUILD_DIR)' against race conditions during a parallel make.tradke2001-12-05
* Forgot the 'return' statement in my last commit.tradke2001-12-04
* Fixed compiler warning about an unused variable assignment.tradke2001-12-04
* Added return statement to prevent compiler warning 'function should return a ...tradke2001-12-04
* Removed an unneccessary 'sleep 3' when creating the scratch dir.tradke2001-12-04
* Fixes for Cactus/833,828,825allen2001-12-04
* Removed warning from CCTK_SetBoolean, this should be caught in anyallen2001-12-04
* Protect 'mkdir scratchdir' against concurrent invocations from parallel makes.tradke2001-12-03
* Fixed compiler warnings for variables with 'const' qualifiers.tradke2001-12-03
* Fixed Util_SplitFilename() to allocate both the dir and basename string.tradke2001-12-03
* Fix CCTK_CompileDate() to return the day as a 2-digit number. This makes thistradke2001-12-03
* Removed the old regex stuff in CCTKi_ExtractSize() since Tom's new expressiontradke2001-11-27
* Turned the GH argument type in calls to CCTK_EnableGroup[{Storage}{Comm}]()tradke2001-11-27
* Undefine strdup before it is redefined. Fixes a gcc warning.tradke2001-11-27
* Undefine CCODE before it is redefined. Fixes a gcc warning.tradke2001-11-27
* Critical bugfix in the way that if conditions are handled - now can buildgoodale2001-11-20
* Now allows whitespace between macro name and arguments.goodale2001-11-20
* Updated version of the perl cpp replacement. I can now build Cactus using this.goodale2001-11-20
* Stop Cactus if warning/error level command line option isn't followed bytradke2001-11-16
* Adding missing values y,n,t,f,true and false to allowed values checked forgoodale2001-11-14
* UsersGuide.texjthorn2001-11-13