mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
quiet
This commit is contained in:
parent
91503a117c
commit
c34f6ed769
1 changed files with 5 additions and 3 deletions
|
|
@ -1,9 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
git clone https://github.com/pytorch/cpuinfo
|
||||
git -q clone https://github.com/pytorch/cpuinfo
|
||||
cd cpuinfo
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
make -j3
|
||||
cmake .. >& cmake.log
|
||||
tail -f cmake.log
|
||||
make -j3 >& make.log
|
||||
tail -3 make.log
|
||||
./isa-info
|
||||
./cpu-info
|
||||
cd ../..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue