2,684
edits
(→64bit binary on a 32bit operating system: remove section about 32bit, and create new "frame numbers beyond 999999") |
|||
Line 58: | Line 58: | ||
tcsh: setenv KMP_INIT_AT_FORK FALSE | tcsh: setenv KMP_INIT_AT_FORK FALSE | ||
=== | === frame numbers beyond 999999 === | ||
If the | If the number of question marks "?" in NAME_TEMPLATE_OF_DATA_FRAMES is larger than 6, to allow for e.g. | ||
DATA_RANGE= 1000001 10001000 | |||
then IDXREF cannot properly read SPOT.XDS written by COLSPOT, and stops with | |||
!!! ERROR !!! CANNOT READ SPOT.XDS | |||
This happens when the filenames of the frames have digits before the actual number, as in myframe1000001.cbf . | |||
The workaround is to specify e.g. | |||
NAME_TEMPLATE_OF_DATA_FRAMES=myframe100????.cbf | |||
DATA_RANGE=1 1000 | |||
(Problem reported by Pedro Dinis) | |||
=== ASSERT VIOLATION === | === ASSERT VIOLATION === |