Skip to content

Commit 8240acf

Browse files
add warnings
1 parent 6cff99f commit 8240acf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/software/sciapps/quantumespresso.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,12 @@ To recompile QE after editing the source code re-run `spack -e $SCRATCH/qe-env i
147147
uenv start quantumespresso/v7.3.1
148148
MPICH_GPU_SUPPORT_ENABLED=1 srun [...] $SCRATCH/qe-env/view/bin/pw.x < pw.in
149149
```
150-
Note: The `pw.x` is linked to the uenv, it won't work without activating the uenv, also it will only work with the exact same version of the uenv. The physical installation path is in `$SCRATCH/spack`, deleting this directory will leave the anonymous spack environment created in 3. with dangling symlinks.
150+
151+
!!! warning
152+
The `pw.x` is linked to the uenv, it won't work without activating the uenv, also it will only work with the exact same version of the uenv.
153+
154+
!!! warning
155+
The physical installation path is in `$SCRATCH/spack`, deleting this directory will leave the anonymous spack environment created in 3. with dangling symlinks.
151156

152157

153158

0 commit comments

Comments
 (0)