Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108337608
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
Tue, Apr 15, 22:46
Size
666 B
Mime Type
text/x-makefile
Expires
Thu, Apr 17, 22:46 (2 d)
Engine
blob
Format
Raw Data
Handle
25545186
Attached To
R11986 miniapp_gbs_gradients
Makefile
View Options
EXEC=gbs_gradients # Excutable name
# on izar
#
FC=gfortran # GNU Fortran compiler
#FC=nvfortran # NVHPC Fortran compiler
#FC=ftn # cray CCE compiler
#
FLAGS= -O3 -fopenmp -foffload=-lgfortran -lm -foffload="-lm" # options for OpenMP with GNU
#FLAGS= -O3 -static-nvidia -mp=gpu -gpu=cc70 # options for openMP with NVHPC
#FLAGS=-acc -gpu=cc70 # options for openACC with NVHPC
#FLAGS= -homp -e Z # cray CCE compiler
#
all: $(EXEC)
gbs_gradients: test_gbs_gradients.F90 gradients_mod.F90 space_grid_mod.F90 prec_const_mod.F90
$(FC) $(FLAGS) prec_const_mod.F90 space_grid_mod.F90 gradients_mod.F90 test_gbs_gradients.F90 -o $(EXEC)
clean:
rm -f $(EXEC) *.mod *.o *~
Event Timeline
Log In to Comment