summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* New cache alignment stuff.goodale1999-11-30
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1178 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a question on parallel making a question on 'not enough slashes'.goodale1999-11-28
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1177 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Functions to store and retrieve the size of an array group.goodale1999-11-28
| | | | | | | | | | | | | To get the size call CCTK_INT **CCTK_GroupSizesI(int groupnum) which returns the an array, of size the dimension of the group, containing pointers to the parameters containing the sizes. Please treat this as experimental and unsupported for the moment. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1176 17b73243-c579-4c4c-a9d2-2d5706c11dac
* simple interfaces for local scalar/1d/2d/3d reductionslanfer1999-11-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1175 17b73243-c579-4c4c-a9d2-2d5706c11dac
* 5 pages of documentation on the reduction operatorslanfer1999-11-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1174 17b73243-c579-4c4c-a9d2-2d5706c11dac
* More for the error checking...lanfer1999-11-27
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1173 17b73243-c579-4c4c-a9d2-2d5706c11dac
* adding macro for easy error/ok checking, works like this:lanfer1999-11-27
| | | | | | | | | | | | | | | | | | | | call CCTK_ReduceLocalScalar(ierr, cctkGH, -1, sum_handle, $ resnorm, residual, CCTK_VARIABLE_REAL) call CCTKi_EXPECTOK(ierr,0,1,"Reduction of norm failed") you plug the return value (ierr) into macro, along with the success value (0). You give the warning level if (ierr.ne.0) and the message to output. Saves some if then statments. there is also a CCTK_EXPECTERROR, where you compare ierr to an error value, handles the same way. (Currently internal CCTKi) gerd git-svn-id: http://svn.cactuscode.org/flesh/trunk@1172 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
* Removed tabs from files.goodale1999-11-24
| | | | | | | | | Added @version lines to various header files. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1170 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing an unused and obsolete file.goodale1999-11-24
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1169 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
* Adding Tom's comment about why mpirun is needed to see compiled parametersallen1999-11-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1166 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added page numbers to cactus functionsallen1999-11-24
| | | | | | | Cactus/172 git-svn-id: http://svn.cactuscode.org/flesh/trunk@1165 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
* Some tidying up.goodale1999-11-23
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1163 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a variable argument list CCTK_Warn.goodale1999-11-23
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1162 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added variable argument CCTK_Warn.goodale1999-11-23
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1161 17b73243-c579-4c4c-a9d2-2d5706c11dac
* adding documentation foe reduce operations, some functions described are not ↵lanfer1999-11-23
| | | | | | there yet git-svn-id: http://svn.cactuscode.org/flesh/trunk@1160 17b73243-c579-4c4c-a9d2-2d5706c11dac
* TAGS and tags now look at .cpp and .hpp files.goodale1999-11-12
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1159 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Now on beta 6.goodale1999-11-12
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1158 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Describe cctk_timer_outputallen1999-11-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1156 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Small changesallen1999-11-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1155 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add option for displaying timer outputallen1999-11-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1154 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Print out registered extensions and handles in debug modeallen1999-11-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1153 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
* Removed an extraneous const.goodale1999-11-09
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1148 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_FortranString has to return the lenght of the string as CCTK_INT, not ↵lanfer1999-11-09
| | | | | | int because this gives pointer errors (on the T3E) git-svn-id: http://svn.cactuscode.org/flesh/trunk@1147 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Bug fix for gmake docallen1999-11-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1146 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
* Changed definition of complex type to be consistent with Fortran defaults.goodale1999-11-09
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1144 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
* Fixing logic for cctk_final_time and cctk_itlast, hopefully got itallen1999-11-06
| | | | | | | right now, I guess I'm the first person to use cctk_final_time ! git-svn-id: http://svn.cactuscode.org/flesh/trunk@1142 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing definethorn.hallen1999-11-06
| | | | | | | Adding _USE_CCTK_ARGUMENTS ... but doesn't work yet git-svn-id: http://svn.cactuscode.org/flesh/trunk@1141 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding break statements for case to work properlyallen1999-11-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1140 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
* Freeing groupname after usage in CCTK_SyncGroupI().tradke1999-11-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1135 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
* Fixed a silly mistake I just committed. Thanks Ralph.goodale1999-11-03
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1131 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
* Changing various things pointed to by compiling with -Wall.goodale1999-11-03
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1129 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed duplicate definition of a function.goodale1999-11-03
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1128 17b73243-c579-4c4c-a9d2-2d5706c11dac