Skip to content

Commit

Permalink
BLD: Add line displaying CPU info to CI
Browse files Browse the repository at this point in the history
Show CPU type in CI
  • Loading branch information
bashtage committed Aug 30, 2018
1 parent a9bb76a commit 3b3ace3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -100,6 +100,8 @@ notifications:
on_success: always

before_install:
# Show information about CPU running job to understand BLAS issues
- lscpu
# Fix for headless TravisCI
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -28,6 +28,8 @@ platform:
- x64

build_script:
# Show information about CPU running job to understand BLAS issues
- wmic cpu get caption, name, numberofcores
- SET MKL_NUM_THREADS=1
- SET NUMEXPR_NUM_THREADS=1
- SET OMP_NUM_THREADS=1
Expand Down

0 comments on commit 3b3ace3

Please sign in to comment.