Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117740937
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
Sun, Jun 15, 16:20
Size
288 B
Mime Type
text/x-makefile
Expires
Tue, Jun 17, 16:20 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26787319
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