Progress of simulations in headless mode

青春壹個敷衍的年華 提交于 2019-12-24 12:36:09

问题


Is there any way to check the progress of simulations in headless mode as opposed to gui? Basic Code:

$ ~/netlogo-5.1.0/netlogo-headless.sh \
--model ~/myproject/MyModel.nlogo \
--experiment MyExperiment \
--table ~/myproject/MyNewOutputData.csv

回答1:


I'd suggest doing tail -f ~/myproject/MyNewOutputData.csv. This will show you a live view of the output file as it is being written to.



来源:https://stackoverflow.com/questions/28457997/progress-of-simulations-in-headless-mode

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!