Hi Guys When we submit one slurm job on the login node, job use env of login node on compute nodes, so we add #SBATCH export=None in the job file, then the job will use the env of compute node.
We want to get the real-time output in the job out file, so we use this command to submit job file: stdbuf -o0 -e0 sbatch test.slurm. But real-time output will not work if we add #SBATCH export=None in the job file. Thanks.
