Skip to content

Commit

Permalink
Merge pull request #260 from argonne-lcf/alvarovm-patch-1
Browse files Browse the repository at this point in the history
Update vasp.md
  • Loading branch information
felker authored Oct 16, 2023
2 parents 3c3d89c + eaa5095 commit 1a4efa2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/polaris/applications-and-libraries/applications/vasp.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@ The follow modules will update the include and libraries paths used by the Cray

```
module purge
module load nvhpc/23.3
module load PrgEnv-nvhpc
module load cray-libsci
module load craype-accel-nvidia8
module load craype-accel-nvidia80
```

Expand Down Expand Up @@ -159,7 +160,7 @@ chmod +x example-script.sh
qsub example-script.sh
```

### Known issues versions: >= 6.4.0 in Polaris
### Known issues versions: >= 6.4.x in Polaris
---

* Undefined `MPIX_Query_cuda_support` function at linking binary: This function is called in `src/openacc.F`. The `MPIX_Query_cuda_support` is not included in`cray-mpich`. One workaround to this
Expand Down

0 comments on commit 1a4efa2

Please sign in to comment.