mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
simd update
This commit is contained in:
parent
b7bf7d2186
commit
515ac012c1
2 changed files with 5 additions and 3 deletions
3
.github/workflows/github_actions.yml
vendored
3
.github/workflows/github_actions.yml
vendored
|
|
@ -498,6 +498,9 @@ jobs:
|
|||
- name: Get Instruction
|
||||
id: get-simd
|
||||
run: |
|
||||
if [[ $(uname -s) == Linux ]]; then
|
||||
echo "SIMD " $(lscpu | grep -i flags | sort | uniq)
|
||||
fi
|
||||
echo "simd=$(./travis/guess_simd.sh)" >> $GITHUB_ENV
|
||||
shell: bash
|
||||
- name: Setup cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue