Bench_BSSN_PUGH
make testbssn-config F90=gfortran
make testbssn
./exe/cactus_testbssn BENCHMARKS/Bench_BSSN_PUGH_100l.par
Description of how to update the references in the Publications web pages
1.Check out from cvs the Publications directory
cvs -d :pserver:user_name@cvs.cactuscode.org:/cactus co PublicationsCactus.bib is the bibtex file that contains the references for the publications using Cactus.
Each new entry added to this file must have keywords.
i.e. for CactusCode papers the keywords are: general, cactuscode; for Applications: general, applications; for Numerical Relativity: general, numrel; and so on.
2.Generate html files for each category of publications.
bibgrep -i -l keyword _keyword_ Cactus.bib > Newfile.bib bibtex2html Newfile.bib
bibgrep and bibtex2html are scripts provided in the Publications/scripts/ directory.
bibgrep searches the Cactus.bib for the occurence of _keyword_ and output all the matching entries to Newfile.bib For more information about this script see http://artis.imag.fr/~Xavier.Decoret/resources/xdkbibtex/
bibtex2html reads the bibliography file and outputs two HTML documents: one that contains the cited bibliography in a nice presentation, and one that has the entries highlighted by several transparent HTML links to allow easy navigation.