Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIBP-Hummer
BioEM
Commits
378fa3f0
Commit
378fa3f0
authored
Apr 12, 2014
by
David Rohr
Browse files
merge with master
parents
65947e3b
9ecded8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
bioem.cpp
View file @
378fa3f0
...
...
@@ -164,9 +164,11 @@ int bioem::configure(int ac, char* av[])
/****************** Precalculating Necessary Stuff *********************/
precalculate
();
param
.
nTotGridAngles
=
4
;
param
.
nTotCTFs
=
4
;
//param.param_device.maxDisplaceCenter = 0;
if
(
getenv
(
"BIOEM_DEBUG_BREAK"
))
{
param
.
nTotGridAngles
=
atoi
(
getenv
(
"BIOEM_DEBUG_BREAK"
));
param
.
nTotCTFs
=
atoi
(
getenv
(
"BIOEM_DEBUG_BREAK"
));
}
deviceInit
();
...
...
@@ -289,7 +291,6 @@ int bioem::run()
printf
(
"Time Comparison %d %d: %f sec (%f GFlops, %f GB/s (cached), %f GB/s)
\n
"
,
iProjectionOut
,
iConv
,
compTime
,
nFlops
/
1000000000.
,
nGBs
/
1000000000.
,
nGBs2
/
1000000000.
);
}
}
//deallocating fftw_complex vector
myfftw_free
(
proj_mapFFT
);
...
...
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