ExternalSoftware » History » Version 2
Anonymous, 09/28/2007 05:33 PM
| 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 | 2 | Anonymous | |
| 26 | 2 | Anonymous | ==== !ImageMagick ==== |
| 27 | 2 | Anonymous | * Install ''!ImageMagick'' from [http://www.imagemagick.org www.imagemagick.org] if not already installed. |
| 28 | 2 | Anonymous | |
| 29 | 2 | Anonymous | ==== !MolScript ==== |
| 30 | 2 | Anonymous | * Download ''!MolScript'' from the repository. |
| 31 | 2 | Anonymous | * Make sure that the ''freeglut'' and ''freeglut-devel'' packages are installed. |
| 32 | 2 | Anonymous | * Compile using the Makefile provided for the x32- or x64-architecture. |
| 33 | 1 | Anonymous | |
| 34 | 1 | Anonymous | |
| 35 | 1 | Anonymous | === Virtual Display === |
| 36 | 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. |
| 37 | 1 | Anonymous | |
| 38 | 1 | Anonymous | Get and unpack the ProCKSI x-authentication patch from [repos:Externals/Cluster/xauth.tgz]. |
| 39 | 1 | Anonymous | |
| 40 | 1 | Anonymous | On each node copy magic cookie file for x-authentication: |
| 41 | 1 | Anonymous | {{{ |
| 42 | 1 | Anonymous | cp :0.Xauth /var/gdm/:0.Xauth |
| 43 | 1 | Anonymous | }}} |
| 44 | 1 | Anonymous | |
| 45 | 1 | Anonymous | On each node copy scripts for automatic x-authentication: |
| 46 | 1 | Anonymous | {{{ |
| 47 | 1 | Anonymous | cp procksixauth /usr/local/sbin/procksixauth |
| 48 | 1 | Anonymous | cp :0 /etc/gdm/Init/:0 |
| 49 | 1 | Anonymous | }}} |
| 50 | 1 | Anonymous | |
| 51 | 1 | Anonymous | Restart the X display manager for the changes to take effect: |
| 52 | 1 | Anonymous | {{{ |
| 53 | 1 | Anonymous | /usr/sbin/gdm-restart |
| 54 | 1 | Anonymous | }}} |
| 55 | 1 | Anonymous | |
| 56 | 1 | Anonymous | |
| 57 | 1 | Anonymous | The virtual X display can be used with unix socket '':0'', e.g.: |
| 58 | 1 | Anonymous | {{{ |
| 59 | 1 | Anonymous | molauto protein.pdb | DISPLAY=unix:0.0 molscript -jpeg -out protein.jpeg |
| 60 | 1 | Anonymous | }}} |