Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 753 Bytes

File metadata and controls

37 lines (26 loc) · 753 Bytes

GPSODE

INTRODUCTION

An computational combustion software package accelerated by GPU, which uses seulex method to solve ordinary differential equations of chemical reactions.

USAGE

Download the folder of the corresponding version based on your current environment

Pull and install dependencies

git submodule init
git submodule update --recursive
  • build yaml-cpp

set the environment

export LD_LIBRARY_PATH=/yourpath/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/yourpath/yaml-cpp/build:$LD_LIBRARY_PATH

activation environment and build

conda env create -f gpsode_conda.yaml
conda activate opencc
source bashrc_com
make clean
make

TEST AND RUNNING

python3 gpsode_main.py