You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(1) The PDF installation instructions from https://iraspa.org/raspa/ are no longer accurate since this repo clones into 'RASPA2' directory, and no longer 'RASPA'.
(2) In the run script in examples/Basic/1_.../, RASPA_DIR is incorrectly assigned as the RASPA directory instead of the RASPA2 directory
I am still struggling to get a working installation. Do I need to move ${RASPA_DIR}/src/simulate and src/.libs to ${RASPA_DIR}/simulations/bin/ ?
The text was updated successfully, but these errors were encountered:
To get a working installation, I followed the PDF instructions, except
(1) Using git clone https://github.com/iraspa/RASPA2 RASPA instead of git clone https://github.com/iraspa/RASPA2
(2) I don't know if this is required, but I manually made the simulations and bin directory with mkdir -p simulations/bin before compilation
(3) after compiling the source code, I still need to run make install in order to generate simulations/bin/simulate . Although the PDF instructions mention this command in the paragraph before the compilation instructions, I think mention of this command needs to be placed at the end of the compilation instrucitons.
(1) The PDF installation instructions from https://iraspa.org/raspa/ are no longer accurate since this repo clones into 'RASPA2' directory, and no longer 'RASPA'.
(2) In the run script in examples/Basic/1_.../, RASPA_DIR is incorrectly assigned as the RASPA directory instead of the RASPA2 directory
I am still struggling to get a working installation. Do I need to move ${RASPA_DIR}/src/simulate and src/.libs to ${RASPA_DIR}/simulations/bin/ ?
The text was updated successfully, but these errors were encountered: