Skip to content
Snippets Groups Projects
Commit 13fb747d authored by Guilherme Pantoja Calandrini de Azevedo Junior's avatar Guilherme Pantoja Calandrini de Azevedo Junior
Browse files

Wrong check of module

Before: - module load spider CP2K
After: - module spider CP2K
parent 220d81f0
No related branches found
No related tags found
2 merge requests!687Automated merge from preview to main,!681Wrong check of module
...@@ -39,7 +39,7 @@ We provide the script `ml_arch_avail` that can be used to check if a certain mod ...@@ -39,7 +39,7 @@ We provide the script `ml_arch_avail` that can be used to check if a certain mod
## Example, running CP2K on Rome ## Example, running CP2K on Rome
First, check what CP2K modules are available in general: First, check what CP2K modules are available in general:
`module load spider CP2K` or `module avail CP2K`. `module spider CP2K` or `module avail CP2K`.
You will see that there are several different CP2K versions avail, built with different toolchains. You will see that there are several different CP2K versions avail, built with different toolchains.
Now let's assume you have to decided you want to run CP2K version 6 at least, so to check if those Now let's assume you have to decided you want to run CP2K version 6 at least, so to check if those
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment