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

Error with test mkl_pardisot_single #121

Closed
amontoison opened this issue Apr 28, 2023 · 0 comments
Closed

Error with test mkl_pardisot_single #121

amontoison opened this issue Apr 28, 2023 · 0 comments

Comments

@amontoison
Copy link
Member

alexis@HP-Spectre:~/Bureau/git/GALAHAD/builddir_mumps$ ./mkl_pardisot_single
 reordering and symbolic facorization completed ... 
 number of nonzeros in factors = 32
 number of factorization Mflops = 0
 factorization completed ... 
  solve completed ... 
 the solution of the system is X =
  0.0000E+00         NaN  0.0000E+00         NaN
  0.0000E+00         NaN  0.0000E+00         NaN
double free or corruption (out)

Program received signal SIGABRT: Process abort signal.

Backtrace for this error:
#0  0x7f0acda23ad0 in ???
#1  0x7f0acda22c35 in ???
#2  0x7f0acd64251f in ???
	at ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0
#3  0x7f0acd696a7c in __pthread_kill_implementation
	at ./nptl/pthread_kill.c:44
#4  0x7f0acd696a7c in __pthread_kill_internal
	at ./nptl/pthread_kill.c:78
#5  0x7f0acd696a7c in __GI___pthread_kill
	at ./nptl/pthread_kill.c:89
#6  0x7f0acd642475 in __GI_raise
	at ../sysdeps/posix/raise.c:26
#7  0x7f0acd6287f2 in __GI_abort
	at ./stdlib/abort.c:79
#8  0x7f0acd6896f5 in __libc_message
	at ../sysdeps/posix/libc_fatal.c:155
#9  0x7f0acd6a0d7b in malloc_printerr
	at ./malloc/malloc.c:5664
#10  0x7f0acd6a2eef in _int_free
	at ./malloc/malloc.c:4588
#11  0x7f0acd6a54d2 in __GI___libc_free
	at ./malloc/malloc.c:3391
#12  0x563b4b6a102b in test_pardiso
	at ../src/external/mkl_pardiso/mkl_pardisot.F90:175
#13  0x563b4b6a1162 in main
	at ../src/external/mkl_pardiso/mkl_pardisot.F90:5
Abandon (core dumped)
alexis@HP-Spectre:~/Bureau/git/GALAHAD/builddir_mumps$ ./mkl_pardisot_double
 reordering and symbolic facorization completed ... 
 number of nonzeros in factors = 32
 number of factorization Mflops = 0
 factorization completed ... 
  solve completed ... 
 the solution of the system is X =
  1.0000E+00  1.0000E+00  1.0000E+00  1.0000E+00
  1.0000E+00  1.0000E+00  1.0000E+00  1.0000E+00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant