<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs">
    <title>gmane.comp.gnu.mcsim.bugs</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8310"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8309"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8308"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8307"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8306"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8305"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8304"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8303"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8302"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8310">
    <title>Rép. : mcsim make check error</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8310</link>
    <description>&lt;pre&gt;Dear Sushil,

There is a problem with that check in particular and I did not find time to fix it. At this point you should bypass the
"make check" step and run the example by hand (you can manually compare the output with the reference files).
There might be some small rounding differences.
Honestly, as long as the programs compile OK (and you went up to compile the mcsim.perc step) I have never found a problem afterward (well, there might still be some bugs lingering, but the core code is pretty stable, the new additions - SBML, R compatibility - are more "beta" in a sense).

Frederic Bois
 

Hi mcsim,

    I am installing mcsim on my mac and I got the following error when I try to 'make check'.
    I dint get any output file called sim.out. Please help me with this error.

Thanks,
Sushil.


sh-3.2# make check
Making check in mod
make[1]: Nothing to be done for `check'.
Making check in sim
make[1]: Nothing to be done for `check'.
Making check in doc
make[1]: Nothing to be done for `check'.
make  check-TESTS&lt;/pre&gt;</description>
    <dc:creator>Frederic BOIS</dc:creator>
    <dc:date>2012-03-05T08:33:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8309">
    <title>mcsim make check error</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8309</link>
    <description>&lt;pre&gt;Hi mcsim,

    I am installing mcsim on my mac and I got the following error when I try to 'make check'.
    I dint get any output file called sim.out. Please help me with this error.

Thanks,
Sushil.


sh-3.2# make check
Making check in mod
make[1]: Nothing to be done for `check'.
Making check in sim
make[1]: Nothing to be done for `check'.
Making check in doc
make[1]: Nothing to be done for `check'.
make  check-TESTS

Testing directory is ./samples/perc

Testing mod on perc.model
-PASSED-

Testing makemcsim on perc.model
Compiling mcsim.perc...
-PASSED-

Testing Lsodes with perc.lsodes.in ...
./samples/perc/Makefile.in: line 44: mcsim.perc: command not found
-FAILED-

Please check that file samples/perc/sim.out contains reasonable output

FAIL: samples/perc/Makefile.in
==================================
1 of 1 test failed
Please report to bug-mcsim&amp;lt; at &amp;gt;gnu.org
==================================
make[2]: *** [check-TESTS] Error 1
make[1]: *** [check-am] Error 2
make: *** [check-recursive] Error 1

&lt;/pre&gt;</description>
    <dc:creator>Amirisetty, Sushil</dc:creator>
    <dc:date>2012-03-02T20:16:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8308">
    <title>GNU MCSim and R</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8308</link>
    <description>&lt;pre&gt;The latest version (available from savannah) of the model generator 
"mod" can now generate C code directly usable with the R package 
deSolve. Simply use the "-R" option for that. You just need to have R 
and its deSolve package installed...

Frederic Bois






&lt;/pre&gt;</description>
    <dc:creator>Frederic Bois</dc:creator>
    <dc:date>2012-02-22T08:43:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8307">
    <title>fixed an SBML model processing bug in modiSBML2.c</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8307</link>
    <description>&lt;pre&gt;Inline statements in templates were ill processed (e.g. blank spaces 
were removed) when coupled to an SBML model.
That is now fixed. Inline () statements are transcribed "as is".
The latest version of the file is available on
http://cvs.savannah.gnu.org/viewvc/mcsim/mod/?root=mcsim

F. Bois







&lt;/pre&gt;</description>
    <dc:creator>Frederic Bois</dc:creator>
    <dc:date>2012-01-22T14:21:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8306">
    <title>fixed a printing bug in mh.c</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8306</link>
    <description>&lt;pre&gt;When printing a fit check after MCMC simulations, the model prediction 
and data values were printed wrong
and mismatched if the Print and Data statements did follow the same 
order in the simulation input file. That did not affect
the results of MCMC simulations at all, but would eventually mess up the 
fit check.
That is now fixed (the latest version of the file is available on

http://cvs.savannah.gnu.org/viewvc/mcsim/sim/?root=mcsim)

F. Bois







&lt;/pre&gt;</description>
    <dc:creator>Frederic Bois</dc:creator>
    <dc:date>2012-01-22T10:12:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8305">
    <title>fixed a small bug in mh.c</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8305</link>
    <description>&lt;pre&gt;A stray line code at the end of mh.c caused a systematic crash when  
exiting MCMC simulations. That is now fixed (the latest version of the  
file is available on
http://cvs.savannah.gnu.org/viewvc/mcsim/sim/?root=mcsim)

F. Bois




&lt;/pre&gt;</description>
    <dc:creator>Frederic Bois</dc:creator>
    <dc:date>2011-11-11T12:27:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8304">
    <title>GNU MCSim version 5.4.0 is available</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8304</link>
    <description>&lt;pre&gt;Check the http://www.gnu.org/software/mcsim/ to access it.
It is now under FSF GPL v3

Frederic Bois





&lt;/pre&gt;</description>
    <dc:creator>Frederic Bois</dc:creator>
    <dc:date>2011-01-18T22:25:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8303">
    <title>MCSim mod improvements</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8303</link>
    <description>&lt;pre&gt;The latest "mod" code on 
http://cvs.savannah.gnu.org/viewvc/mcsim/mcsim/mod/ fixes a bug in SBML 
processing. You can also specify the name of the default (external) 
compartment in SBML files.
If you want to read in SBML files, we strongly recommend that you 
install libSBML prior to compiling mod (compilation with _HAS_SBML_LIB 
defined). SBML parsing without libSBML will not be maintained.
A new distribution should come out soon.

Frederic Bois



&lt;/pre&gt;</description>
    <dc:creator>Frederic Bois</dc:creator>
    <dc:date>2011-01-15T17:05:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8302">
    <title>SBML parsing with PK template: Bug fixed</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.mcsim.bugs/8302</link>
    <description>&lt;pre&gt;A bug preventing the proper merging of SBML files with a transport 
equations template has been fixed.
It occurred when using libSBML code. The native code, used if libSBML 
was not installed, did not suffer from it.

Frederic Bois.


&lt;/pre&gt;</description>
    <dc:creator>Frederic Bois</dc:creator>
    <dc:date>2011-01-15T16:59:28</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.gnu.mcsim.bugs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gnu.mcsim.bugs</link>
  </textinput>
</rdf:RDF>

