[MPI_config] ; The name of the hosts. Often a list of names such as ;'machine1', 'machine2', 'machine3'] ; or a list comprehension such as ['192.168.4.' + str(i) for i in range(1,7)] ; Whatever you use, this should be what shows up when you use socket.hostname() ; in a machine. MPI_HOSTS = ['xantusia'] ; The number of CPUS/processes to launch simultaneously per machine/node. ; If a single number, the same will be used for all machines. CPUS = 4 ;The user, for the apps. and the one who starts the LAM/MPI USER = "www-data" [Asterias_Main] ;; You shouldn't need to change the value of ASTERIAS_PATH: it should be set ;; up for you. If you want to set it yourself, set auto_path = False auto_path = True ASTERIAS_PATH = /home/ramon/lib/python2.4/site-packages/asterias-0.5dev-py2.4.egg/asterias/ DIRS_PUBLIC = ['adacgh'] [Processes] ;; Time before the temporal directories with results are deleted. In seconds MAX_time = 3600 * 24 * 5 ;; Max number of simultaneous processes of an application. MAX_procs = 15 [R_dependencies] ;; R and BioC packages. You can modify this _AT YOUR OWN RISK_; ;; if you only install some of our code, you might be OK, or you ;; might get strange errors. R_libs = ['cgh', 'aCGH', 'cghMCR', 'DNAcopy', 'papply', 'GDD', 'imagemap', 'waveslim', 'cluster', 'ADaCGH']