File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ temporary data.
8181|SourceXtractor++ | stops shortly after the first measurements are done
8282----------------------------------------------------------------------
8383
84- It might happen that |SourceXtractor++ | stops or dumps off when the first measurements are due or when the first measurements have been done.
85- The log file then ends with :
84+ It might happen that |SourceXtractor++ | stops or dumps off when the first measurements are due or when the first few measurements have been done.
85+ The log file then ends similar to this example :
8686
8787.. code-block :: console
8888
@@ -127,4 +127,7 @@ A solution is to switch off the multi-threading of all lower level libraries by
127127 export NTHREADS=1
128128 sourcextractor++ --conf ...
129129
130-
130+ This switches off the multi-threading in the lower level libraries and should prevent the race conditions. In version 0.20 we
131+ are trying to make these settings inside |SourceXtractor++ |
132+ (see `here <https://gitlab.euclid-sgs.uk/EuclidLibs/SourceXtractorPlusPlus/-/blob/develop/SEMain/src/program/SourceXtractor.cpp#L136 >`_),
133+ however we are not sure whether this will work in all situations and modes.
You can’t perform that action at this time.
0 commit comments