charm icon indicating copy to clipboard operation
charm copied to clipboard

Add support for using OpenMP workers as PEs instead of pthreads

Open evan-charmworks opened this issue 4 years ago • 2 comments

evan-charmworks avatar Mar 17 '20 20:03 evan-charmworks

The netlrts-smp build failed in AMPI-ROMIO's test to see if it can link an MPI code, and netlrts non-smp built successfully but aborted the first test with "unexpected call to exit by user program. Must use CkExit, not exit!"

stwhite91 avatar Mar 26 '20 20:03 stwhite91

This patch looks to be missing support for compiling and linking the runtime with -fopenmp (or whatever the compiler's OpenMP flag is called).

stwhite91 avatar May 06 '23 03:05 stwhite91