INSTALL file does not match Makefile in svn source code
Opened this issue · 0 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. checkout svn source code
2. read INSTALL file
3. make OR make all, error: "make: mpicxx:命令未找到"
INSTALL file,
"
Single Processor Version:
* tar xvfz plda-3.0.tar.gz
* cd plda
* make all
"
does not need install mpich2.
in Makefile:
"all: lda infer mpi_lda"
mpi_lda under target 'all'.
I have not check tar package.
Original issue reported on code.google.com by superstr...@gmail.com
on 16 Apr 2012 at 9:18