Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plumed AlphaFold
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Martin Kurečka
Plumed AlphaFold
Commits
9e9d7d6b
There was an error fetching the commit references. Please try again later.
Commit
9e9d7d6b
authored
5 years ago
by
carlocamilloni
Browse files
Options
Downloads
Patches
Plain Diff
enabled fftw by default
[valgrind]
parent
2cb65b4c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure
+2
-2
2 additions, 2 deletions
configure
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
with
3 additions
and
3 deletions
configure
+
2
−
2
View file @
9e9d7d6b
...
...
@@ -1436,7 +1436,7 @@ Optional Features:
--enable-boost_serialization
enable search for boost serialization, default: no
--enable-asmjit enable search for asmjit, default: no
--enable-fftw enable search for fftw, default:
no
--enable-fftw enable search for fftw, default:
yes
--enable-python enable search for python, default: yes
--enable-af_ocl enable arrayfire_opencl, default: search for
arrayfire
...
...
@@ -3170,7 +3170,7 @@ if test "${enable_fftw+set}" = set; then :
(
*
)
as_fn_error
$?
"wrong argument to --enable-fftw"
"
$LINENO
"
5
;;
esac
else
case
"
no
"
in
case
"
yes
"
in
(
yes
)
fftw
=
true
;;
(
no
)
fftw
=
false
;;
esac
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
9e9d7d6b
...
...
@@ -262,7 +262,7 @@ PLUMED_CONFIG_ENABLE([xdrfile],[search for xdrfile],[yes])
PLUMED_CONFIG_ENABLE([boost_graph],[search for boost graph],[no])
PLUMED_CONFIG_ENABLE([boost_serialization],[search for boost serialization],[no])
PLUMED_CONFIG_ENABLE([asmjit],[search for asmjit],[no])
PLUMED_CONFIG_ENABLE([fftw],[search for fftw],[
no
])
PLUMED_CONFIG_ENABLE([fftw],[search for fftw],[
yes
])
PLUMED_CONFIG_ENABLE([python],[search for python],[yes])
PLUMED_CONFIG_ENABLE([af_ocl],[arrayfire_opencl],[search for arrayfire],[no])
PLUMED_CONFIG_ENABLE([af_cuda],[arrayfire_cuda],[search for arrayfire],[no])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment