Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QuickSched
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
SWIFT
QuickSched
Commits
af712f4e
Commit
af712f4e
authored
9 years ago
by
d74ksy
Browse files
Options
Downloads
Patches
Plain Diff
Added a new MPI and cblas version to do checking
parent
36cf45a2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/Makefile.am
+7
-2
7 additions, 2 deletions
examples/Makefile.am
with
7 additions
and
2 deletions
examples/Makefile.am
+
7
−
2
View file @
af712f4e
...
...
@@ -31,7 +31,7 @@ MPI_LIBS = $(METIS_LIBS) $(MPI_THREAD_LIBS)
# Set-up the library
bin_PROGRAMS
=
test
test_bh test_bh_sorted test_fmm_sorted test_bh_mpi test_qr_mpi
if
HAVECBLAS
bin_PROGRAMS
+=
test_qr
bin_PROGRAMS
+=
test_qr
test_qr_mpi_cblas
endif
# Sources for test
...
...
@@ -42,7 +42,7 @@ test_LDADD = ../src/.libs/libquicksched.a
# Sources for test_qr
test_qr_SOURCES
=
test_qr.c
test_qr_CFLAGS
=
$(
AM_CFLAGS
)
test_qr_LDADD
=
../src/.libs/libquicksched.a
-llapacke
-llapacke
-lblas
test_qr_LDADD
=
../src/.libs/libquicksched.a
-llapacke
-llapacke
-lblas
-lcblas
# Sources for test_bh
test_bh_SOURCES
=
test_bh.c
...
...
@@ -68,3 +68,8 @@ test_qr_mpi_SOURCES = test_qr_mpi.c
test_qr_mpi_CFLAGS
=
$(
AM_CFLAGS
)
-DWITH_MPI
test_qr_mpi_LDADD
=
../src/.libs/libquickschedMPI.a
$(
METIS_LIBS
)
test_qr_mpi_LDFLAGS
=
$(
MPI_THREAD_LIBS
)
test_qr_mpi_cblas_SOURCES
=
test_qr_mpi.c
test_qr_mpi_cblas_CFLAGS
=
$(
AM_CFLAGS
)
-DWITH_MPI
-DWITH_CBLAS
test_qr_mpi_cblas_LDADD
=
../src/.libs/libquickschedMPI.a
$(
METIS_LIBS
)
-llapacke
-llapacke
-lblas
-lcblas
test_qr_mpi_cblas_LDFLAGS
=
$(
MPI_THREAD_LIBS
)
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