Changes between Version 9 and Version 10 of WikiStart


Ignore:
Timestamp:
08/15/11 14:31:26 (13 years ago)
Author:
Florian Janetzko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v9 v10  
    4343Currently only a gnuplot interface is implemented and postscript of xfig files can be generated. An interface for visualization with Python is planned.
    4444
     45== Example: Namd ==
     46The following job script was used:
     47
     48{{{
     49#!/bin/bash
     50#MSUB -l nodes=4:ppn=8
     51#MSUB -l walltime=00:15:00
     52#MSUB -v tpt=1
     53
     54module load namd/2.7
     55
     56mpiexec -np 32 -e PBS_JOBID jumel -a "$NAMD_ROOT/bin/namd2 apoa1.namd"
     57
     58}}}
     59
     60
    4561== SVN Access ==
    4662{{{