aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* fix tab -> space issue which prevented compilation of F77 codeHEADmasterknarf2012-04-11
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@409 89daf98e-ef62-4674-b946-b8ff9de2216c
* Correct function signatureeschnett2011-01-20
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@405 89daf98e-ef62-4674-b946-b8ff9de2216c
* replace CactusEinstein/ADMBase by EinsteinBase/ADMBaseknarf2010-04-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@400 89daf98e-ef62-4674-b946-b8ff9de2216c
* With this commit all cactus thorns now use the new reduction API. There ARE ↵yye002006-01-03
| | | | | | memory leaks that appear as assert failures when destroying the parameter table in ReduceArraysGlobally when using AHFinder on lemieux (ALPHA), I am yet to identify the reason why this is so. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@389 89daf98e-ef62-4674-b946-b8ff9de2216c
* fixed a memory leakyye002005-12-21
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@388 89daf98e-ef62-4674-b946-b8ff9de2216c
* minor fixyye002005-12-08
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@386 89daf98e-ef62-4674-b946-b8ff9de2216c
* minor modifications, fixed a mistakeyye002005-12-08
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@385 89daf98e-ef62-4674-b946-b8ff9de2216c
* fix pointed out by Erik, inconsistent memory usageyye002005-12-07
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@384 89daf98e-ef62-4674-b946-b8ff9de2216c
* changes to AHFinder to use the new reduction API. Some problems appeared ↵yye002005-12-07
| | | | | | when converting AHFinder_int.F, irregularities with behavior, MPI stalls etc... This is currently being investigated. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@383 89daf98e-ef62-4674-b946-b8ff9de2216c
* sorry, it seems I wiped the fileyye002005-04-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@378 89daf98e-ef62-4674-b946-b8ff9de2216c
* replace \r with \nyye002005-04-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@377 89daf98e-ef62-4674-b946-b8ff9de2216c
* Added a parameter to only start setting the excision mask after a certaindiener2005-02-23
| | | | | | | time. The default value is set so that the normal behaviour is not changed. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@376 89daf98e-ef62-4674-b946-b8ff9de2216c
* Correct spelling error in commentschnetter2005-02-11
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@375 89daf98e-ef62-4674-b946-b8ff9de2216c
* Correct spelling error in commentschnetter2005-02-11
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@374 89daf98e-ef62-4674-b946-b8ff9de2216c
* Remove no-op statementschnetter2005-01-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@373 89daf98e-ef62-4674-b946-b8ff9de2216c
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
| | | | | | | modifying or adding files. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@370 89daf98e-ef62-4674-b946-b8ff9de2216c
* Remove explicit dependencies; those are now generated automatically.schnetter2004-04-01
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@369 89daf98e-ef62-4674-b946-b8ff9de2216c
* Getting rid of darwin-specific flags which don't work with xlf anyway.goodale2004-03-28
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@366 89daf98e-ef62-4674-b946-b8ff9de2216c
* Convert integer to CCTK_INT before calling aliased function.schnetter2004-02-07
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@362 89daf98e-ef62-4674-b946-b8ff9de2216c
* Modified the code to use the aliased functions provided by StaticConformal.diener2004-02-06
| | | | | | | Otherwise the code wouldn't compile!!! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@361 89daf98e-ef62-4674-b946-b8ff9de2216c
* Slight formatting changes to make the red hat C preprocessor work withoutdiener2003-11-05
| | | | | | | any special options. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@359 89daf98e-ef62-4674-b946-b8ff9de2216c
* Change include mechanism for aliased functions in Fortran. One now has toschnetter2003-10-27
| | | | | | | | #include "cctk_Functions.h" and then use the macro DECLARE_CCTK_FUNCTIONS. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@357 89daf98e-ef62-4674-b946-b8ff9de2216c
* Remove unused file.schnetter2003-10-13
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@356 89daf98e-ef62-4674-b946-b8ff9de2216c
* Declare missing spacing variables (from ADM_Spacing_declare.h).tradke2003-09-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@355 89daf98e-ef62-4674-b946-b8ff9de2216c
* Changed the new driftcorrect parameters to conform with the Fortran 90diener2003-08-04
| | | | | | | | standard of variable names being maximum 31 characters (instead of conforming to Jonathans long parameter convention used in AHFinderDirect). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@353 89daf98e-ef62-4674-b946-b8ff9de2216c
* Now uses SetDriftCorrectPosition to set the Driftcorrect centroid.diener2003-08-01
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@352 89daf98e-ef62-4674-b946-b8ff9de2216c
* Get the input variable indices for the interpolator as INTEGER and then copy ittradke2003-07-07
| | | | | | | into the CCTK_INT array. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@343 89daf98e-ef62-4674-b946-b8ff9de2216c
* Change where the logfile is opened so that the new stepsize is written to ↵hawke2003-07-07
| | | | | | | | | there instead of fort.1. Fixes PR1150. Note that I had to do a realclean to my configuration to make this work, otherwise it kept creating this file. This may be due to a peculiarity of my system though. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@341 89daf98e-ef62-4674-b946-b8ff9de2216c
* Check the return code of OutputVarByMethod and give a level 2 warning if the ↵hawke2003-07-07
| | | | | | 2D or 3D output fails (probably due to a missing IOFlexIO). Fixes PR1160. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@340 89daf98e-ef62-4674-b946-b8ff9de2216c
* Change the range of ahf_lmax to match the code (maximum is now 19, not 20). ↵hawke2003-07-07
| | | | | | Fixes PR1488. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@339 89daf98e-ef62-4674-b946-b8ff9de2216c
* Update to use 4th order differencing macros.pollney2003-06-26
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@338 89daf98e-ef62-4674-b946-b8ff9de2216c
* Get the name for the interpolation operator to use from the new parametertradke2003-05-06
| | | | | | | AHFinder::interpolation_operator. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@334 89daf98e-ef62-4674-b946-b8ff9de2216c
* Move comments to remove warnings with intel compilerallen2003-03-20
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@331 89daf98e-ef62-4674-b946-b8ff9de2216c
* The routine AHFinder_InitOutput (scheduled at CCTK_INITIAL) was using myprocdiener2003-02-08
| | | | | | | | | | | | | before it was assigned a value in the routine AHFinder (scheduled at CCTK_ANALYSIS) leading to (on seaborg) that all processors attempted to create files. This worked sometimes on few processors, but failed on many processors. This assignment is now done in AHFinder_InitOutput. I have no idea why this became a problem now. In the past I have been able to run the AHFinder on seaborg. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@330 89daf98e-ef62-4674-b946-b8ff9de2216c
* Use channel 11 rather than 1 for all output to files, since 1 may berideout2003-02-06
| | | | | | | reserved for stdout on some machines. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@329 89daf98e-ef62-4674-b946-b8ff9de2216c
* Replaced all the CCTK_InterpGV() calls by calls to the new interpolation APItradke2003-01-31
| | | | | | | | | | | | CCTK_InterpGridArrays(). Note that you now need to also compile in and activate a thorn which provides local interpolation operators (eg. LocalInterp from the CactusBase arrangement). Also evaluate the return code from CCTK_InterpGridArrays() and print a warning in case of an error. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@324 89daf98e-ef62-4674-b946-b8ff9de2216c
* Modified ahf.gauss and *.alm headers so that output format is identical with ↵pollney2003-01-06
| | | | | | the test suites. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@323 89daf98e-ef62-4674-b946-b8ff9de2216c
* Restored the assignment of disf, that had disappeared in Denis' last commit.diener2002-12-17
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@321 89daf98e-ef62-4674-b946-b8ff9de2216c
* Modified output so that data is appended after checkpoint, ratherpollney2002-12-13
| | | | | | | | | | | | than deleting any existing files. * Starting a run from scratch will still wipe out any files that already exist in the output directory, as is usual for cactus 1d data. * If you do a horizon find on the timestep when you are also checkpointing, then you'll end up with a duplicate point in the output, as the horizon is found again at restart. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@320 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixed old #ifdef reference to DEVELOPMENT_SIMPLEEXCISION to the newpollney2002-10-09
| | | | | | | version, EXCISION_SIMPLEEXCISION git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@317 89daf98e-ef62-4674-b946-b8ff9de2216c
* minor cleaning up, plus a stupid fix to a problem with the absoft compiler.miguel2002-10-08
| | | | | | | | It turns out I needed to change the order of two definitions to stop the damm compiler from inventing a non-existent NaN. &%$#*! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@316 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixed the logic in calling AHFinder_find3. Before ahfgrid3 was notdiener2002-07-25
| | | | | | | | | | properly initialized in AHFinder_find3, causing floating point exceptions on Lemieux. Now AHFinder3 is called for all three horizons and is initialized properly regardless of whether the first horizon was found or not. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@315 89daf98e-ef62-4674-b946-b8ff9de2216c
* Added explicit array bounds to avoid triggering fp exception on Alphaspollney2002-07-15
| | | | | | | (Peter and Frank's fix). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@314 89daf98e-ef62-4674-b946-b8ff9de2216c
* Use the generic routines sqrt(), abs(), log(), etc. instead of double-precisiontradke2002-06-18
| | | | | | | | ones dsqrt(), dabs(), dlog(), detc. This makes the code compile in single precision. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@312 89daf98e-ef62-4674-b946-b8ff9de2216c
* Removed goto and continue statements, so that it will compile on titan.rideout2002-06-06
| | | | | | | Added $Header$. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@310 89daf98e-ef62-4674-b946-b8ff9de2216c
* Initialize ahfmask each time storage was switched on.tradke2002-06-04
| | | | | | | This fixes core dumps in the testsuites on the T3E and DEC Alphas. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@308 89daf98e-ef62-4674-b946-b8ff9de2216c
* Zero out the edges of some grid functions before calculating their boundaries.tradke2002-06-03
| | | | | | | This fixes core dumps on Alphas and finally lets the testsuites pass. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@307 89daf98e-ef62-4674-b946-b8ff9de2216c
* minor changes. Eliminating obsolete format statements and changing themiguel2002-05-24
| | | | | | | | last remaining goto's to if statements. Though is probably was more human readable before. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@305 89daf98e-ef62-4674-b946-b8ff9de2216c
* changing ifdefs and include filesallen2002-05-16
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@304 89daf98e-ef62-4674-b946-b8ff9de2216c
* Need to add '-N11' option to F90FLAGS for Darwin to make it compile.tradke2002-05-10
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@303 89daf98e-ef62-4674-b946-b8ff9de2216c