aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/readme.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-01-31 04:35:34 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-01-31 04:35:34 +0000
commit2e8a32f19193b9098ad52e0402dde30f01c32fd0 (patch)
tree56eb88a6948f4d1cf14970e25fa0ee9560587a56 /externals/grill/vasp/readme.txt
parente0be7cac38aecb4e22e596a82cecccce5c3dcb94 (diff)
""
svn path=/trunk/; revision=373
Diffstat (limited to 'externals/grill/vasp/readme.txt')
-rw-r--r--externals/grill/vasp/readme.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/externals/grill/vasp/readme.txt b/externals/grill/vasp/readme.txt
index 3819e7d8..da2ca914 100644
--- a/externals/grill/vasp/readme.txt
+++ b/externals/grill/vasp/readme.txt
@@ -91,3 +91,15 @@ o GCC: edit "config-pd-darwin.txt" and run "sh build-pd-darwin.sh"
o Metrowerks CodeWarrior V6: edit vasp.cw project and build it
+----------------------------------------------------------------------------
+
+
+HINTS:
+======
+
+- Click-free operation: All objects where it makes sense (e.g. transformation of data, vasp.!, etc.)
+ can be set to "detached mode" by sending a "detach 1" message (which is setting the detach attribute to 1).
+ The operation will then take place in a detached thread with lower priority.
+ Thus, longer operations will not disturb the dsp processing of the real-time engine.
+
+