Run-time equivalent of --disable-openmp
Run-time equivalent of --disable-openmp
If IM has been compiled with OpenMP enabled, can it be disabled with a command-line option or configure.xml setting or whatever at run-time? It was installed with the package manager, so if I compile it manually, I lose the ability to update it with the package manager.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Run-time equivalent of --disable-openmp
I am no expert on this, but see this recent thread
viewtopic.php?f=3&t=16453&start=0&hilit=openmp+run+time
viewtopic.php?f=3&t=16453&start=0&hilit=openmp+run+time
Re: Run-time equivalent of --disable-openmp
In that thread, it's the same request, basically, to disable OpenMP without recompiling. Looks like that isn't an option, so I'll go ahead and build from source myself, which I'm quite used to now.