ExternalSoftware » History » Version 3

Anonymous, 10/17/2007 10:58 AM

1 1 Anonymous
= External Software for ProCKSI = 
2 1 Anonymous
(needs to be updated)
3 1 Anonymous
4 1 Anonymous
Generate the following directories on each compute node to contain important executables:
5 1 Anonymous
{{{
6 1 Anonymous
/usr/local/procksi/Cluster/
7 1 Anonymous
/usr/local/procksi/DaliLite
8 1 Anonymous
/usr/local/procksi/MaxCMO
9 1 Anonymous
/usr/local/procksi/MolScript
10 1 Anonymous
}}}
11 1 Anonymous
12 1 Anonymous
For the following installation of the ProCKSI server components, the following executables must be present:
13 1 Anonymous
{{{
14 1 Anonymous
/usr/local/procksi/Cluster/qclust
15 1 Anonymous
/usr/local/procksi/DaliLite/DaliLite
16 1 Anonymous
/usr/local/procksi/MaxCMO/ProtCompVNS
17 1 Anonymous
/usr/local/procksi/molauto
18 1 Anonymous
/usr/local/procksi/molscript
19 1 Anonymous
}}}
20 1 Anonymous
21 1 Anonymous
22 1 Anonymous
== Image Software ==
23 1 Anonymous
24 3 Anonymous
=== !MolScript ===
25 2 Anonymous
  * Download ''!MolScript'' from the repository. 
26 2 Anonymous
  * Make sure that the ''freeglut'' and ''freeglut-devel'' packages are installed.
27 2 Anonymous
  * Compile using the Makefile provided for the x32- or x64-architecture.
28 1 Anonymous
29 1 Anonymous
!MolScript needs an X display in order to generate images (jpg, gif, …). Its possible to use the console X display for the OpenGL bits even if it is not logged in. Therefore, ''procksi'' must be authenticated and allowed to use this X display virtually.
30 1 Anonymous
31 1 Anonymous
Get and unpack the ProCKSI x-authentication patch from [repos:Externals/Cluster/xauth.tgz].
32 1 Anonymous
33 1 Anonymous
On each node copy magic cookie file for x-authentication:
34 1 Anonymous
{{{
35 1 Anonymous
cp :0.Xauth /var/gdm/:0.Xauth
36 1 Anonymous
}}}
37 1 Anonymous
38 1 Anonymous
On each node copy scripts for automatic x-authentication:
39 1 Anonymous
{{{
40 1 Anonymous
cp procksixauth /usr/local/sbin/procksixauth
41 1 Anonymous
cp :0 /etc/gdm/Init/:0
42 1 Anonymous
}}}
43 1 Anonymous
44 1 Anonymous
Restart the X display manager for the changes to take effect:
45 1 Anonymous
{{{
46 1 Anonymous
/usr/sbin/gdm-restart
47 1 Anonymous
}}}
48 1 Anonymous
49 1 Anonymous
The virtual X display can be used with unix socket '':0'', e.g.:
50 1 Anonymous
{{{
51 1 Anonymous
molauto protein.pdb | DISPLAY=unix:0.0 molscript -jpeg -out protein.jpeg
52 1 Anonymous
}}}
53 3 Anonymous
54 3 Anonymous
55 3 Anonymous
=== Other Visualisation Software ===
56 3 Anonymous
 * Install ''!ImageMagick'' from the [source:Externals/Graphics repository] (sources) if not already installed
57 3 Anonymous
 * Install ''Raster3D'' from the [source:Externals/Graphics repository] (sources)
58 3 Anonymous
 * Install ''!GraphViz'' from the [source:Externals/Graphics repository] (RPM)
59 3 Anonymous
 * Install ''pyparsing'' from the [source:Externals/Python repository] (sources)
60 3 Anonymous
 * Install ''pydot'' from the [source:Externals/Python repository] (sources)