mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
Update Compiling-NWChem.md
more details about getmem.nwchem https://github.com/nwchemgit/nwchem/issues/623
parent
421204aea0
commit
cf7966766b
1 changed files with 5 additions and 1 deletions
|
|
@ -172,7 +172,11 @@ initial build of the binary has been completed. The script will choose the defau
|
|||
cd $NWCHEM_TOP/src
|
||||
../contrib/getmem.nwchem
|
||||
```
|
||||
|
||||
If non default compiler are used, the `getmem.nwchem` script must be called, using bash shell, by first specifying the compiler environment variable. The example below uses ifort as Fortran compiler
|
||||
```
|
||||
cd $NWCHEM_TOP/src
|
||||
FC=ifort ../contrib/getmem.nwchem
|
||||
```
|
||||
**MRCC_METHODS** can be set to request the multireference coupled
|
||||
cluster capability to be included in the code, e.g.
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue