2 years ago
#66383
Bill maher
Storing the output(cout) of a program in a text file using SLURM
sbatch -o ${WORKDIR}/logs/submit_${RUN}.out -e ${WORKDIR}/logs/submit_${RUN}.err -p normal --job-name Rivet_${RUN} --export WORKDIR,RUN,JO,DATASET run_rivet_onnode.sh
How do I tell slurm that store the output(cout) of my c++ program in .txt file in a directory of my choice
c++
slurm
sbatch
0 Answers
Your Answer