Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107410904
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
Mon, Apr 7, 23:02
Size
288 B
Mime Type
text/x-makefile
Expires
Wed, Apr 9, 23:02 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25413309
Attached To
R11341 Introduction to CUDA
Makefile
View Options
F90=nvfortran
F90FLAGS=-cuda
.PHONY: clean distclean
all: hello_world_cpu.x hello_world_cuda.x mem_alloc.x
hello_world_cuda.x: hello_world_cuda.f90
hello_world_cpu.x: hello_world_cpu.f90
mem_alloc.x: mem_alloc.f90
%.x: %.f90
$(F90) $(F90FLAGS) $< -o $@
clean:
rm -f *.o *.mod *.x
Event Timeline
Log In to Comment