Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Nov 11, 2021
1 parent f36808f commit f9371de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nwchem-700.amazonlinux.sockets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ RUN cd /home/nwchem; curl -SL https://github.com/nwchemgit/nwchem/release
&& sed -i 's|-msse3||' config/makefile.h \
&& ls -lrt \
&& make nwchem_config \
&& make -j3
&& make -j3 \
&& rm -rf tce tools nwdft NWints geom symmetry util nwxc ddscf lapack blas rism argos peigs rmdft gradients symmetry property smd lucia dplot propery hessian ccsd mp2_grad moints cafe analyz dimqm ../lib libext develop ../QA ../contrib ../examples ../.git ../travis ../web nwpw/nwpwlib/nwpwxc rdmft ../doc

#WORKDIR /home/nwchem/nwchem-7.0.0/QA
#ENTRYPOINT ["runtests.mpi.unix","procs","3"]
Expand Down

0 comments on commit f9371de

Please sign in to comment.