all: compare 

compare: matmat_mw.c
	civl verify -enablePrintf=false -input_mpi_nprocs_lo=2 -input_mpi_nprocs_hi=4 -inputNB=3 -inputLB=3 -inputMB=3 matmat_mw.c

compare2:matmat_mw.c
	@lessecho "NAME: matmat_mw.c"
	@lessecho "CITE: \\cite{LLNL:MPI:URL}"	
	@lessecho "SCALE: {\\texttt{NP=3, N=L=M=4}}"
	civl verify -enablePrintf=false -input_mpi_nprocs=5 -inputN=8 -inputL=8 -inputM=8 matmat_mw.c

clean:
	rm -f *~
	rm -r -f CIVLREP