neutronimaging / imagingsuite

Sources for imaging related tools
GNU General Public License v3.0
18 stars 9 forks source link

Remove OpenMP from code #698

Open vlocateli opened 1 week ago

vlocateli commented 1 week ago

Remove OpenMP from code and use C++11 thread instead, because of MSVC OpenMP support. This is a great undertaking that should be split into several issues:

Low-hanging

Do-able

Requires planning

KipTool stuff

This source moved to a different repository and should be removed, there is already an issue about this.

Not analyzed list of files

anderskaestner commented 1 week ago

Please wait with this one. I want to analyze the situation and make a strategy.

vlocateli commented 1 week ago

@anderskaestner Ok, got it. Also, I sent you an e-mail. I don't know if you received it.

anderskaestner commented 1 week ago

I checked the code now. There is a lot to do, and I suggest taking it in small steps. It is currently not the highest priority.

vlocateli commented 1 week ago

@anderskaestner, I'll do the low-hanging ones and do-able ones. If I can do more, I'll comment here.