• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..10-Nov-2021-

Chemistry/server/cxx/H10-Nov-2021-4,2841,921

include/H10-Nov-2021-2218

lib/H10-Nov-2021-448372

sidl/H10-Nov-2021-4534

tests/H03-May-2022-10172

Makefile.inH A D10-Nov-20211.5 KiB6149

Makefile.sumoH A D10-Nov-2021365 106

READMEH A D10-Nov-2021980 3325

aclocal.m4H A D10-Nov-202138.7 KiB1,016978

configureH A D10-Nov-202172.4 KiB2,3841,854

configure.inH A D10-Nov-20211.9 KiB7660

env_nwchem.cshrcH A D10-Nov-20211.1 KiB3428

install-shH A D10-Nov-20214.7 KiB239152

README

11. change the environment variables in env_nwchem.source
2   and source the file
3   # set the environment variable LIBMPI if your mpi library is not '-lmpi'
4
52. make sure that the cca tools are compiled
6
73. compile the cca-chem-generic code
8   If you have access to the cca-forum repository you can get the code by:
9    setenv CVSROOT :ext:vidhya@cca-forum.org:/cvs/cca-chem
10    setenv CVS_RSH ssh
11    cvs co cca-chem-generic
12
134. compile NWChem:
14   This should generally just be two commands if you did step 1:
15   In the $(NWCHEM_TOP)/src directory
16   "make nwchem_config"
17   "make >& make.log &"
18
195. make sure that the stubs file is available
20   In the $(NWCHEM_TOP)/src directory
21   "make stubs.o"
22
236. build cca component in the $(NWCHEM_TOP)/src/cca directory:
24   change config.txt if necessary and source it or do your own configure
25   make
26   make install
27
287. test cca component
29   cd $(NWCHEM_TOP)/src/cca/tests
30   modify CCAFERC file
31   ccafe-single --ccafe-rc CCAFERC
32
33