Closed GoogleCodeExporter closed 9 years ago
I should update the README file in order to clarify this point. In the newest
version is not necessary to execute jModelTest from its directory. The error
you are getting is for writing the html log files but the console output should
be OK. If not, please let me know.
You can either disable logging or change the log directory to any other with
permissions in $JMODELTEST_HOME/conf/jmodeltest.conf.
However, for the next release I'm going to add new arguments in order to set
the logging path and redirect the console output.
Original comment by DiegoDL84
on 20 Feb 2013 at 6:52
This option was added for the next release 2.1.3. Check software updates:
http://code.google.com/p/jmodeltest2/wiki/Updates
Original comment by DiegoDL84
on 6 Mar 2013 at 12:14
Original comment by DiegoDL84
on 6 Mar 2013 at 12:14
The latest version of jmodeltest2 doesn't allow a user to run more than one job
on the same machine, because the path for logs is still hardcoded. An ordinary
user (assuming the code was installed by root for a pool of users sharing the
same machine) cannot change the contents of
$JMODELTEST_HOME/conf/jmodeltest.conf; even if he could we couldn't allow it
since another user (or the same) may already be using the code. This path
OUGHT to be set through a command line argument, just like -o ; it is the
simplest, most portable, and best solution to this problem that is stopping
many of our users from using the code in a shared system at the moment. We are
forced to direct them to various machines so that only one instance of the code
runs on any single machine at any time. A lot of computing power and
flexibility is wasted.
Original comment by jacques....@calculquebec.ca
on 24 Feb 2014 at 6:46
Original issue reported on code.google.com by
francois...@calculquebec.ca
on 13 Feb 2013 at 8:19