summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Making rcsid strings constant - PR 669.goodale2001-05-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2159 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed so that make.subdir is used for building all user-supplied files.goodale2001-05-09
| | | | | | | | | | Optimised a bit so libs and executable are only rebuilt if a source file/header has really changed. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2158 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing up labelling, couple of typosallen2001-05-08
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2157 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Getting rid of incorrect & in redirection operations - PR 666.goodale2001-05-08
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2156 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Strip spaces from numeric ranges.goodale2001-05-08
| | | | | | | | | | | | | | Initially we had decided that you could have multiple rnages on one line, so this change disables that behaviour, 'though we may add it in again with commas if it is really wanted, which i can certainly see a case for, 'though the rest of the code didn't actually support multiple ranges per line anyway 8-) This should fix PR 657. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2155 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add processor number to warnings (Cactus/635)allen2001-05-07
| | | | | | | | | Tidying of warnings given by warnings routines Always give full information for a terminal warning git-svn-id: http://svn.cactuscode.org/flesh/trunk@2154 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Spaces in table of contentsallen2001-05-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2153 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added spaces for table of contents and fixed a bug with a special symbolallen2001-05-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2152 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix for thorninfoallen2001-05-07
| | | | | | | Cactus/667 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2151 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added more schedule bins to printing off schedule and timersallen2001-05-06
| | | | | | | Cactus/627 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2150 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed my last CCTK_FILEVERSION commit for datestamp which was wrongallen2001-05-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2149 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing FILEVERSION stuffallen2001-05-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2148 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added answer to Cactus/642 ... how to find CVS version info fromallen2001-05-05
| | | | | | | an executable. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2147 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix for text in schedule printout during startupallen2001-05-05
| | | | | | | Cactus/661 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2146 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Some fixes from bug reportsallen2001-05-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2145 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Starting to work on revamping parts of users guideallen2001-05-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2144 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Check for invalid group/variable indices/names.tradke2001-05-04
| | | | | | | This closes PR Cactus 659. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2143 17b73243-c579-4c4c-a9d2-2d5706c11dac
* In CCTK_SyncGroupsI(), changed an 'int *' parameter into a 'const int *'.tradke2001-05-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2142 17b73243-c579-4c4c-a9d2-2d5706c11dac
* In CCTK_VWarn(), check if the parameter 'cactus::cctk_full_warnings' wastradke2001-05-04
| | | | | | | | | already created and thus can be used. If not created it is assumed to be zero. This closes PR Cactus 656. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2141 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Made return of CCTK_TerminateNext void as per spec.goodale2001-05-03
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2140 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing some matches which weren't case independent - PR 653.goodale2001-05-03
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2139 17b73243-c579-4c4c-a9d2-2d5706c11dac
* More all-encompassing error messages - PR 648.goodale2001-05-03
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2138 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding, bug fixing documentation targetsallen2001-04-28
| | | | | | | | | | | | | | | | | gmake ThornGuide creates ThornGuide.ps from all the thorns in arrangements gmake <config>-ThornGuide creates ThornGuide-<config>.ps for all thorns in <config> Hopefully also improved redirection of stdout, stderr, which are now both redirected to files. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2137 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Integrating the documentation created from the param.ccl files in each thornallen2001-04-28
| | | | | | | into the ThornGuide. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2136 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added configure check for finite(3).tradke2001-04-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2135 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New header file containing prototypes of CCTK termination routines.tradke2001-04-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2134 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added missing semicolons to T3E version of FORTSTRING_CREATE macros.tradke2001-04-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2133 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Check for invalid group index in CCTK_GroupTypeI().tradke2001-04-21
| | | | | | | Fixed nasty warning about discarding const qualifier from pointer target type. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2132 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Report error/warning level changes with an info message rather than a warning.tradke2001-04-20
| | | | | | | | | This fixes the problem where the code terminated immediately after decreasing the error level to 1. Also fixed compiler warnings, formatted the code, completed grdoc. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2131 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added missing prototypes for CCTKi_ routines.tradke2001-04-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2130 17b73243-c579-4c4c-a9d2-2d5706c11dac
* For error/warning messages, put the variable/group name in quotes.tradke2001-04-20
| | | | | | | | | In CCTK_TraverseString(): check for special token 'all' before trying the get the index of a group or variable of that name. This closes PR CactusBase-621. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2129 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed bug when printing warning message in CCTKi_ExtractSize().tradke2001-04-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2128 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding macro to get index for a 4D grid functionallen2001-04-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2127 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing Cactus/618allen2001-04-18
| | | | | | | | Bugs in thorninfo about inherits, and also found a new bug in the information about shared parameters git-svn-id: http://svn.cactuscode.org/flesh/trunk@2126 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed the '#undef HAVE_MKDIR' which isn't needed anymore.tradke2001-04-18
| | | | | | | (Just forgot to commit this file when I changed the configure script.) git-svn-id: http://svn.cactuscode.org/flesh/trunk@2125 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing schedule tree print statements to contain changes to calling order.allen2001-04-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2124 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Error checkingallen2001-04-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2123 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Change to names of different timelevels, eg. now is three timelevels are usedallen2001-04-18
| | | | | | | | | | | | | | | | | for phi the names will be phi, phi_p, phi_p_p (previously they were phi_n, phi, phi_p). The indexing remains the same, so that phi = timelevel 2 phi_p = timelevel 1 phi_p_p = timelevel 0 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2122 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Replacing NULL_DEVICE with /dev/null since, iirc, under windows bash ↵goodale2001-04-18
| | | | | | | | | | | simulates this device, and since NULL_DEVICE is a config time parameter wuth conflicting usage. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2121 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix for Cactus/607allen2001-04-18
| | | | | | | Changed chops to chomps to remove problems with lacking newlines git-svn-id: http://svn.cactuscode.org/flesh/trunk@2120 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Check for array size parameters given by their fullname in CCTKi_ExtractSize().tradke2001-04-18
| | | | | | | | | | | | | | | | Also check if these parameters are of type INTEGER. This close PR Cactus-608. Restored the original warning level 2 for non-existing groups in CCTK_GroupIndex(). This routine is now bypassed by CCTKi_SetupGroup() so that no such warnings appear anymore at startup. Also smoothed the code in this file a bit, fixed most compiler warnings, deleted depricated routine CCTK_OldGroupData(), and added/completed grdoc (at least return type descriptions). Uffz. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2119 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Escape all backslashes in parameter ranges so that they aren't treatedtradke2001-04-17
| | | | | | | | as the beginning of an escape sequence in C strings. This closes PR Cactus-606. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2118 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing name used to replace __FORTRANFILE__ to F77 for F77 files.goodale2001-04-16
| | | | | | | | | Should fix PR582. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2117 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added optimisation flags for C and changed debugging flag to -g3allen2001-04-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2116 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added description of problem with single apostrophes in Fortran commentsallen2001-04-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2115 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cactus/586allen2001-04-15
| | | | | | | | Added ValidateModifiers routine to check that while option in the schedule file uses a CCTK_INT grid variable git-svn-id: http://svn.cactuscode.org/flesh/trunk@2114 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Should not call 'return' in a shell script which is sourced by configure.tradke2001-04-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2113 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cactus/588allen2001-04-14
| | | | | | | | Changed level 2 warning in CCTK_GroupIndex to a level 9 warning to remove warnings at startup. Thorns should be checking the return value of CCTK_GroupIndex if they want a high level warning git-svn-id: http://svn.cactuscode.org/flesh/trunk@2112 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cactus/569allen2001-04-14
| | | | | | | | Don't use C preprocessor to find dependencies of fortran files with .f, .f90, .f77 extensions. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2111 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix for Cactus/605allen2001-04-13
| | | | | | | Pick up right libraries for f77 when no F90 compiler used git-svn-id: http://svn.cactuscode.org/flesh/trunk@2110 17b73243-c579-4c4c-a9d2-2d5706c11dac