Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119658565
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
Sat, Jun 28, 08:19
Size
199 B
Mime Type
text/x-makefile
Expires
Mon, Jun 30, 08:19 (2 d)
Engine
blob
Format
Raw Data
Handle
27026919
Attached To
R11341 Introduction to CUDA
Makefile
View Options
F90=nvfortran
F90FLAGS=-cuda
.PHONY: clean distclean
all: hello_world.x
hello_world.x: hello_world.f90
%.x: %.f90
$(F90) $(F90FLAGS) $< -o $@
distclean: clean
rm *.x
clean:
rm -f *.o *.mod
Event Timeline
Log In to Comment