Error: illegal instruction

Provides a system for patient-specific cardiovascular modeling and simulation.
POST REPLY
User avatar
Moses Hamm
Posts: 10
Joined: Sun Dec 04, 2022 10:44 pm

Error: illegal instruction

Post by Moses Hamm » Thu Sep 12, 2024 6:54 pm

Hi,
I'm running SimVascular version 2023.3.27 with svFSI version 2023.5.25 using Ubuntu 20 on VirtualBox with OpenMPI. I'm following along with the cylinder tutorial in https://www.youtube.com/watch?v=N4AIL-z ... WL&index=1. After creating the input file and trying to run the simulation, I get the following error message:

[MAIN] cm.id: 0
Program received signal SIGILL: Illegal instruction.
Backtrace for this error:
#0 0x7f908df8fd11 in ???
#1 0x7f908df8eee5 in ???
#2 0x7f908da7208f in ???
at /build/glibc-LcI20x/glibc-2.31/signal/../sysdeps/unix/sysv/linux/x86_64/sigaction.c:0
#3 0x56270ea8115a in readfiles_
at /home/davep/software/svFSI/Code/Source/svFSI/READFILES.f:360
#4 0x56270ea11633 in MAIN__
at /home/davep/software/svFSI/Code/Source/svFSI/MAIN.f:72
#5 0x56270e928f1e in main
at /home/davep/software/svFSI/Code/Source/svFSI/MAIN.f:40

Please advise.
Thank you,
Moses

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

Re: Error: illegal instruction

Post by David Parker » Wed Sep 25, 2024 12:01 pm

Hi Moses,

It's not clear what may be causing the illegal instruction error. The error occurs while reading in simulation files so maybe those files are not valid. There may also be a problem with the compiler, svFSI was built using GCC 9.4.

Cheers,
Dave

POST REPLY