Changes between Version 32 and Version 33 of WikiStart


Ignore:
Timestamp:
08/19/11 08:42:19 (13 years ago)
Author:
Florian Janetzko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v32 v33  
    8484[[Image(source:/examples/Namd/VmSize_max.png,720px)]]
    8585[[Image(source:/examples/Namd/VmSize_total.png,720px)]]
     86
     87== Example Mapt ==
     88{{{
     89#!/bin/bash
     90#MSUB -l nodes=2:ppn=8
     91#MSUB -l walltime=00:05:00
     92#MSUB -v tpt=1
     93
     94
     95mpiexec -np 16 jumel -d 2 -a "mapt.x" > mapt.out
     96
     97}}}
     98
     99The graphs were obtained afterwards on the login node with
     100
     101{{{
     102juman -s all -i
     103}}}
     104
     105== Results ==
     106Below the results for the Namd runs are shown for `VmSize` (default key). The values reported are in kB.[[BR]]
     107
     108[[Image(source:/examples/Mapt/VmSize.png,720px)]]
     109[[Image(source:/examples/Mapt/VmSize_max.png,720px)]]
     110[[Image(source:/examples/Mapt/VmSize_total.png,720px)]]
     111
    86112== SVN Access ==
    87113{{{
    88114svn list https://svn.version.fz-juelich.de/jumel
    89115}}}
    90