mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
removed echo
This commit is contained in:
parent
9565b7d675
commit
2ffb0e759a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@ if [[ "$USE_64TO32" == "y" ]]; then
|
|||
else
|
||||
sixty4_int=1
|
||||
fi
|
||||
echo make -j3 PREFIX=$TRAVIS_BUILD_DIR INTERFACE64="$sixty4_int" USE_THREAD=0 NO_CBLAS=1 NO_LAPACKE=1 DEBUG=1 NUM_THREADS=1 all
|
||||
$TRAVIS_BUILD_DIR/travis/sleep_loop.sh make -j3 PREFIX=$TRAVIS_BUILD_DIR INTERFACE64="$sixty4_int" USE_THREAD=0 NO_CBLAS=1 NO_LAPACKE=1 DEBUG=1 NUM_THREADS=1 all
|
||||
make PREFIX=$TRAVIS_BUILD_DIR install
|
||||
#tail -4 openblas.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue