Standalone project for the framework behind c2c-sepia, containing only the most recent version of the MASFENON framework.
- armadillo
- MPI implementation (tested on OpenMPI)
- boost (if you have some problems during compilation, consider installing program options from boost as well)
.
├── CMakeLists.txt # cmake file
├── examples.md # examples of how to use the program
├── .github # contains the github actions
├── build # contains the object files
├── src # contains the source files
├── data # contains the test data files
└── scripts # contains some scripts in bash and python to be used in the project to visualize the reulting data
cmake -B build
cd build
make
The custom functions used for the scaling of the perturbation values (dissipation and conservation) are defined in <src/CustomFunctions> in the source folder
./build/masfenon --help
./build/masfenon --fUniqueGraph [graph].tsv --fInitialPerturbationPerType [matrix].tsv --typeInteractionFolder [typesInteractionFolder]
Under development, if any problems arise open an issue in the repository
This work is licensed under a Creative Commons Attribution 4.0 International License.