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 PORTA software appears to run properly because
.poiand.ieqfiles are written.XPORTA.traf()hangs somewhere after that. Reading the.ieqcan 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.