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
starpu
starpu.gitlabpages.inria.fr
Commits
4b082ae9
Commit
4b082ae9
authored
Jul 03, 2018
by
AUMAGE Olivier
Browse files
maj examples sans GPU
parent
f575673b
Changes
2
Hide whitespace changes
Inline
Side-by-side
contents/tutorials/2018-07-ComPAS/files/Makefile
View file @
4b082ae9
...
...
@@ -4,7 +4,7 @@ LDFLAGS += $(shell pkg-config --libs starpu-1.3) -lblas
%.o
:
%.cu
nvcc
$(CFLAGS)
$<
-c
$
vector_scal_task_insert
:
vector_scal_task_insert.o vector_scal_cpu.o vector_scal_cuda.o vector_scal_opencl.o
vector_scal_task_insert
:
vector_scal_task_insert.o vector_scal_cpu.o
#
vector_scal_cuda.o vector_scal_opencl.o
mult
:
mult.c
gemm/sgemm
:
gemm/sgemm.o gemm/common/blas.o
gemm/dgemm
:
gemm/dgemm.o gemm/common/blas.o
...
...
contents/tutorials/2018-07-ComPAS/files/mpi/Makefile
View file @
4b082ae9
CFLAGS
+=
$(
shell
pkg-config
--cflags
starpumpi-1.3
)
LDFLAGS
+=
$(
shell
pkg-config
--libs
starpumpi-1.3
)
LDFLAGS
+=
$(
shell
pkg-config
--libs
starpumpi-1.3
)
-lm
CC
=
mpicc
ring_async_implicit
:
ring_async_implicit.o
...
...
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