Installation

Installing ROHSA

ROHSA


Dependencies

ROHSA has the following dependencies:

  • Make for building ROHSA. (Required)
  • Fortran (Required)
  • git for version control (Optional)
  • Ford for creating HTML documentation (Optional)

Download the code source

The last version of ROHSA (1.2.0) can be downloaded from here Once you have downloaded the .tar.gz or .zip file unpack it using the following commands.

tar -zxf ROHSA-1.2.0.tar.gz

or if you downloaded the .zip file

unzip ROHSA-1.2.0.zip

Get the git repository

You can also use git if you want to follow the developement of the code

git clone https://github.com/antoinemarchal/ROHSA.git ROHSA

Building ROHSA

Once you are in the src/ directory you are now able to build the code running the following

cd ROHSA/src/
make

You can now check if ROHSA is bluit correctly

(marchalenv) Antoines-MacBook-Pro:src antoinemarchal$ ./ROHSA 
 -------------------------------------------------------------------------
16 April 2018  11:08:50.786 AM

   ____     ___    _   _   ____       _    
  |  _ \   / _ \  | | | | / ___|     / \   
  | |_) | | | | | | |_| | \___ \    / _ \  
  |  _ <  | |_| | |  _  |  ___) |  / ___ \ 
  |_| \_\  \___/  |_| |_| |____/  /_/   \_\ 

  Version 1.2.0
  ROHSA is released as open source code
  Check out the documentation: https://antoinemarchal.github.io/ROHSA/

 run: ./ROHSA parameters.txt
 -------------------------------------------------------------------------

STOP opening file error