-
Notifications
You must be signed in to change notification settings - Fork 23
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
Compilation error #107
Comments
@lilux618 The error indicates that there are no pre-built external libraries that match your computer's configuration. The externals are obtained from here http://simvascular.stanford.edu/downloads/public/simvascular/externals/2019.06/linux/ What OS are you running? |
I run ubantu22.04 within a container |
I just want to compile the svSolver, there are so many thirdparty packages in http://simvascular.stanford.edu/downloads/public/simvascular/externals/2019.06/linux/ , which ione should I install ? |
No external packages have yet been created for Ubuntu 22. Externals are primarily used for the SimVascular application, svSolver just needs VTK from the externals. You can build svSolver using VTK that has been locally installed (see Building using a locally installed version of VTK section in the svSolver README). |
I change the system to ubuntu 20.04, and download the packages in http://simvascular.stanford.edu/downloads/public/simvascular/externals/2019.06/linux/ , but the error still exist , |
If you just want to build svSolver then first install VTK on your computer
Then build using
|
This appears to be a problem with using OpenMPI in a Docker container. It may be that |
However , I run this solver just in one computer, and it can be used in windows system. Should I use openmpi instead of mpich ? By the way , can this solver run with openmp parallel ? I set OMP_NUM_THREADS=32 , but svsolver-nompi still run with one core . |
I build svSolver with OpenMPI. There is no support for OpenMP. |
After running
cmake ..
when running make command I get compilation error like this :System info: Linux version 5.4.0-120-generic (buildd@lcy02-amd64-037) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1
18.04)) #13618.04.1-Ubuntu SMP Fri Jun 10 18:00:44 UTC 2022The text was updated successfully, but these errors were encountered: