Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Nov 15, 2021
1 parent 488ccc0 commit 375545d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions nwchem-dev.dftquick.rpi2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ ENV DEBIAN_FRONTEND=noninteractive \
NWCHEM_TOP="/home/nwchem/nwchem-master" \
NWCHEM_TARGET=LINUX \
NWCHEM_MODULES="nwdft solvation driver stepper" \
PYTHONVERSION=2.7 \
PYTHONHOME="/usr" \
USE_PYTHONCONFIG=Y \
BLASOPT=-lopenblas \
LAPACK_LIB=-lopenblas \
BLAS_SIZE=4 \
FORCETARGET=" TARGET=ARMV7 " \
USE_MPI=y \
USE_MPIF=y \
USE_HWOPT=n \
USE_NOIO=y \
USE_MPIF4=y
RUN uname -m \
&& apt-get update \
Expand All @@ -39,10 +38,6 @@ RUN uname -m \
&& unzip -qq master.zip nwchem-master/src/* \
&& rm -f *.zip || true \
&& cd nwchem-master/src \
&& sed -i 's|-march=native||' config/makefile.h \
&& sed -i 's|-mtune=native|-mtune=generic|' config/makefile.h \
&& sed -i 's|-mfpmath=sse||' config/makefile.h \
&& sed -i 's|-msse3||' config/makefile.h \
&& ls -lrt \
&& make nwchem_config \
&& make V=1 -j3 \
Expand Down
2 changes: 1 addition & 1 deletion nwchem-dev.dftquick.rpi2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ This must be executed on Raspberry Pi2 (or ARMV7l and later) Hardware
```
wget https://raw.githubusercontent.com/nwchemgit/nwchem/master/src/nwchem.nw
docker run --rm -v /home/edo/nwchem/tests:/data my_nwchem nwchem.nw
docker run --rm -v /home/edo/nwchem/tests:/data my_nwchem --entrypoint='/home/nwchem/nwchem-master/bin/LINUX/nwchem' nwchem.nw
```

0 comments on commit 375545d

Please sign in to comment.