aboutsummaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAge
* Make "Erik" branch the default trunk for AHFinderDirect.svnadmin2008-06-26
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1526 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Added reference for _IPONAME0 bugswhite2006-05-19
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1445 f88db872-0e4f-0410-b76b-b9085cfa78c5
* note Intel 9.0.021 compiler bugs :(jthorn2006-04-19
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1440 f88db872-0e4f-0410-b76b-b9085cfa78c5
* += another successful compilerjthorn2006-04-19
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1439 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Fix a problem found by Erik Schnetter & Thomas Radke involvingjthorn2005-01-04
| | | | | | | | | | | | | | | | | | writing data to the SphericalSurface variables in a multiprocessor run. In detail, the code writes data to the SphericalSurface variables on each processor. For everything except the horizon shape this is fine. However, the code formerly didn't broadcast the horizon shape to all processors, so the values written to the SphericalSurface variables were all 0 on processors other than the one that actually found that horizon. The fix is to broadcast the horizon shape if any horizon info is being written to the SphericalSurface variables. (In addition to broadcasting it whenever an excision mask is being set, which the code already did.) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1392 f88db872-0e4f-0410-b76b-b9085cfa78c5
* clarify description of why Intel compiler 8.1 does not work for this thornjthorn2004-12-08
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1391 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Compiler Notesjthorn2004-11-03
| | | | | | | | | * note that Intel 8.0 works * note that Intel 8.1 does NOT work -- it has wierd bugs with anonymous namespaces when optimizing :( :( git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1387 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix typojthorn2004-07-14
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1376 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * add pointer to "Visualization" section in thorn guidejthorn2004-06-23
| | | | | | | | * tweak wording asking people to cite both my AH finding papers when using this thorn git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1372 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * add interface to Erik's SphericalSurface thornjthorn2004-05-12
| | | | | | | | | | | | | | ==> With this commit, AHFinderDirect now inherits from AEIThorns/SphericalSurface, so you must have that thorn in your configuration to be able to compile. * add computation of surface quadrupole moments and areal radius * expand BH_diagnostics file format to accomodate quadrupole moments and areal radius, and also to include not-implemented-yet columns for 9 more diagnostics which Erik has implemented in his branch * some other small cleanups git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1329 f88db872-0e4f-0410-b76b-b9085cfa78c5
* Erik has changed the flesh so thorns (like this one) which schedulejthorn2004-05-03
| | | | | | | | | | | routines in CCTK_ANALYSIS don't need to depend on TAT/always to force stuff to run at every times step -- now this happens by default if no trigger is specified So... with this commit AHFinderDirect no longer depends on TAT/always. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1318 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * add pubs info for AHFinderDirect paperjthorn2004-01-11
| | | | | | | | | | * add some other missing info in bibtex file * copy all eprint bibtex tags to note tags so the gr-qc numbers will appear in explicitly in the typeset bibliography * copy my request to site my AH papers from README to documentation.tex git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1238 f88db872-0e4f-0410-b76b-b9085cfa78c5
* bump copyright dates to 2001-2004jthorn2004-01-11
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1237 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add pointer to new file src/PORTING.OUTSIDE.CACTUSjthorn2003-10-24
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1198 f88db872-0e4f-0410-b76b-b9085cfa78c5
* give CVS path for TAT/alwaysjthorn2003-07-31
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1172 f88db872-0e4f-0410-b76b-b9085cfa78c5
* correct CVS location of TAT/always thornjthorn2003-07-31
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1163 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add a pointer to where to get the always thorn from the TAT arrangementjthorn2003-07-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1160 f88db872-0e4f-0410-b76b-b9085cfa78c5
* update a few commentsjthorn2003-07-27
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1148 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add +xz quadrant (mirrored) patch system typejthorn2003-07-25
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1141 f88db872-0e4f-0410-b76b-b9085cfa78c5
* now needs AEILocalInterp, not LocalInterpjthorn2003-07-07
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1127 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add acknowledgments for my use of the UMFPACK sparse-matrix libraryjthorn2003-07-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1122 f88db872-0e4f-0410-b76b-b9085cfa78c5
* note my paper gr-qc/0305056 and ask people to cite itjthorn2003-07-02
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1110 f88db872-0e4f-0410-b76b-b9085cfa78c5
* remove the statement that this thorn needs the perl preprocessorjthorn2003-06-04
| | | | | | | | -- I was mistaken, it's actually thorn Exact that (on some systems, eg xeons) needs it git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1102 f88db872-0e4f-0410-b76b-b9085cfa78c5
* explain that you may need the Perl preprocessor,jthorn2003-06-04
| | | | | | | and say how to use it git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1099 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add compiler options for SGI (modi4)jthorn2003-04-09
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1035 f88db872-0e4f-0410-b76b-b9085cfa78c5
* confirm name of disable-automagic-template-instantiation compiler option on ↵jthorn2003-04-02
| | | | | | lemieux git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1034 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add note about disabling automatic template instantation on Lemiuxjthorn2003-03-26
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1027 f88db872-0e4f-0410-b76b-b9085cfa78c5
* update TODO that I now properly handle "ghost size too small" error codejthorn2003-03-22
| | | | | | | | | from the interpoltor small tweaks to documentation.tex git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1004 f88db872-0e4f-0410-b76b-b9085cfa78c5
* update test par filesjthorn2003-03-12
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@972 f88db872-0e4f-0410-b76b-b9085cfa78c5
* update notes on which compilers work and which dontjthorn2003-02-27
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@954 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * major changes to driver routines to find multiple horizons in paralleljthorn2003-02-15
| | | | | | | | | | | | across multiple processors -- see src/driver/README.parallel for details * drop convergence checks on ||Delta_h|| in param.ccl because they don't fit well with parallelization changes ==> With this changes, AHFinderDirect is now (I think) multiprocessor-ready!! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@946 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * add support for sparse-matrix Jacobians ==> works!jthorn2003-01-22
| | | | | | | | | | * change default in param.ccl to use this * change default in src/include/config.h to default to no longer link in LAPACK routines * update documentation git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@931 f88db872-0e4f-0410-b76b-b9085cfa78c5
* update list of compilers/systems which are known to workjthorn2003-01-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@924 f88db872-0e4f-0410-b76b-b9085cfa78c5
* * change to not use STL vector class any morejthorn2003-01-16
| | | | | | | | | | | (it caused portability problems on platinum) ==> move stl_vector.hh from src/include/ to archive/ directory * convert patch_system_type and initial_guess_method parameters to be array parameters, i.e. they're now set individually for each AH we want to find git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@920 f88db872-0e4f-0410-b76b-b9085cfa78c5
* tweak notes on code portabilityjthorn2003-01-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@916 f88db872-0e4f-0410-b76b-b9085cfa78c5
* switch to Thomas Radke's new auto-configure scheme for locatingjthorn2003-01-10
| | | | | | | the LAPACK and BLAS libraries git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@915 f88db872-0e4f-0410-b76b-b9085cfa78c5
* tiny typographical tweakjthorn2002-12-11
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@914 f88db872-0e4f-0410-b76b-b9085cfa78c5
* This log message is the one that should have been attached to thejthorn2002-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | previous commit, but wasn't due to an editing mistake. :( * Rename two parameters N_ghost_points --> ghost_zone_width N_overlap_points --> patch_overlap_width In both cases there's no change in semantics, "just" a name change to be clearer. * Redesign the way we specify the angular resolution: Formerly it was via a real parameter delta_drho_dsigma which gave the angular grid spacing in degrees. This was a bit clumsy -- you had to hand-calculate which spacings would evenly divide the grid sizes (typically 45 degrees, or 90 degrees for full-sphere patch systems). The new scheme uses an integer parameter N_zones_per_right_angle which gives the number of grid zones in 90 degrees, i.e. it gives 90.0/delta_drho_dsigma . This makes it easy to tell what the legal values are (integers, must be even for non-full-sphere patch systems, since they have 45-degree-wide patches). Since most par files didn't specify the old parameter, they won't need changing for the new one; another set of commits fixes all the par files in the run/ directory tree of this thorn which do specify the resolution explicitly. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@875 f88db872-0e4f-0410-b76b-b9085cfa78c5
* tweak wording about compilers vs architecture/os being portability concernjthorn2002-10-31
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@872 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix a typojthorn2002-10-22
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@849 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add ptr at top that this file contains notes on compiling this thornjthorn2002-10-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@842 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add a little more infojthorn2002-10-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@841 f88db872-0e4f-0410-b76b-b9085cfa78c5
* remove a LaTeX-ismjthorn2002-10-15
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@835 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add support for outputting te change in the horizon position fromjthorn2002-10-10
| | | | | | | | | | | | | | one Newton iteration to the next, Delta_h, at each Newton iteration (for help debugging convergence problems) also move parameters for "should we output {h,H,Delta_h} from struct IO_info to struct solver_info also make the instructions on setting environment variables in make.configuration.defn even more verbose... git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@820 f88db872-0e4f-0410-b76b-b9085cfa78c5
* fix a few typosjthorn2002-10-09
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@815 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add icc 6.0 to the list of compilers where the code compiles okjthorn2002-10-09
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@814 f88db872-0e4f-0410-b76b-b9085cfa78c5
* better document new environment variables and build procedure;jthorn2002-10-09
| | | | | | | | move compiler portability notes from documentation.tex to top-level README file git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@813 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add notes on LAPACK in compilationjthorn2002-10-03
| | | | | | | | remove notes on compiler portability (now in doc/documentation.tex) (n.b. these need to be updated :) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@786 f88db872-0e4f-0410-b76b-b9085cfa78c5
* add Maintainer: linejthorn2002-07-18
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@640 f88db872-0e4f-0410-b76b-b9085cfa78c5
* complete interpatch-interpolation Jacobian codejthorn2002-06-30
| | | | | | | add 1st draft of code in src/util/test_patch_system.cc to test this git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@600 f88db872-0e4f-0410-b76b-b9085cfa78c5