Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95675219
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
Wed, Dec 18, 06:43
Size
223 B
Mime Type
text/x-makefile
Expires
Fri, Dec 20, 06:43 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23038807
Attached To
R11341 Introduction to CUDA
Makefile
View Options
F90=nvfortran
F90FLAGS=-Mcuda
all: saxpy_cuda.x
saxpy_cuda.x: saxpy_cuda.o
$(F90) $(F90FLAGS) saxpy_cuda.o -o $@
saxpy_cuda.o: saxpy_cuda.F90
$(F90) $(F90FLAGS) -c saxpy_cuda.F90 -o $@
clean:
rm *.x *.o
Event Timeline
Log In to Comment