Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run RASPA2 simulation #37

Open
silabrata opened this issue Sep 3, 2022 · 1 comment
Open

Unable to run RASPA2 simulation #37

silabrata opened this issue Sep 3, 2022 · 1 comment

Comments

@silabrata
Copy link

I have installed RASPA2. However, on trying to run the sample simulation with the run shell script I am having the error

"error while loading shared libraries: libraspa2.so.0: cannot open shared object file: No such file or directory"

RASPA is installed in the the RASPA/simulation directory in home. When I checked the lib directory of the RASPA/simulation it has the following files:
libraspa2.a libraspa2.la libraspa2.so libraspa2.so.0 libraspa2.so.0.0.0

I am new to RASPA2 and I do not have any idea to resolve this issue. I have attached the txt versions of the
run.txt
simulation.input.txt
run.sh and simulation.input file I am using.

@salrodgom
Copy link

Hello @silabrata,
Try using the run scripts in the example folders.
I think this one should work.

#! /bin/sh -f
export RASPA_DIR=${HOME}/RASPA/simulations/
export DYLD_LIBRARY_PATH=${RASPA_DIR}/lib
export LD_LIBRARY_PATH=${RASPA_DIR}/lib
$RASPA_DIR/bin/simulate $1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants