Lines Matching +full:- +full:- +full:all
2 # the Lawrence Livermore National Laboratory. LLNL-CODE-734707. All Rights
6 # libraries and APIs for efficient high-order finite element and spectral
10 # The CEED research is supported by the Exascale Computing Project (17-SC-20-SC)
21 ifeq (,$(filter-out undefined default,$(origin CC)))
24 ifeq (,$(filter-out undefined default,$(origin FC)))
33 CEED_FLAGS ?= -I$(CEED_DIR)/include
34 CEED_LIBS ?= -Wl,-rpath,$(CEED_DIR)/lib -L$(CEED_DIR)/lib -lceed
36 .PHONY: all bps clean
38 all: bps target
41 FC=$(FC) CC=$(CC) MPI=$(MPI) NEK5K_DIR=$(NEK5K_DIR) CEED_DIR=$(CEED_DIR) && ./nek-examples.sh -m
44 NEK5K_DIR=$(NEK5K_DIR) && ./nek-examples.sh -clean