As I wrote
previously the Stanford University Unstructured (SU2) code is now available on git hub. Here's the steps to get the latest code, build and install it.
- Use the git client to clone the repo:
git clone https://github.com/su2code/SU2
- Follow the 'from source' install instructions for your system. It is should look something like:
./configure
make
make install
This will give you (after a little help from the kindly devs) a plain-Jane version of SU2 for serial computations, without CGNS or Metis (graph partitioning) support.
Happy number crunching!
No comments:
Post a Comment