Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
monitoring
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pika
monitoring
Commits
cdfb4a60
Commit
cdfb4a60
authored
Feb 24, 2020
by
Robert Dietrich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added resetting of Likwid metrics to epilog
parent
b1f75b82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
job_control/slurm/taurus/epilog.sh
job_control/slurm/taurus/epilog.sh
+5
-0
No files found.
job_control/slurm/taurus/epilog.sh
View file @
cdfb4a60
...
...
@@ -33,6 +33,11 @@ PIKA_HOSTNAME=$(hostname | cut -d. -f1)
# update job metadata
source
${
PIKA_ROOT
}
/job_control/slurm/taurus/pika_update_metadata_epilog_include.sh
>>
$DEBUG_PATH
2>&1
# Reset counters for exclusive jobs AND monitoring enabled
if
[
$PIKA_MONITORING
-eq
1
]
&&
[
$PIKA_JOB_EXCLUSIVE
-eq
1
]
;
then
echo
"PUTNOTIF severity=okay time=
$(
date
+%s
)
plugin=likwid message=rstCtrs"
| nc
-U
${
PIKA_COLLECTD_SOCKET
}
fi
# cleanup local data
rm
-f
${
BATCHSYSTEM_ENV_FILE
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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