opty icon indicating copy to clipboard operation
opty copied to clipboard

Try testing against intel-openmp on Windows.

Open moorepants opened this issue 1 year ago • 1 comments

moorepants avatar Feb 19 '25 06:02 moorepants

intel-openmp installs and the warning for not being able to compile with the openmp flag did not show up but there was no openmp performance increase:

Run python examples/parallel_example.py
  python examples/parallel_example.py
  shell: C:\Program Files\Git\bin\bash.EXE -el {0}
  env:
    INPUT_RUN_POST: true
    CONDA: C:\Miniconda
  
test.c
Time for non-parallel: 11.773036900000001
Time for parallelized: 11.706586399999999

moorepants avatar Feb 19 '25 07:02 moorepants