Skip to content

Commit

Permalink
openmx installation script using intel libs
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Apr 28, 2024
1 parent 3566b6a commit 2bbb7ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ FC = mpiifort -O3 -xHOST -ip -no-prec-div -qopenmp
LIB= -L${MKLROOT}/lib/intel64 -lmkl_scalapack_lp64 -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lifcore -lmkl_blacs_intelmpi_lp64 -liomp5 -lpthread -lm -ldl
```

Standalone script to perform OpenMX installations:

import openmx_intel from '!!raw-loader!/scripts/openmx_intel.sh';

<CodeBlock language="bash" title="scripts/openmx_intel.sh" showLineNumbers>{openmx_intel}</CodeBlock>

### Using GNU libraries

Alternatively, you may use following script to install OpenMX using GNU
Expand Down

0 comments on commit 2bbb7ca

Please sign in to comment.