mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
removed tce log. added python to modules
This commit is contained in:
parent
d901fa6554
commit
dfafc51dd4
1 changed files with 1 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ compiler:
|
|||
env: == default ==
|
||||
NWCHEM_TOP=$TRAVIS_BUILD_DIR
|
||||
NWCHEM_TARGET=LINUX64
|
||||
NWCHEM_MODULES="qmandpw"
|
||||
NWCHEM_MODULES="qmandpw python"
|
||||
USE_MPI=y
|
||||
USE_64TO32=y
|
||||
BLASOPT="-L$TRAVIS_BUILD_DIR/lib -lopenblas -lpthread -lrt"
|
||||
|
|
@ -35,7 +35,6 @@ before_script:
|
|||
script:
|
||||
- cd $NWCHEM_TOP/src && ../travis/sleep_loop.sh make -j3 FDEBUG="-O0 -g" FOPTIMIZE="-O0 -g" -j3
|
||||
- tail -2 $NWCHEM_TOP/src/6log
|
||||
- tail -2 $NWCHEM_TOP/src/tce/6log
|
||||
- head -2 $NWCHEM_TOP/src/tools/build/config.log
|
||||
- tail -2 $NWCHEM_TOP/src/tools/build/config.log
|
||||
- tail -10 $NWCHEM_TOP/src/make.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue