aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@3af55ef0-e5e4-43b4-b020-ca5761ff09b2>2004-12-20 10:59:15 +0000
committertradke <tradke@3af55ef0-e5e4-43b4-b020-ca5761ff09b2>2004-12-20 10:59:15 +0000
commit121cace71e3b0cc360ca1a0844aa64cfa8d1db65 (patch)
treee74ff432b647dca5e677f49816232b1b660fec4b
parent2837c74e58aaa313073b0baaa24a6af491018d7a (diff)
IOSDF now requires the capability SDF which must be provided by another thorn
(eg. CactusExternal/SDF). git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOSDF/trunk@6 3af55ef0-e5e4-43b4-b020-ca5761ff09b2
-rw-r--r--ConfigureWithSDF.pl30
-rw-r--r--README2
-rw-r--r--configuration.ccl6
-rw-r--r--doc/documentation.tex9
4 files changed, 5 insertions, 42 deletions
diff --git a/ConfigureWithSDF.pl b/ConfigureWithSDF.pl
deleted file mode 100644
index 0c65c5d..0000000
--- a/ConfigureWithSDF.pl
+++ /dev/null
@@ -1,30 +0,0 @@
-#! /usr/bin/perl -w
-#/*@@
-# @file ConfigureWithSDF.pl
-# @date Sat 12 Jube 2004
-# @author Thomas Radke
-# @desc
-# Configures IOSDF with external SDF installation
-# @enddesc
-# @version $Header$
-#@@*/
-
-# SDF_DIR must be given be the user
-my $bbhutil_dir = $ENV{'SDF_DIR'};
-if (! $bbhutil_dir)
-{
- print "BEGIN ERROR\n";
- print "IOSDF requires an external SDF installation. Please specify " .
- "SDF_DIR to point to this installation or remove thorn IOSDF " .
- "from your ThornList !\n";
- print "END ERROR\n";
- exit (-1);
-}
-
-print <<EOF;
-INCLUDE_DIRECTORY $bbhutil_dir/include
-LIBRARY bbhutil sv
-LIBRARY_DIRECTORY $bbhutil_dir/lib
-EOF
-
-exit (0);
diff --git a/README b/README
index c300c69..878173f 100644
--- a/README
+++ b/README
@@ -23,7 +23,7 @@ to output a variable without specifying it in the parameter file.
2. Additional information
See the thorn documentation and check out the "Data Visualization with DV and
-xvs" webpage http://localhost/CactusWebSite/VizTools/DataVaultXVSutils.html.
+xvs" webpage http://www.cactuscode.org/VizTools/DataVaultXVSutils.html.
3. Acknowledgements
diff --git a/configuration.ccl b/configuration.ccl
index 162dc04..8a6b69f 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -1,10 +1,4 @@
# Configuration definitions for thorn IOSDF
# $Header$
-PROVIDES SDF
-{
- SCRIPT ConfigureWithSDF.pl
- LANG perl
-}
-
REQUIRES SDF
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 039f519..a25be2b 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -21,7 +21,7 @@
Thorn {\tt IOSDF} provides I/O methods for 1D, 2D, and 3D output of
grid arrays and grid functions into files in SDF format. The precise
format is designed for visualisation using the clients {\tt xvs} and
-{\tt DV} (see \url{http://localhost/CactusWebSite/VizTools/DataVaultXVSutils.html} for details).
+{\tt DV} (see \url{http://www.cactuscode.org/VizTools/DataVaultXVSutils.html} for details).
\end{abstract}
\section{Purpose}
@@ -143,10 +143,9 @@ invoke I/O methods by application thorns please see the documentation of thorn
%
{\bf Building Cactus configurations with {\tt IOSDF}}\\
%
-In order to build thorn {\tt IOSDF} an external SDF installation (with includes
-and libraries) is required. You must specify the location of this SDF
-installation via the configure-time option\\
-\centerline{\tt SDF\_DIR=<your\_SDF\_installation\_dir>}.
+Thorn {\tt IOSDF} requires the capability {\tt SDF} which is provided eg.
+by thorn {\tt CactusExternal/SDF}. You will need to include this thorn
+in your ThornList.
Since {\tt IOSDF} uses parameters from {\tt IOUtil} it also needs this I/O
helper thorn be compiled into Cactus and activated at runtime in the