Skip to content

Haider-BA/trunk-1

 
 

Repository files navigation

-----------------------------------------------
  SU^2 PATH SETUP 
-----------------------------------------------

When make install is complete, please be sure to add the $SU2_HOME and $SU2_RUN environment variables, and update your $PATH with $SU2_RUN. 

For example, add these lines to your .bashrc file -

export SU2_RUN="your_prefix/bin"
export SU2_HOME="your_SU2v2.0/trunk"
export PATH=$PATH:$SU2_RUN

$SU2_RUN should point to the folder where all binaries and python scripts were installed.  This is the prefix you set with ./configure -prefix 

$SU2_HOME should point to the source code's trunk folder.  This is (..)/SU2v2.0/trunk

Thanks for building, and happy optimizing!
- The SU2 Development Team
  http://su2.stanford.edu

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 71.0%
  • Makefile 10.3%
  • Python 9.6%
  • C 7.2%
  • Shell 0.6%
  • Fortran 0.5%
  • Other 0.8%