Skip to content

yangfl/dfcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A MPI project by DF Build Status

Usage:

Build:

dependencies:

glib gio2 soup2 xxhash 

Notice: xxhash may can not found in some of OS software source. It could be compile&install manual xxhash

install: Debian command (example)

sudo apt install git cmake make gcc libgio2.0-cil-dev libsoup2.4-cil-dev libsoup2.4-dev	libxxhash-dev

make -j$(nproc)

Generate code documents by doxygen

Install doxygen and graphviz (Debian):

sudo apt install doxygen graphviz

Generate code documents:

cd dfcc/
doxygen Doxy.conf

And docs would output at dfcc/docs/src_docs. As html and latex format.

TODO:

Write some docs?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published