- [b]How can I track the progress / read the output file of an ongoing calculation in GAMESS-LIBCCHEM from NVIDIA? [/b]
The steps I have followed are in:
- https://www.nvidia.com/en-us/data-center/gpu-accelerated-applications/gamess/
In there, there is a command line:
<i>nvidia-docker run -v $(pwd):/results --rm nvcr.io/hpc/gamess:17.09-r2-libcchem -c "cd /workspace/examples && rungms cc-h2co.inp"</i>
But, that command line print an output file only when the calculation has finished.
I want to read the output while the calculation is running and I do not know how.
I am running it on my laptop: i7 + geforce 940m + 12 gb of ram