Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121343310
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
Thu, Jul 10, 04:20
Size
304 B
Mime Type
text/x-makefile
Expires
Sat, Jul 12, 04:20 (2 d)
Engine
blob
Format
Raw Data
Handle
27300270
Attached To
R11201 phpc-2021
Makefile
View Options
CXX=g++
LD=${CXX}
CXXFLAGS+=-Wall -Wextra -Werror -pedantic -std=c++11 -I${OPENBLAS_ROOT}/include
LDFLAGS+=-lm $(CXXFLAGS) -L${OPENBLAS_ROOT}/lib -lopenblas
OBJS=cg_main.o cg.o matrix.o matrix_coo.o mmio.o
all: cgsolver
cgsolver: $(OBJS)
$(LD) -o $@ $(OBJS) $(LDFLAGS)
clean:
rm -f cgsolver *.o *~
Event Timeline
Log In to Comment