aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjshalf <jshalf@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-10-30 03:29:03 +0000
committerjshalf <jshalf@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-10-30 03:29:03 +0000
commite6d057402882838b675d5b2afbe56ea02ffbba60 (patch)
treedc7f97c47ba8b6642c7e53b73338db362f96d96b /param.ccl
parent0df7382c160c68a507a22457d81f62bb66f3df5f (diff)
Forgot to take PUGH into account for steering.
So now it properly propagates steering information to *ALL* processes when running in MPI mode. Also added parameters so that it is fully compatable in terms of parameters with the old isosurfacer (still testing this though). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@15 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl19
1 files changed, 17 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 558eb1b..277c4f8 100644
--- a/param.ccl
+++ b/param.ccl
@@ -28,9 +28,19 @@ INT output_start "First iteration to start drawing isosurfaces. Default=1" STEER
.* :: "Some positive integer"
} 1
+INT dataport "dataport for socket connection (output port)"
+{
+ .* :: "Some positive integer"
+} 7051
+
+INT controlport "controlport for socket connection (input port)"
+{
+ .* :: "some positive integer"
+} 7050
+
STRING format_str "If the precision specified in the default format string is less than what you need, then insert your own format for floating point numbers here"
{
- .* :: A regex which matches everything
+ .* :: "A regex which matches everything"
} "%3.3f"
BOOLEAN allow_empty_sends "Allow the Isosurfacer to send zero-length vertex lists to the client application ? Ordinarily these zero-length sends are supressed." STEERABLE = ALWAYS
@@ -39,9 +49,14 @@ BOOLEAN allow_empty_sends "Allow the Isosurfacer to send zero-length vertex list
STRING outdir "Output directory for isosurface data files"
{
- .* :: A regex which matches everything
+ .* :: "A regex which matches everything"
} "."
+STRING isosurfacer " What to isosurface and how. Format:{(functionName) (isolevel1, isolevel2, ...) (format1, format2, ...) (itiso, resolution, firstIteration, uniqverts)} {} ...:: only for backward compability with old isosurfacer"
+{
+ .* :: "compatability with original isosurfacer"
+} ""
+
#############################################################################
### import IOUtil parameters