I am not a power user, so it is largely possible I am doing obvious mistakes.
I tried to search for same kind of topics looking for "fortran" or "line 930" but I didn't find any related...
So my problem is that one:
With some initial settings, the software works and sometimes it returns me fortran error, which happens immediately after the indication of pairs of domains to group.
I am playing with an important number of pdb files for different domains, and I saw the limitation to the maximum of 20 files.
Then I tried a configuration with exactly 20 domains, and the software returns me that error:
Code: Select all
Pair of domains to group .. < 0, 0 >: 0,0
Domains .................................... : 20 and 21
At line 930 of file /Users/atsas/svn/atsas-3.1.3-1/atsas/coral/coral.for
Fortran runtime error: Missing format for FORMATTED data transfer
Error termination. Backtrace:
#0 0x117b5435e
#1 0x117b55005
#2 0x117b55beb
#3 0x117d7a5b7
#4 0x105ee9cad
#5 0x105eef8be
I wanted to restart it in parallel in a different folder with exactly the same setting and initial files as above (folder was duplicated and .log removed) to see the effect of a different symmetry setting, but the soft crash before I indicate the symmetry with the same error as the assay with 20 domains:
Code: Select all
Pair of domains to group .. < 0, 0 >: 0,0
Domains .................................... : 16 and 17
At line 930 of file /Users/atsas/svn/atsas-3.1.3-1/atsas/coral/coral.for
Fortran runtime error: Missing format for FORMATTED data transfer
Error termination. Backtrace:
#0 0x117b5435e
#1 0x117b55005
#2 0x117b55beb
#3 0x117d7a5b7
#4 0x105ee9cad
#5 0x105eef8be
Than you for helping.