<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://norma.mbg.duth.gr/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://norma.mbg.duth.gr/feed.php">
        <title>Norma programs</title>
        <description></description>
        <link>https://norma.mbg.duth.gr/</link>
        <image rdf:resource="https://norma.mbg.duth.gr/lib/images/favicon.ico" />
       <dc:date>2025-01-01T00:40:15+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://norma.mbg.duth.gr/index.php?id=programs:carma64&amp;rev=1237214601&amp;do=diff"/>
                <rdf:li rdf:resource="https://norma.mbg.duth.gr/index.php?id=programs:grid&amp;rev=1237222058&amp;do=diff"/>
                <rdf:li rdf:resource="https://norma.mbg.duth.gr/index.php?id=programs:plot&amp;rev=1406363533&amp;do=diff"/>
                <rdf:li rdf:resource="https://norma.mbg.duth.gr/index.php?id=programs:plotnamd&amp;rev=1236338053&amp;do=diff"/>
                <rdf:li rdf:resource="https://norma.mbg.duth.gr/index.php?id=programs:programs&amp;rev=1236777592&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://norma.mbg.duth.gr/lib/images/favicon.ico">
        <title>Norma</title>
        <link>https://norma.mbg.duth.gr/</link>
        <url>https://norma.mbg.duth.gr/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="https://norma.mbg.duth.gr/index.php?id=programs:carma64&amp;rev=1237214601&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-03-16T16:43:21+02:00</dc:date>
        <title>programs:carma64</title>
        <link>https://norma.mbg.duth.gr/index.php?id=programs:carma64&amp;rev=1237214601&amp;do=diff</link>
        <description>carma64


A 64bit-no-graphics executable of carma was built using intel's icc-mkl v.11.0 using


icc -fast -parallel -D_FILE_OFFSET_BITS=64 Color_carma.c -L/opt/intel/Compiler64/11.0/074/mkl/lib/em64t/ -lmkl_lapack


The executable is here .

Timings for a cartesian PCA problem with 570 selected atoms over 15000 frames ...</description>
    </item>
    <item rdf:about="https://norma.mbg.duth.gr/index.php?id=programs:grid&amp;rev=1237222058&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-03-16T18:47:38+02:00</dc:date>
        <title>programs:grid</title>
        <link>https://norma.mbg.duth.gr/index.php?id=programs:grid&amp;rev=1237222058&amp;do=diff</link>
        <description>grid


GNU/Linux executable: 


#include &lt;stdio.h&gt;
#include &lt;math.h&gt;

#define  MAXD   1000000

int main(argc,argv)
int     argc;
char    *argv[];
{
        FILE    *in;
        FILE    *out;
        float   x[MAXD];
        float   y[MAXD];
        int     grid[1000][1000];
        int     N;
        int     i, k;
        float   xmax, ymax;
        float   xmin, ymin;
        float   nxmax, nymax;
        float   nxmin, nymin;
        float   j1, j2;
        char    line[300];
        int     r…</description>
    </item>
    <item rdf:about="https://norma.mbg.duth.gr/index.php?id=programs:plot&amp;rev=1406363533&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-07-26T11:32:13+02:00</dc:date>
        <title>programs:plot</title>
        <link>https://norma.mbg.duth.gr/index.php?id=programs:plot&amp;rev=1406363533&amp;do=diff</link>
        <description>Plot






License


This is free open-source software.






Download


&lt;http://utopia.duth.gr/~glykos/progs/plot.tar.gz&gt;

The tar file includes source code, documentation, and executables for GNU/Linux &amp; MacOSX (both i686 and ppc). 





Where are the screenshots ?


Skip down this document to the sections entitled Examples.</description>
    </item>
    <item rdf:about="https://norma.mbg.duth.gr/index.php?id=programs:plotnamd&amp;rev=1236338053&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-03-06T13:14:13+02:00</dc:date>
        <title>programs:plotnamd</title>
        <link>https://norma.mbg.duth.gr/index.php?id=programs:plotnamd&amp;rev=1236338053&amp;do=diff</link>
        <description>plotnamd


#!/bin/tcsh -f

#
# Check command line arguments ...
#
if ( $# &lt; 1 || $# &gt; 2 ) then
echo &quot; &quot;
echo &quot;Usage   : plotnamd &lt;log filename&gt; [lines to skip]&quot;
echo &quot; &quot;
exit
endif

#
# ... presence of log
#
if (! -es $1 ) then
echo &quot;Missing log file ? Abort.&quot;
exit
endif

if ( $# == 1 ) then
set skip = &quot;+0&quot;
else
set skip = &quot;+$2&quot;
endif

echo &quot;TS vs. TOTAL&quot;
grep -i '^ENERGY:' LOG | tail --lines=$skip | tee /tmp/$$ | awk '{print $2 &quot; &quot; $12}' | plot

echo &quot;TS vs. TEMP&quot;
awk '{print $2 &quot; &quot; $13}' /tmp/…</description>
    </item>
    <item rdf:about="https://norma.mbg.duth.gr/index.php?id=programs:programs&amp;rev=1236777592&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-03-11T15:19:52+02:00</dc:date>
        <title>programs:programs</title>
        <link>https://norma.mbg.duth.gr/index.php?id=programs:programs&amp;rev=1236777592&amp;do=diff</link>
        <description>Programs


These are mostly quick-and-dirty hacks to get a very specific job done. Examine and/or use them at your own risk.




 Program name and link  Short description  plot       A very simple (but very portable) plotting program in C  plotnamd   A short tcsh script to plot selected columns from a NAMD log file  grid       Read two columns of data and grid them  carma64    A 64-bit version of carma optimised for norma</description>
    </item>
</rdf:RDF>
