|
I found the option --exitWhenDone in a manual. However, when I try to run it, I get this error: option --exitWhenDone not recognized Is there another way of doing this? |
|
The linux install has a script located in cc3d-3.6.2 called runScript.sh that is required to run CompuCell3D from the command line. I'm not sure how you guys do things in windows, but scripting CompuCell3D in linux is easy. Here is an instance of running an example scripts supplied in /opt/cc3d-3.6.2/examples_PythonTutorial with no GUI on Ubuntu 12.04. sudo sh /opt/cc3d-3.6.2/runScript.sh I have to throw the sudo in there to get it to work right out of the box, but it does. :-> |
|
I am having a similar issue. compucell3d.bat -i "mysimulation" works fine, but attempting to set the output directory like compucell3d.bat -i "mysimulation" -o "outputdir" causes the player to hang because it can't find the output directory. Likewise, the --exitWhenDone option does not work. Have these problems been fixed? The inability to specify a custom output directory is very frustrating and prevents me from automating everything, on a windows machine at least. |
|
Hi Dan,
|