Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117369196
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
Fri, Jun 13, 07:53
Size
307 B
Mime Type
text/x-makefile
Expires
Sun, Jun 15, 07:53 (2 d)
Engine
blob
Format
Raw Data
Handle
26706695
Attached To
R11341 Introduction to CUDA
Makefile
View Options
F90=nvfortran
F90FLAGS=-Mcuda
all: saxpy_cuda_256elements.x
saxpy_cuda_256elements.x: saxpy_cuda_256elements.o
$(F90) $(F90FLAGS) saxpy_cuda_256elements.o -o $@
saxpy_cuda_256elements.o: saxpy_cuda_256elements.F90
$(F90) $(F90FLAGS) -c saxpy_cuda_256elements.F90 -o $@
clean:
rm *.x *.o
Event Timeline
Log In to Comment