ExternalSoftware » History » Version 1

Anonymous, 09/14/2007 10:33 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 1 Anonymous
=== Installation ===
25 1 Anonymous
   * Install ''!ImageMagick'' from [http://www.imagemagick.org www.imagemagick.org] if not already installed.
26 1 Anonymous
   * Install ''!MolScript'' from [http://www.avatar.se/molscript www.avatar.se/molscript]. Please link the MesaGL libraries instead of the OpenGL libraries; a modified makefile can be found under [source:ProCKSI/install/Makefile.molscript]
27 1 Anonymous
 
28 1 Anonymous
29 1 Anonymous
30 1 Anonymous
=== Virtual Display  ===
31 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.
32 1 Anonymous
33 1 Anonymous
Get and unpack the ProCKSI x-authentication patch from [repos:Externals/Cluster/xauth.tgz].
34 1 Anonymous
35 1 Anonymous
On each node copy magic cookie file for x-authentication:
36 1 Anonymous
{{{
37 1 Anonymous
cp :0.Xauth /var/gdm/:0.Xauth
38 1 Anonymous
}}}
39 1 Anonymous
40 1 Anonymous
On each node copy scripts for automatic x-authentication:
41 1 Anonymous
{{{
42 1 Anonymous
cp procksixauth /usr/local/sbin/procksixauth
43 1 Anonymous
cp :0 /etc/gdm/Init/:0
44 1 Anonymous
}}}
45 1 Anonymous
46 1 Anonymous
Restart the X display manager for the changes to take effect:
47 1 Anonymous
{{{
48 1 Anonymous
/usr/sbin/gdm-restart
49 1 Anonymous
}}}
50 1 Anonymous
51 1 Anonymous
52 1 Anonymous
The virtual X display can be used with unix socket '':0'', e.g.:
53 1 Anonymous
{{{
54 1 Anonymous
molauto protein.pdb | DISPLAY=unix:0.0 molscript -jpeg -out protein.jpeg
55 1 Anonymous
}}}