Changes between Initial Version and Version 1 of Ticket #34231, comment 6
- Timestamp:
- Dec 31, 2019, 10:28:08 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34231, comment 6
initial v1 1 OK I just attached the test file from the gcc bug https://trac.macports.org/attachment/ticket/34231/test.cpp . Compilation instructions are in the comments of the file.1 OK I just attached the test file from the gcc bug attachment:test.cpp . Compilation instructions are in the comments of the file. 2 2 This file is very short, and very easy to understand: launch a secondary thread, do some openmp stuff in it. This situation will happen in IM whenever you call an IM function that may do some OpenMP from a secondary thread (I always do that, and most image processing software with a GUI will do that, because the main thread usually handles the GUI). 3 3