cosolver/basis_transformation/MPI_T5df55999e752fllechot
cosolver/basis_transformation/MPI_T5
df55999e752fllechot
MPI_T5
MPI_T5
README
README
MPI T5
MPI T5 contains a MPI implementation of the COCA module. Each MPI process outputs the assigned coefficients to *.csv file.
TO INSTALL
COMPILE FM Library
1.- cd FM/local; Inlcude your parths in $PREFIX var. in local/dirs. 2.- cd .. 3.- Make; creates libfm.a included in ./lib directory
COMPILTE main CODE
1.- cd local; Include the correction paths in local/dirs.inc 2.- Make; run commands should create the executable $EXEC in bin directory
RUN with MPI
mpirun -np 32 ./bin/main
AUTHOR:
Baptiste J. Frei
Usefull command line:
To get only the added lines in B.csv from A.csv: diff .u A.csv B.csv| grep '^\+' | sed -E 's/^\+//'
c4science · Help