# How can I check the running progress or intermediate output of tasks submitted to the cluster?

**URL:** https://discourse.julialang.org/t/how-can-i-check-the-running-progress-or-intermediate-output-of-tasks-submitted-to-the-cluster/119737
**Category:** General Usage
**Tags:** question, hpc, cluster
**Created:** [September 23, 2024, 9:51am UTC](https://discourse.julialang.org/t/how-can-i-check-the-running-progress-or-intermediate-output-of-tasks-submitted-to-the-cluster/119737 "2024-09-23T09:51:38Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![WuSiren](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/wusiren/32/42529_2.png) [@WuSiren](https://discourse.julialang.org/u/WuSiren)
#### Post date: [September 23, 2024, 9:51am UTC](https://discourse.julialang.org/t/how-can-i-check-the-running-progress-or-intermediate-output-of-tasks-submitted-to-the-cluster/119737/1 "2024-09-23T09:51:38Z")

</div>

My script contains `println` or other codes to output some progress information to monitor the running progress of the script. After submitting it through SLURM, the script starts running. However, during the execution of the code, the `.out` file does not contain any content, and I can only see the intermediate output in the `.out` file after the code has finished running. How can I view progress information during the execution?

---

<div class="post-metadata">

### Author: ![WuSiren](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/wusiren/32/42529_2.png) [@WuSiren](https://discourse.julialang.org/u/WuSiren)
#### Post date: [September 23, 2024, 11:33am UTC](https://discourse.julialang.org/t/how-can-i-check-the-running-progress-or-intermediate-output-of-tasks-submitted-to-the-cluster/119737/2 "2024-09-23T11:33:12Z")

</div>

[Running Julia with slurm, output not being printed until after completion - New to Julia - Julia Programming Language (julialang.org)](https://discourse.julialang.org/t/running-julia-with-slurm-output-not-being-printed-until-after-completion/102728)
