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
The PORTA software appears to run properly because .poi and .ieq files are written. XPORTA.traf() hangs somewhere after that. Reading the .ieq can be done with XPORTA.jl without error. I suspect that there is an issue somewhere with a file not being closed properly.
The best solution might be that XPORTA file-io is replaced by C methods in a shared library in a new compiled version of PORTA.
The text was updated successfully, but these errors were encountered:
The PORTA software appears to run properly because
.poi
and.ieq
files are written.XPORTA.traf()
hangs somewhere after that. Reading the.ieq
can be done with XPORTA.jl without error. I suspect that there is an issue somewhere with a file not being closed properly.The best solution might be that XPORTA file-io is replaced by C methods in a shared library in a new compiled version of PORTA.
The text was updated successfully, but these errors were encountered: