Skip to content

Individual-based Malaria Simulation -- based on "OUCRU-Malaria-Sim-v3.0.2" -- with new development starting in summer 2018

Notifications You must be signed in to change notification settings

KienTTran/PSU-CIDD-Malaria-Simulation

 
 

Repository files navigation

PSU-CIDD-Malaria-Simulation

CI

Penn State - Center for Infectious Disease Dynamics (CIDD) - Boni Lab


Build

Linux

Checkout / update the 'vcpkg' external project

git submodule update --init --recursive

Bootstrap vcpkg and install dependencies

./ext/vcpkg/bootstrap-vcpkg.sh
./ext/vcpkg/vcpkg install gsl yaml-cpp fmt date args CLI11 gtest catch

Build

cmake --build build --config Release

Or just simply run make, the make script will do all of the above steps

make

Windows

Checkout / update the 'vcpkg' external project

git submodule update --init --recursive

Bootstrap vcpkg and install dependencies

.\ext\vcpkg\bootstrap-vcpkg.bat
.\ext\vcpkg\bootstrap-vcpkg.exe install gsl yaml-cpp fmt date args CLI11 gtest catch

Build project with Visual Studio 2019 or CLion


About


Documentation

About

Individual-based Malaria Simulation -- based on "OUCRU-Malaria-Sim-v3.0.2" -- with new development starting in summer 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 64.0%
  • C++ 27.4%
  • Python 8.4%
  • CMake 0.2%
  • MATLAB 0.0%
  • Shell 0.0%