Skip to content

Commit

Permalink
SLURM: Keep record of finished jobs in /var/log/slurm*/slurm-jobs.txt.
Browse files Browse the repository at this point in the history
The default value of `/var/tmp/slurm-jobs.txt` is quite surprising...
  • Loading branch information
riccardomurri committed Mar 2, 2015
1 parent 21930a1 commit 559d39b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ AccountingStoreJobComment=YES
ClusterName=gc3cluster
#DebugFlags=
#JobCompHost=
JobCompLoc=/var/tmp/slurm-jobs.txt
JobCompLoc=/var/log/{{slurm_name}}/slurm-jobs.txt
#JobCompPass=
#JobCompPort=
JobCompType=jobcomp/filetxt
Expand Down

0 comments on commit 559d39b

Please sign in to comment.