mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
check mpich cache
This commit is contained in:
parent
b8b651552f
commit
38f5bf74fa
1 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -v
|
||||
ls -Rla ~/cache
|
||||
[ -d ~/cache/libext ] && rsync -av ~/cache/libext/* src/libext/.
|
||||
[ -d ~/cache/simint/simint_install/lib ] && \
|
||||
|
|
@ -7,3 +8,7 @@
|
|||
[ -f ~/cache/tarballs/dftd3.tgz ] && rsync -av ~/cache/tarballs/dftd3.tgz src/nwpw/nwpwlib/nwpwxc/dftd3.tgz || true
|
||||
[ -f ~/cache/libxc/install/lib/libxc.a ] && rsync -av ~/cache/libxc/install src/libext/libxc/. || true
|
||||
echo "cache fetched"
|
||||
echo " mpich debug "
|
||||
ls -lart /home/runner/work/nwchem/nwchem/src/libext/mpich/mpich/../../include || true
|
||||
ls -lart /home/runner/work/nwchem/nwchem/src/libext/include || true
|
||||
ls -lart /home/runner/work/nwchem/nwchem/src/libext/mpich || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue