<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to FAQ_running</title><link>https://sourceforge.net/p/ermod/wiki/FAQ_running/</link><description>Recent changes to FAQ_running</description><atom:link href="https://sourceforge.net/p/ermod/wiki/FAQ_running/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 11 Apr 2024 04:31:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ermod/wiki/FAQ_running/feed" rel="self" type="application/rss+xml"/><item><title>FAQ_running modified by Shun Sakuraba</title><link>https://sourceforge.net/p/ermod/wiki/FAQ_running/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -1,4 +1,4 @@
-Frequently asked questions at running the &lt;tt&gt;ermod&lt;/tt&gt; program
+Frequently asked questions at running the &lt;tt&gt;erdst&lt;/tt&gt; program
 ====

 ###Program fails to run with an error message: "Error: cannot find plugin paths, please set ERMOD_PLUGINS environment variable"###
@@ -71,6 +71,8 @@

 ###Ermod cannot read HISTORY file if it is linked to another symbolic link###

+In version 1.0, this bug should have been fixed. If you encounter this bug please report to devs (at ermod-users mailing list or directly mail us).
+
 If the &lt;tt&gt;HISTORY&lt;/tt&gt; file is symlinked to ../otherdir/foo and ../otherdir/foo is further symlinked to foo2, then the program searches for foo2 in the current directory instead of ../otherdir.
 This is a feature of VMD plugin-based file I/O and cannot be fixed at the moment.
 A current workaround is to link the target with the *absolute* path.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shun Sakuraba</dc:creator><pubDate>Thu, 11 Apr 2024 04:31:03 -0000</pubDate><guid>https://sourceforge.net9ed783beb67c5f292d3e9c2b2748376eb0dc23be</guid></item><item><title>FAQ_running modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/FAQ_running/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -79,4 +79,4 @@

 The extension of the trajectory file must match ".nc" for ERmod to recognize the file as the netCDF format. Rename the trajectory file to have .nc extension.

-In version 0.3, development version, user can use "ERMOD_FORCE_PLUGIN_TYPE" environment variable to force the plugin type. For example, in sh/bash/zsh, "export ERMOD_FORCE_PLUGIN_TYPE=nc" forces ERmod to use netCDF plugin to read ALL trajectories. 
+In version 0.3, user can use "ERMOD_FORCE_PLUGIN_TYPE" environment variable to force the plugin type. For example, in sh/bash/zsh, "export ERMOD_FORCE_PLUGIN_TYPE=nc" forces ERmod to use netCDF plugin to read ALL trajectories. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Fri, 24 Jul 2015 09:02:10 -0000</pubDate><guid>https://sourceforge.net63fbbb5f92bdfaef7a9df2e96e3ebc67449d162b</guid></item><item><title>FAQ_running modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/FAQ_running/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -40,7 +40,7 @@
 The energy should be chosen so that it is small enough.
 A general guideline is that for an ion of total charge of +/-1, &lt;tt&gt;--minenergy -80&lt;/tt&gt; will be a good starting point.
 When the charge is +/-2, &lt;tt&gt;--minenergy -120&lt;/tt&gt; will be a good starting point.
-For an ion with extreme charge, user should use the &lt;tt&gt;EcdInfo&lt;/tt&gt; file (see the &lt;tt&gt;EcdInfo&lt;/tt&gt; section of [Parameter files for ermod (ver 0.2)](parameters-ermod02) or [Parameter files for ermod (ver 0.3)](parameters-ermod03).
+For an ion with extreme charge, user should use the &lt;tt&gt;EcdInfo&lt;/tt&gt; file (see the &lt;tt&gt;EcdInfo&lt;/tt&gt; section of [Parameter files for ermod](parameters-ermod03).

 User **must** specify the same *energy* meshes for **both** `soln` and `refs` parts.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Fri, 08 May 2015 05:53:12 -0000</pubDate><guid>https://sourceforge.netb48e8138b8c81cbfb97d1b49d301a44e3cd3e8d4</guid></item><item><title>FAQ_running modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/FAQ_running/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -15,14 +15,14 @@

 ~~~~
 ::::sh
-export ERMOD_PLUGINS=(/path/to/ermod-source)/vmdplugins/libexec
+export ERMOD_PLUGINS=(path to the ERmod source-code directory)/vmdplugins/libexec
 ~~~~

 If you are using csh or tcsh,

 ~~~~
 ::::csh
-setenv ERMOD_PLUGINS (/path/to/ermod-source)/vmdplugins/libexec
+setenv ERMOD_PLUGINS (path to the ERmod source-code directory)/vmdplugins/libexec
 ~~~~

 The command should be executed every time before you execute &lt;tt&gt;ermod&lt;/tt&gt;.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Thu, 07 Aug 2014 03:18:28 -0000</pubDate><guid>https://sourceforge.net5feb08fb14644db54bf0c56cbc0671f443ccc2e3</guid></item><item><title>FAQ_running modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/FAQ_running/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -40,7 +40,7 @@
 The energy should be chosen so that it is small enough.
 A general guideline is that for an ion of total charge of +/-1, &lt;tt&gt;--minenergy -80&lt;/tt&gt; will be a good starting point.
 When the charge is +/-2, &lt;tt&gt;--minenergy -120&lt;/tt&gt; will be a good starting point.
-For an ion with extreme charge, user should use the &lt;tt&gt;EcdInfo&lt;/tt&gt; file (see the &lt;tt&gt;EcdInfo&lt;/tt&gt; section of [Parameters for ermod](parameters-ermod)).
+For an ion with extreme charge, user should use the &lt;tt&gt;EcdInfo&lt;/tt&gt; file (see the &lt;tt&gt;EcdInfo&lt;/tt&gt; section of [Parameter files for ermod (ver 0.2)](parameters-ermod02) or [Parameter files for ermod (ver 0.3)](parameters-ermod03).

 User **must** specify the same *energy* meshes for **both** `soln` and `refs` parts.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Thu, 31 Oct 2013 01:33:16 -0000</pubDate><guid>https://sourceforge.net2ec14c497243948b5ba6a87e6a6f83d950a86974</guid></item><item><title>FAQ_running modified by Shun Sakuraba</title><link>https://sourceforge.net/p/ermod/wiki/FAQ_running/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -80,5 +80,3 @@
 The extension of the trajectory file must match ".nc" for ERmod to recognize the file as the netCDF format. Rename the trajectory file to have .nc extension.

 In version 0.3, development version, user can use "ERMOD_FORCE_PLUGIN_TYPE" environment variable to force the plugin type. For example, in sh/bash/zsh, "export ERMOD_FORCE_PLUGIN_TYPE=nc" forces ERmod to use netCDF plugin to read ALL trajectories. 
-
-[1] http://www.ks.uiuc.edu/Development/MDTools/catdcd/
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shun Sakuraba</dc:creator><pubDate>Sun, 02 Jun 2013 10:09:03 -0000</pubDate><guid>https://sourceforge.netbdbc13c6cb1e7ed3b0ff5a9b50ddb2d511abc4eb</guid></item><item><title>FAQ_running modified by Shun Sakuraba</title><link>https://sourceforge.net/p/ermod/wiki/FAQ_running/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -74,3 +74,11 @@
 If the &lt;tt&gt;HISTORY&lt;/tt&gt; file is symlinked to ../otherdir/foo and ../otherdir/foo is further symlinked to foo2, then the program searches for foo2 in the current directory instead of ../otherdir.
 This is a feature of VMD plugin-based file I/O and cannot be fixed at the moment.
 A current workaround is to link the target with the *absolute* path.
+
+###ERmod cannot read netCDF trejectory.###
+
+The extension of the trajectory file must match ".nc" for ERmod to recognize the file as the netCDF format. Rename the trajectory file to have .nc extension.
+
+In version 0.3, development version, user can use "ERMOD_FORCE_PLUGIN_TYPE" environment variable to force the plugin type. For example, in sh/bash/zsh, "export ERMOD_FORCE_PLUGIN_TYPE=nc" forces ERmod to use netCDF plugin to read ALL trajectories. 
+
+[1] http://www.ks.uiuc.edu/Development/MDTools/catdcd/
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shun Sakuraba</dc:creator><pubDate>Sun, 02 Jun 2013 10:08:36 -0000</pubDate><guid>https://sourceforge.net9bbca52e2dd7fbd6bd20cda3302e83725666e895</guid></item><item><title>WikiPage FAQ_running modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/FAQ_running/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -71,6 +71,6 @@
 
 ###Ermod cannot read HISTORY file if it is linked to another symbolic link###
 
-If the &lt;tt&gt;HISTORY&lt;/tt&gt; file is symlinked to ../otherdir/foo and ../otherdir/foo is further symlinked to foo2, then program searches for foo2 in the current directory instead of ../otherdir.
+If the &lt;tt&gt;HISTORY&lt;/tt&gt; file is symlinked to ../otherdir/foo and ../otherdir/foo is further symlinked to foo2, then the program searches for foo2 in the current directory instead of ../otherdir.
 This is a feature of VMD plugin-based file I/O and cannot be fixed at the moment.
 A current workaround is to link the target with the *absolute* path.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Wed, 02 May 2012 15:21:55 -0000</pubDate><guid>https://sourceforge.net879a32fc92630b038092a4e2822036b310aad218</guid></item><item><title>WikiPage FAQ_running modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/FAQ_running/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -73,4 +73,4 @@
 
 If the &lt;tt&gt;HISTORY&lt;/tt&gt; file is symlinked to ../otherdir/foo and ../otherdir/foo is further symlinked to foo2, then program searches for foo2 in the current directory instead of ../otherdir.
 This is a feature of VMD plugin-based file I/O and cannot be fixed at the moment.
-A current work-around is to link the target with the *absolute* path.
+A current workaround is to link the target with the *absolute* path.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Wed, 02 May 2012 15:09:01 -0000</pubDate><guid>https://sourceforge.net560225898b24512094594b6777c8d73f7d577f44</guid></item><item><title>WikiPage FAQ_running modified by Nobuyuki MATUBAYASI</title><link>https://sourceforge.net/p/ermod/wiki/FAQ_running/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -71,5 +71,6 @@
 
 ###Ermod cannot read HISTORY file if it is linked to another symbolic link###
 
+If the &lt;tt&gt;HISTORY&lt;/tt&gt; file is symlinked to ../otherdir/foo and ../otherdir/foo is further symlinked to foo2, then program searches for foo2 in the current directory instead of ../otherdir.
 This is a feature of VMD plugin-based file I/O and cannot be fixed at the moment.
 A current work-around is to link the target with the *absolute* path.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nobuyuki MATUBAYASI</dc:creator><pubDate>Wed, 02 May 2012 12:13:57 -0000</pubDate><guid>https://sourceforge.net7fd0f486949b6ca2beb52779c2d73ed314633e1b</guid></item></channel></rss>