Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
pi
Commits
3b268fa4
Commit
3b268fa4
authored
Jun 21, 2019
by
Neil Gershenfeld
Browse files
wip
parent
352e86db
Pipeline
#3766
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
OpenMP/mppi.c
View file @
3b268fa4
...
...
@@ -11,11 +11,9 @@
#define NPTS 1000000000
double
pi
;
void
main
()
{
int
i
;
double
a
,
b
,
c
,
dt
,
mflops
;
double
a
,
b
,
c
,
pi
,
dt
,
mflops
;
struct
timespec
tstart
,
tend
;
clock_gettime
(
CLOCK_REALTIME
,
&
tstart
);
a
=
0
.
5
;
...
...
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