Commit 4a25bc42 authored by Martti Louhivuori's avatar Martti Louhivuori
Browse files

Rename examples directory to scripts

parent 88d7ab86
......@@ -103,7 +103,7 @@ mpirun -np 256 gpaw-python input.py
For KNCs (Xeon Phi Knights Corner), one needs to use a wrapper script to set
correct affinities for pyMIC (see
[examples/affinity-wrapper.sh](examples/affinity-wrapper.sh) for an example)
[scripts/affinity-wrapper.sh](scripts/affinity-wrapper.sh) for an example)
and to set two environment variables for GPAW:
```shell
GPAW_OFFLOAD=1 # (to turn on offloading)
......@@ -118,6 +118,6 @@ GPAW_PPN=12 GPAW_OFFLOAD=1 mpirun -np 256 -bootstrap slurm \
#### Examples
Example [job scripts](examples/) (`examples/job-*.sh`) are provided for
Example [job scripts](scripts/) (`scripts/job-*.sh`) are provided for
different systems together with related machine specifications
(`examples/specs.*`) that may offer a helpful starting point.
(`scripts/specs.*`) that may offer a helpful starting point.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment