Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
physics_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
physics_benchmarks
Merge requests
!65
Draft: Resolve "Job Failed #196959 due to missing util.h"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Resolve "Job Failed #196959 due to missing util.h"
20-job-failed-196959-due-to-missing-util-h
into
master
Overview
0
Commits
2
Pipelines
0
Changes
2
Closed
Wouter Deconinck
requested to merge
20-job-failed-196959-due-to-missing-util-h
into
master
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
Closes
#20 (closed)
0
0
Merge request reports
Compare
master
version 1
60352ef1
3 years ago
master (base)
and
latest version
latest version
2a29fe93
2 commits,
3 years ago
version 1
60352ef1
1 commit,
3 years ago
2 files
+
2
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
benchmarks/dvmp/analysis/dvmp.h
+
1
−
1
Options
#ifndef DVMP_H
#ifndef DVMP_H
#define DVMP_H
#define DVMP_H
#include
<util.h>
#include
<
common_bench/
util.h>
#include
<algorithm>
#include
<algorithm>
#include
<cmath>
#include
<cmath>
Loading