mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 21:55:30 -04:00
fix
This commit is contained in:
parent
c85ecbf316
commit
e994ef25f6
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
git -q clone https://github.com/pytorch/cpuinfo
|
||||
git clone -q https://github.com/pytorch/cpuinfo
|
||||
cd cpuinfo
|
||||
mkdir build && cd build
|
||||
cmake .. >& cmake.log
|
||||
tail -f cmake.log
|
||||
tail -3 cmake.log
|
||||
make -j3 >& make.log
|
||||
tail -3 make.log
|
||||
./isa-info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue