svsolver Ubuntu 20.04 compatibility

Provides a system for patient-specific cardiovascular modeling and simulation.
POST REPLY
User avatar
Peter Patalano
Posts: 25
Joined: Thu Jul 26, 2018 9:11 am

svsolver Ubuntu 20.04 compatibility

Post by Peter Patalano » Mon Oct 26, 2020 11:45 am

I recently upgraded the OS on one of my machines to Ubuntu 20.04. I am now having in issue with getting svsolver to run as it relies on libgfortran3 but it appears that this is not compatible with 20.04.

I am wondering if anyone has run into this problem or a similar one...? :?

In the meantime, I will try to set up an environment in Anaconda to try and solve this issue.

User avatar
Peter Patalano
Posts: 25
Joined: Thu Jul 26, 2018 9:11 am

Re: svsolver Ubuntu 20.04 compatibility

Post by Peter Patalano » Mon Oct 26, 2020 12:20 pm

Additionally, I notice that if I try to run the solver from the SV application I get the following error

Code: Select all

Run job failed with: Check MPI
The application is directed to use /usr/bin/mpiexec so I am not sure where the issue is here. I will continue to try and debug this.

User avatar
Peter Patalano
Posts: 25
Joined: Thu Jul 26, 2018 9:11 am

Re: svsolver Ubuntu 20.04 compatibility

Post by Peter Patalano » Mon Oct 26, 2020 12:25 pm

I corrected the libgfortran issue by using a copy of libgfortran.so.3 that came standalone with another program and copying it to /usr/lib/libgfortran.so.3

So, I can now run the solver from the command line but not the SV gui. This is good enough for me, but might be helpful to figure out the mpi issue with the GUI.

User avatar
David Parker
Posts: 1790
Joined: Tue Aug 23, 2005 2:43 pm

Re: svsolver Ubuntu 20.04 compatibility

Post by David Parker » Mon Oct 26, 2020 1:25 pm

Hi Peter,

Thanks for identifying these problems!

The svSolver installer includes a lib directory that has libraries needed for svsolver to run. It looks like we will need to add a libgfortran.so.3 library to the installer.

I'll have a look at the mpi problem. SV tries to identify the mpi implementation, checks that it is MPICH, maybe this is not working on Ubuntu 20.

Cheers,
Dave

User avatar
Peter Patalano
Posts: 25
Joined: Thu Jul 26, 2018 9:11 am

Re: svsolver Ubuntu 20.04 compatibility

Post by Peter Patalano » Mon Oct 26, 2020 5:27 pm

As always, thanks for your help Dave.

User avatar
David Parker
Posts: 1790
Joined: Tue Aug 23, 2005 2:43 pm

Re: svsolver Ubuntu 20.04 compatibility

Post by David Parker » Tue Oct 27, 2020 12:08 pm

Hi Peter,

I opened an Issue for this https://github.com/SimVascular/svSolver/issues/86.

Cheers,
Dave

POST REPLY