Votca

Overview

VOTCA is a software package which focuses on the analysis of molecular dynamics data, the development of systematic coarse-graining techniques as well as methods used for simulating microscopic charge transport in disordered semiconductors.
The following versions are installed on the CSF:

  • Votca 1.5.2 – includes Gromacs 2016.4 (multi-threaded single precision only) in the VOTCA directory.
  • Votca 1.2.3 – includes Gromacs 4.6.1 (multi-threaded single precision only) in the VOTCA directory.

Restrictions on use

All users may use the software. All users should cite their use of the software as per the VOTCA Citations webpage.

Set up procedure

To access the executables please load one of the appropriate modulefiles:

module load apps/intel-17.0/votca/1.5.2
module load apps/intel-17.0/votca/1.2.3

NOTE we now recommend loading module files in your job script rather than on the login node.

Running the application

Please do not run VOTCA on the login node. Jobs should be submitted to the compute nodes via batch.

Serial batch job submission

VOTCA is not suitable for serial jobs. Some components default to using all the cores available on a compute node and can therefore cause issues to other running jobs.

Parallel batch job submission

  • It is recommended that you request a whole node for your job. There are a number of node types to choose from – please see the examples below.
  • smp.pe is the only suitable parallel environment, VOTCA cannot run on more than one node.
#!/bin/bash --login
#$ -cwd
#$ -pe smp.pe 12

module load apps/intel-17.0/votca/1.5.2

csg_inverse --nt $NSLOTS --options settings.xml

Further info

  • Documentation: VOTCA Website
  • Manpages, e.g. man votcha-csg
  • Tutorials/examples are available in $VOTCA_HOME/csg-tutorials

Updates

None.

Last modified on February 21, 2019 at 11:23 am by George Leaver