summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Document new flesh parameter Cactus::highlight_warning_messages.tradke2004-12-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3938 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Implement steerable boolean parameter Cactus::highlight_warning_messagestradke2004-12-20
| | | | | | | | which turns on/off highlighting of CCTK warning messages using ANSI escape sequences. Default is on. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3937 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Undo my previous commit because it was GPL code.tradke2004-12-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3936 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New version of snprintf() and vsnprintf(). These are taken from the glib 1.2.8tradke2004-12-17
| | | | | | | | | source code. They have integrated a fix to correctly convert floating point numbers into their string representation. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3935 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added /usr/gm and /usr/local/gm to places to search for myrinet.goodale2004-12-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3934 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Catch too many tokens in an argument problem for aliasedhawke2004-12-15
| | | | | | | | | | functions. This usually implies that an error was made, such as a comma being accidentally missed. Fixes PR 1886. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3933 17b73243-c579-4c4c-a9d2-2d5706c11dac
* add footnote describing hopefully-soon-to-be-internal functionjthorn2004-12-10
| | | | | | | | CCTK_Warn() in case people with existing code want to see what it is git-svn-id: http://svn.cactuscode.org/flesh/trunk@3932 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Print warning message headers in bold font.tradke2004-12-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3931 17b73243-c579-4c4c-a9d2-2d5706c11dac
* have CCTK_WARN() description point to CCTK_VWarn() one forjthorn2004-12-10
| | | | | | | CCTK_WARN_* macros et al git-svn-id: http://svn.cactuscode.org/flesh/trunk@3930 17b73243-c579-4c4c-a9d2-2d5706c11dac
* document the new CCTK_WARN_* macrosjthorn2004-12-10
| | | | | | | and recommend that new code use them git-svn-id: http://svn.cactuscode.org/flesh/trunk@3929 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix error return in CCTK_ReduceGridArrays() examplejthorn2004-12-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3928 17b73243-c579-4c4c-a9d2-2d5706c11dac
* change more examples to use new CCTK_WARN_* macrosjthorn2004-12-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3927 17b73243-c579-4c4c-a9d2-2d5706c11dac
* change examples to use new CCTK_WARN_* macrosjthorn2004-12-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3926 17b73243-c579-4c4c-a9d2-2d5706c11dac
* change examples to use new CCTK_WARN_* macros for warning levelsjthorn2004-12-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3925 17b73243-c579-4c4c-a9d2-2d5706c11dac
* document new CCTK_WARN_* severity-level macrosjthorn2004-12-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3924 17b73243-c579-4c4c-a9d2-2d5706c11dac
* += #defines for warning levels, as per Steve's suggestions in PR#1742jthorn2004-12-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3923 17b73243-c579-4c4c-a9d2-2d5706c11dac
* comment-out a line which accidentally got un-commented-outjthorn2004-12-07
| | | | | | | | in the (otherwise completely commented-out) description of CCTK_InterpLocalWarped() git-svn-id: http://svn.cactuscode.org/flesh/trunk@3922 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Make cactus thorn lib names less likely to clash with system namesgoodale2004-11-30
| | | | | | | by prefixing - currently use thorn_ for nostalgie reasons 8-) git-svn-id: http://svn.cactuscode.org/flesh/trunk@3921 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add the restrict qualifier to C/C++ arguments.goodale2004-11-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3920 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Define CCTK_RESTRICT to be the appropriate restrict qualifier forgoodale2004-11-30
| | | | | | | C or C++. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3919 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Correct size of CCTK_INT1 in table.schnetter2004-11-26
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3918 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixes for 'x86_64':tradke2004-11-26
| | | | | | | | | | 1) reduce default optimization level from '-O3' to '-O2' for C_OPTIMISE_FLAGS and CXX_OPTIMISE_FLAGS. 2) Don't specify '-xP' for F??_OPTIMISE_FLAGS as the code generated with this optimization option will not run on an Opteron processor. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3917 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Do not add standard directories to the include and library paths.schnetter2004-11-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3916 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Remove superfluous empty line in output.schnetter2004-11-23
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3915 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Turn on aggressive optimization for the PathScale compilers.tradke2004-11-18
| | | | | | | Make the fortran compilers generate symbols with a single trailing underscore. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3914 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added math vector library for PathScale compiler.tradke2004-11-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3913 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added Linux architecture support for PathScale compilers.tradke2004-11-16
| | | | | | | Only tested as cross compilers so far, with standard optimization options. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3912 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing some strange lines and some lines scheduled for removal in beta16.goodale2004-11-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3911 17b73243-c579-4c4c-a9d2-2d5706c11dac
* note that empty sections in the FunctionDescription environmentjthorn2004-11-15
| | | | | | | | | make latex choke (I don't know enough low-level tex to fix this -- maybe someone who does, can fix the problem) git-svn-id: http://svn.cactuscode.org/flesh/trunk@3910 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed latex errors. Corrected ordering of function references.tradke2004-11-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3909 17b73243-c579-4c4c-a9d2-2d5706c11dac
* LAM libraries wants libdl. Added to MPI_LIBS.tradke2004-11-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3908 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed C++/LD options for the Portland compiler suite.tradke2004-11-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3907 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed typo for Portland C++ compiler flag settings: CXX_FLAGS -> CXXFLAGS.tradke2004-11-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3906 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add HAVE_HDF5_STREAM_VFD and HDF5_LFS_FLAGS makefile variables.tradke2004-11-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3905 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Do not omit standard lib/include paths (/usr/ and /usr/local/) if the usertradke2004-11-08
| | | | | | | | | specified them explicitely as HDF5_DIR. Detect availability of Stream VFD and LFS and set appropriate makefile variables to be used by HDF5 thorns. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3904 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Put a newline between different MAKE_DEFINITION blocks.tradke2004-11-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3903 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document the <config>-configinfo and <config>-reconfig makefile targets.tradke2004-11-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3902 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added help for the <config>-configinfo target.tradke2004-11-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3901 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cast the Fortran CCTK_ARGUMENTS list elements from void* to theschnetter2004-11-05
| | | | | | | correct type. This is necessary to call Fortran routines from C++. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3900 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Protect call to sleep, as it is not available everywhere.goodale2004-11-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3899 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Check for the basename of $LD when testing for specific linkers.tradke2004-11-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3898 17b73243-c579-4c4c-a9d2-2d5706c11dac
* implement new CONFIGURATION-reconfig optionjthorn2004-11-04
| | | | | | | | (implementation was by Thomas Radke, I just tweaked the wording on one of the error messages) git-svn-id: http://svn.cactuscode.org/flesh/trunk@3897 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_InterpGridArrays():jthorn2004-11-04
| | | | | | | | * clarify that interp coords are almost always CCTK_REAL or one of the CCTK_REAL* types git-svn-id: http://svn.cactuscode.org/flesh/trunk@3896 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_InterpLocalUniform():jthorn2004-11-04
| | | | | | | | * clarify that interp coords are almost always CCTK_REAL or one of the CCTK_REAL* types git-svn-id: http://svn.cactuscode.org/flesh/trunk@3895 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Another version of darwin.goodale2004-11-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3894 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Also change the prototype for the Fortran ReduceGridArrays routine to match.hawke2004-11-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3893 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Correct the argument list of ReduceGridArrays (add dest_processor).hawke2004-11-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3892 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add Fortran prototype for CCTK_NumLocalArrayReduceOperators.hawke2004-11-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3891 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Correct the argument list for the Fortran interface for the new Reduction API.hawke2004-11-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3890 17b73243-c579-4c4c-a9d2-2d5706c11dac
* document that all the CCTK_Coord*() APIs are deprecated and willjthorn2004-11-03
| | | | | | | | probably be phased out soon; new code should use the CoordBase APIs instead git-svn-id: http://svn.cactuscode.org/flesh/trunk@3889 17b73243-c579-4c4c-a9d2-2d5706c11dac