Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
8e8860a9
Commit
8e8860a9
authored
Dec 03, 2021
by
Andreas Marek
Browse files
Update test-projects
parent
b6bae027
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test_project_1stage/configure.ac
View file @
8e8860a9
...
...
@@ -68,9 +68,9 @@ AC_ARG_WITH([openmp],
if test x"${with_openmp}" = x"yes"; then
AC_DEFINE([WITH_OPENMP_TRADITIONAL], [1], [use OpenMP threading])
AX_ELPA_OPENMP
elpa="elpa_openmp
-$elpaversion
"
elpa="elpa_openmp"
else
elpa="elpa
-$elpaversion
"
elpa="elpa"
fi
# Here comes the ELPA specific part
...
...
test_project_2stage/configure.ac
View file @
8e8860a9
...
...
@@ -68,9 +68,9 @@ AC_ARG_WITH([openmp],
if test x"${with_openmp}" = x"yes"; then
AC_DEFINE([WITH_OPENMP_TRADITIONAL], [1], [use OpenMP threading])
AX_ELPA_OPENMP
elpa="elpa_openmp
-$elpaversion
"
elpa="elpa_openmp"
else
elpa="elpa
-$elpaversion
"
elpa="elpa"
fi
# Here comes the ELPA specific part
...
...
test_project_C/configure.ac
View file @
8e8860a9
...
...
@@ -68,9 +68,9 @@ AC_ARG_WITH([openmp],
if test x"${with_openmp}" = x"yes"; then
AC_DEFINE([WITH_OPENMP_TRADITIONAL], [1], [use OpenMP threading])
AX_ELPA_OPENMP
elpa="elpa_openmp
-$elpaversion
"
elpa="elpa_openmp"
else
elpa="elpa
-$elpaversion
"
elpa="elpa"
fi
# Here comes the ELPA specific part
...
...
test_project_C_2stage/configure.ac
View file @
8e8860a9
...
...
@@ -68,9 +68,9 @@ AC_ARG_WITH([openmp],
if test x"${with_openmp}" = x"yes"; then
AC_DEFINE([WITH_OPENMP_TRADITIONAL], [1], [use OpenMP threading])
AX_ELPA_OPENMP
elpa="elpa_openmp
-$elpaversion
"
elpa="elpa_openmp"
else
elpa="elpa
-$elpaversion
"
elpa="elpa"
fi
# Here comes the ELPA specific part
...
...
Write
Preview
Supports
Markdown
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