...
The environment modules package controls access to the software. Use "module avail pymolpy" to find all available versions of PyMOL installed at LRZ. The output could look as follows:
Code Block | ||||
---|---|---|---|---|
| ||||
~> module av py ---------------------------------------- /lrz/sys/spack/release/21.1.1/modules/x86_64/linux-sles15-x86_64 --------------- py-pymol/2.3.0 python/3.7.10-base python/3.7.10-extended python/3.8.8-base python/3.8.8-extended ---------------------------------------- /lrz/sys/share/modules/files_sles15/tools -------------------------------------- |
From here you can learn, that the current version of PyMOL in SPACK software distribution system is obviously named "py-pymol/2.3.0". To use the default version of PyMOL, please type:
Code Block | ||
---|---|---|
| ||
> module load py-pymol/2.3.0 |
Visualization using the PyMOL GUI
...
When a new batch session is returned to you, simply type
Code Block | ||
---|---|---|
| ||
> module load py-pymol/2.3.0
> srun pymol -c PML_FILE_NAME.pml |
...
Linux Cluster | SuperMUC-NG |
---|---|
#!/bin/bash #SBATCH -o /dss/dsshome1/<group>/<user>/mydir/%x.%j.out | #!/bin/bash |
...