Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104824310
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
Wed, Mar 12, 17:02
Size
364 B
Mime Type
text/x-makefile
Expires
Fri, Mar 14, 17:02 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24860917
Attached To
R12662 PHPC-graded_hw_1
Makefile
View Options
CXX=mpicxx
CC=mpicxx
OPTIM=-O0
DEBUG=-g
LD=${CXX}
CXXFLAGS+= $(DEBUG) -Wall -Wextra -Werror -pedantic -std=c++11 -I${OPENBLAS_ROOT}/include $(OPTIM)
LDFLAGS+= -lm -L${OPENBLAS_ROOT}/lib -lopenblas
OBJS=mmio.o cg_main.o cg.o matrix.o matrix_coo.o
all: cgsolver
cgsolver: $(OBJS)
$(LD) -o $@ $(OBJS) $(LDFLAGS)
mmio_test: mmio.o
clean:
rm -f cgsolver *.o *~
Event Timeline
Log In to Comment