From f74313919463dd08d93faeefd40900e2917c0157 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo@andromeda>
Date: Sun, 05 Dec 2010 09:00:47 +0000
Subject: [PATCH] Some rewritting done.

---
 src/tape |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/tape b/src/tape
index 26b4d44..64f529a 100644
--- a/src/tape
+++ b/src/tape
@@ -21,3 +21,14 @@
 
 #shut up if we are using cluster!!!
 quiet=false
+
+#what type of multiprocessing? (*none, smp, cluster, distributed, cuda, auto)
+#currently only none makes sense.
+multiprocessing=none
+#how many cores are allowed to process in SMP?
+smp_cores=2
+#how many nodes in cluster?
+cluster_nodes=50
+#max number of processes in distributed (voluntary) environment
+distributed_processes=50
+#cuda options???

--
Gitblit v1.9.3