Pressio / od-rom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

od-rom

  1. install pressio-demoapps
  1. pick problem and set up your scenario
  • SWE:

    • subdirectory: py_problems.2d_swe

    • ./code/py_problems/2d_swe/final_scenarios.py: this is meant to contain stable/final/reliable scenarios

    • ./code/py_problems/2d_swe/wip_scenarios.py: this is meant to be a playground of scenarios, and if/when ready some need to be moved to the final_scenario.py

  • Gray-Scott:

    • subdirectory: py_problems.2d_gs

    • ./code/py_problems/2d_gs/final_scenarios.py: this is meant to contain stable/final/reliable scenarios

    • ./code/py_problems/2d_gs/wip_scenarios.py: this is meant to be a playground of scenarios, and if/when ready some need to be moved to the final_scenario.py

  1. run the batch script:
export WORKDIR=/home/your_test
export PDADIR=<fullpath-to-your-cloned-pressiodemoapps>
cd code
bash run.sh ${PDADIR} ${WORKDIR} 2d_swe <scenario-number>

if you want a different problem, change 2d_swe accordingly

About


Languages

Language:C++ 88.2%Language:Python 9.6%Language:C 1.1%Language:CMake 0.5%Language:Shell 0.4%Language:Starlark 0.2%