Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vasp.md #260

Merged
merged 2 commits into from
Oct 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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