cb-geo / mpm

CB-Geo High-Performance Material Point Method
https://www.cb-geo.com/research/mpm
Other
235 stars 82 forks source link

:hammer: Fix instructions for running openmp schedule #693

Closed kks32 closed 3 years ago

kks32 commented 3 years ago

Describe the PR The instructions in the README has an additional space which is incorrect and causes problem:

OMP: Warning #52: OMP_SCHEDULE value " 4" is invalid chunk size.
OMP: Info #104: OMP_SCHEDULE value "0" will be used.
OMP: Warning #52: OMP_SCHEDULE value " 4" is invalid chunk size.
OMP: Info #104: OMP_SCHEDULE value "0" will be used.

This is due to export OMP_SCHEDULE="static, 4" and should be export OMP_SCHEDULE="static,4", without the space between static and 4

Related Issues/PRs https://cb-geo.discourse.group/t/openmp-issue-on-tacc/196

codecov[bot] commented 3 years ago

Codecov Report

Merging #693 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #693   +/-   ##
========================================
  Coverage    96.81%   96.81%           
========================================
  Files          131      131           
  Lines        25811    25811           
========================================
  Hits         24987    24987           
  Misses         824      824           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8fa04f6...57e6a21. Read the comment docs.