Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122420086
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, Jul 17, 18:49
Size
223 B
Mime Type
text/x-makefile
Expires
Sat, Jul 19, 18:49 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27482365
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