You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been getting errors when running the MTUQ container on TACC's frontera through apptainer. The errors have been indeterminant, however have always happened after the third "about 75 percent finished" message. See below for the std out, but I have also gotten error like malloc(): invalid size (unsorted) , double free or corruption (out) , corrupted size vs. prev_size in fastbins
The sif image was freshly pulled and it is the newest version.
c202-001[clx](423)$ APPTAINERENV_SYNGINE_CACHE=syngine_output ibrun apptainer run mtuq_ubuntu20.04.sif python3 /home/scoped/mtuq/examples/DetailedAnalysis.py
TACC: Starting up job 5796560
TACC: Starting parallel tasks...
about 0 percent finished
about 25 percent finished
about 50 percent finished
about 75 percent finished
about 0 percent finished
about 25 percent finished
about 50 percent finished
about 75 percent finished
about 0 percent finished
about 25 percent finished
about 50 percent finished
about 75 percent finished
free(): invalid pointer
The text was updated successfully, but these errors were encountered:
I am hoping that a software developer at my workplace might be able to start looking at the issue in October, but anyone is welcome to try troubleshooting.
In the meantime, if you create the misfit function usingWaveformMisfit(optimization_level=1, ...), then mtuq falls back to a slower pure Python implementation in which the Cython extensions are not called.
I've been getting errors when running the MTUQ container on TACC's frontera through apptainer. The errors have been indeterminant, however have always happened after the third "about 75 percent finished" message. See below for the std out, but I have also gotten error like
malloc(): invalid size (unsorted)
,double free or corruption (out)
,corrupted size vs. prev_size in fastbins
The sif image was freshly pulled and it is the newest version.
The text was updated successfully, but these errors were encountered: