Skip to content
Snippets Groups Projects
Commit 05a50954 authored by Saisri Vegesna's avatar Saisri Vegesna
Browse files

Add new file

parent daa81461
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
directoryToUse="/data/user/$USER/"
sacct -P -u $USER --starttime=2019-01-01 --format user,start,jobid,jobname,state,partition,maxrss,reqmem,reqcpus,node,nnodes,elapsed >> "$directoryToUse"userusage.txt
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment