summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Changed the error message for non existant implementation toallen2000-01-03
| | | | | | | | 1) use CST_Error so it is listed at the end of running the CST 2) give more information indicating what to do git-svn-id: http://svn.cactuscode.org/flesh/trunk@1211 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix for checking ActiveThorns on NTallen1999-12-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1210 17b73243-c579-4c4c-a9d2-2d5706c11dac
* linux make now knows about g2c vs. f2clanfer1999-12-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1209 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed checking of active thorns with thornlistallen1999-12-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1208 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Don't print all the filenames during checkoutallen1999-12-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1207 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed typoallen1999-12-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1206 17b73243-c579-4c4c-a9d2-2d5706c11dac
* inherits and friend can now be separated by , and whitespaceslanfer1999-12-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1202 17b73243-c579-4c4c-a9d2-2d5706c11dac
* inherits and friend can now be separated by ,:; and whitespaceslanfer1999-12-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1201 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed bug in application checkoutallen1999-12-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1194 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Report errors in CST at end of scriptallen1999-12-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1193 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Can now use this script to check out custom given thorn names andallen1999-12-02
| | | | | | | arrangements, for all those "hidden" thorns. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1183 17b73243-c579-4c4c-a9d2-2d5706c11dac
* new gmake target: gmake <CONFIG>-sysinfo retruns some basic info on Cactus ↵lanfer1999-12-01
| | | | | | and the hardware git-svn-id: http://svn.cactuscode.org/flesh/trunk@1182 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New cache alignment stuff.goodale1999-11-30
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1178 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Sorted out a problem with the T3E f90 compiler.goodale1999-11-24
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1171 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Merged in Erik's free-format f90 stuff. Until we have a standardgoodale1999-11-24
| | | | | | | | | | | | | | thorn with free-format f90 in it this is not guaranteed to work on all platforms. Thanks for doing this Erik. Tidied up the f_file_processor to some extent added grdoc stuff to it, and made the formatting consistent with the rest of the perl in the CCTK. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1168 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Remove comments before adding line breaksallen1999-11-24
| | | | | | | Fix for Cactus/171 git-svn-id: http://svn.cactuscode.org/flesh/trunk@1167 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cosmetic style change.goodale1999-11-23
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1164 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed bug in adding to text string for output to fileallen1999-11-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1152 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tiding print outallen1999-11-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1151 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Andres change so the repository checking works on the T3Eallen1999-11-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1150 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New improved copy par files, that adds the configuration directory andallen1999-11-10
| | | | | | | | checks that all the thorns are compiled ... so in principle all par files should work. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1149 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added stagger and array size to CCTK_CreateGroup and renamed it CCTKi_...goodale1999-11-09
| | | | | | | | | | | since it should only be used by the perl-generated code. IMPORTANT NOTE: You will need to do a -rebuild after this update. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1145 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Get home directory from environment variable rather than password fileallen1999-11-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1143 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding CParameterStructNames.h to be ignored by the dependencyallen1999-11-06
| | | | | | | | | | fixer. Now thorns can be added and removed from the ThornList without a major rebuild git-svn-id: http://svn.cactuscode.org/flesh/trunk@1139 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Renaming definethorn.h to cctk_DefineThorn.hallen1999-11-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1138 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tidying ...allen1999-11-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1137 17b73243-c579-4c4c-a9d2-2d5706c11dac
* correcting return error codeallen1999-11-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1136 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Attempt to exclude certain files from the dependency lists to preventgoodale1999-11-04
| | | | | | | | | | | excessive recompilation when the thornlist is changed. Tested under Linux. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1134 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tom's beautification of my RepositoryExists subroutineallen1999-11-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1133 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New checkout script, doesn't work properly on NT yet.allen1999-11-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1132 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing various things pointed out by compiling with -Wall.goodale1999-11-03
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1130 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Escape double quotes around filenameallen1999-11-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1124 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added -O3 to T3E optimisation flags - sped up one of the test examplesgoodale1999-10-27
| | | | | | | | | by a factor of 2. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1112 17b73243-c579-4c4c-a9d2-2d5706c11dac
* The parameter creation routines are declared as returning an int, sogoodale1999-10-26
| | | | | | | | | now return an int. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1110 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Use Perl rather than sed to do some substitutions for Fortran files.goodale1999-10-26
| | | | | | | | | Fixes Compiler/140. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1108 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added -editthorns to allow you to edit your thornlist.goodale1999-10-26
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1104 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Test checking technology using configuration directoriesallen1999-10-26
| | | | | | | Cactus/154 git-svn-id: http://svn.cactuscode.org/flesh/trunk@1103 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed some things noticed by perl -w .goodale1999-10-25
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1102 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed to use Perl5 stuff...goodale1999-10-24
| | | | | | | | | | | | | local -> my used perl 5 references for passing databases around in the CST. CST is now about a factor of 16 faster ! Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1101 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Put an extern "C" around the parameter structure in header files.goodale1999-10-24
| | | | | | | | | Some tidying up. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1100 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed unused file.goodale1999-10-24
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1099 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed to make it run on NT - not a perl bug, but the normal sortgoodale1999-10-24
| | | | | | | | | | | of NT filesystem problems 8-( Changed things pointed to by perl -cw Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1098 17b73243-c579-4c4c-a9d2-2d5706c11dac
* allows to set MPICH_ARCH on the gmake line, eg. gmake MPICH_ARCH=alphalanfer1999-10-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1094 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Modified Runtest so that it looks first to see if all the thornsallen1999-10-24
| | | | | | | are compiled for a test ... this needs to be improved git-svn-id: http://svn.cactuscode.org/flesh/trunk@1092 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Shouldn't need this file anymoreallen1999-10-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1091 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Creating all files with WriteFile, and changing filenames ofallen1999-10-24
| | | | | | | required packages git-svn-id: http://svn.cactuscode.org/flesh/trunk@1090 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Print a comment at the top of the ThornListallen1999-10-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1088 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Don't print the files which are being created anymoreallen1999-10-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1087 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing the format of the ThornList commentsallen1999-10-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1086 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Ignore comment lines in ThornListallen1999-10-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1085 17b73243-c579-4c4c-a9d2-2d5706c11dac