Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91738338
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Nov 14, 00:06
Size
401 B
Mime Type
text/x-makefile
Expires
Sat, Nov 16, 00:06 (2 d)
Engine
blob
Format
Raw Data
Handle
22316874
Attached To
R1448 Lenstool-HPC
Makefile
View Options
#
# author: gilles.fourestey@epfl.ch
#
SHELL:=/bin/bash
arch = intel
prec = double
#all: precision compile
all: compile
compile:
#@make -f Makefile.$(arch)
if which nvcc > /dev/null; then \
echo "nvcc detected, compiling the GPU lib"; \
make --silent -f Makefile.GPU.$(arch); \
else \
echo "no nvcc compiler detected"; \
fi
clean:
make -f Makefile.GPU.$(arch) clean
Event Timeline
Log In to Comment