Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CNMS
CNMS_Computing_Resources
Commits
db6e63e7
Commit
db6e63e7
authored
Feb 27, 2017
by
Doak, Peter W
Browse files
Better comments for yaml file
parent
1ddeb8d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
utility/watch_server/watch_espresso.yaml
View file @
db6e63e7
log_name
:
out
log_name
:
out
#name of your outfile for this code
dropoff
:
20
#minutes since last status change to no longer find log
host
:
128.219.185.137
port
:
8086
root_dir
:
/your/calculation/root/dir
user_name
:
your id
host
:
128.219.185.137
#influxdb host
port
:
8086
#influxdb port
root_dir
:
/your/calculation/root/dir
#top of your calculation tree
user_name
:
your id
#your user id
job_prefix
:
'
espresso'
#generally the code
job_suffix
:
'
condo'
#generally the server
influx
:
True
start
:
'
PWSCF.*starts'
init
:
'
tcpu'
:
0
header
:
'
Parallel
version
(MPI),
running
on
640
processors
'
:
[[
6
,
'
nproc'
]]
influx
:
True
#we're using influxdb here
start
:
'
PWSCF.*starts'
#what to match to now a calculation is starting
init
:
#measurements that want a first tick
'
tcpu'
:
0
#startup tick value for tcpu
header
:
#these are header matches, we expect them once per run
'
Parallel
version
(MPI),
running
on'
:
[[
6
,
'
nproc'
]]
'
K-points.*npool'
:
[[
5
,
'
kpar'
]]
'
number
of
k
points'
:
[[
5
,
'
kpoints'
]]
'
number
of
atoms/cell'
:
[[
5
,
'
natoms'
]]
'
number
of
Kohn-Sham
states'
:
[[
5
,
'
nstates'
]]
parse
:
parse
:
#these are recurring measurments
# regex: column, tick_name
'
total
cpu
time
spent'
:
[[
9
,
'
tcpu'
]]
'
total
energy'
:
[[
4
,
'
toten'
]]
'
estimated'
:
[[
5
,
'
eacc'
]]
'
Total
force'
:
[[
4
,
'
tforce'
]]
finish
:
finish
:
#this is matched when the job finishes neatly
-
'
JOB
DONE'
idle_count
:
30
find_sleep
:
60
idle_count
:
30
#how many times a log can be idle before it is dropped
find_sleep
:
60
#time between idle checks.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment