summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Also check for x86_64 CPU type when setting Fortran compiler options.tradke2004-07-06
* Document that the "varname" argument in the I/O method calls may have appendedtradke2004-07-05
* For IRIX: switch off automatic template instantiation when using native C++ c...tradke2004-07-05
* Switch off automatic template instantiation when using native C++ compiler.tradke2004-07-05
* more typo fixesrideout2004-06-29
* Make the line length and indentation depth for free form Fortran aschnetter2004-06-29
* Use CPPFLAGS in addition to CFLAGS and CXXFLAGS when compiling.schnetter2004-06-28
* Set {C|CXX}_WARN_FLAGS for Intel compilers so that only errors and warningstradke2004-06-28
* Don't depend anymore on IA32ROOT or IA64ROOT to be set.tradke2004-06-28
* typo fixesrideout2004-06-26
* Allow LDFLAGS configure-time option to be used also during the configure stagetradke2004-06-26
* Document the new HAVE_CCTK_<datatype> macros.tradke2004-06-26
* Use new HAVE_CCTK_<datatype> macro names.tradke2004-06-26
* Rename datatype availability macros from CCTK_HAVE_<datatype> intotradke2004-06-26
* Extended error message about required thorns which aren't listed in the thorn...tradke2004-06-26
* Do not define CCTK_L2_CACHE_SIZE and CCTK_L2_CACHELINE_BYTES macros anymore.tradke2004-06-26
* Do not use CCTK_L2_CACHE_SIZE and CCTK_L2_CACHELINE_BYTES macros anymore.tradke2004-06-26
* Also search in $HOME for a LAM/MPICH/PACX installation.tradke2004-06-25
* Patch from Yaakoub to give a better error message when lang is missing orgoodale2004-06-23
* Add option flag for 'local' mode.tradke2004-06-23
* change #if CCTK_HAVE_REAL16 --> #ifdef CCTK_HAVE_REAL16jthorn2004-06-23
* Don't enclose option settings with single quotes; they break config-info beingtradke2004-06-22
* Slightly change layout for the 'config-info' file so that it can be usedtradke2004-06-22
* Finally get rid of all appearances of CCTK_InterpGV() and CCTK_InterpLocal().tradke2004-06-22
* Patch from Yaakoub to fix parsing of nested quotes.goodale2004-06-21
* Adding thorn name to error message. (Patch from Yaakoub.)goodale2004-06-21
* Patch from Yaakoub to fix a spelling mistake.goodale2004-06-21
* Set LIBS and LIBDIRS to point to the gnu95 library if F90 wasn't configuredtradke2004-06-21
* Renamed local variable 'index' to 'idx' to get rid of gcc compiler warningstradke2004-06-21
* Removed excessive spaces after '\' character. This fixes syntax errors fortradke2004-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
* Introduce CCTK_HAVE_INT* and CCTK_HAVE_REAL* macros.tradke2004-06-20
* Test for availability of mkstemp(3).tradke2004-06-20
* Removed documentation of old interpolator API code.tradke2004-06-20
* Removed old interpolator API code.tradke2004-06-20
* Fix evaluation of user input on "yes/no" prompts.tradke2004-06-20
* Re-enable the force-reconfigure check.tradke2004-06-20
* Describe POSTRESTRICT and POSTREGRID bins during startup.schnetter2004-06-11
* Exit with error code if thornlist doesn't exist.tradke2004-06-11
* Took out '-Wbad-function-cast' and '-Wmissing-declarations' from defaulttradke2004-06-10
* For IA64: Reduced C/CXX/Fortran optimization level from '-O3' (which causedtradke2004-06-09
* CCTK_TraverseString() returns error code (-5) if it encounters an invalidtradke2004-06-09
* Comment out the warning that is printed when the "requires thorns"schnetter2004-06-08
* known-architectures file for OpenBSD 3.5jthorn2004-06-08
* When a REQUIRED function is not provided also print the thorn that's doing th...hawke2004-06-07
* Interpret CTRL-D user input as "no" when asking for confirmation.tradke2004-06-07
* Fix indentation.schnetter2004-06-07
* Removing some stuff flagged by perl -cw .goodale2004-06-06