From bb6995ae12ec1d6af4a566f32515eb95a7b0fa00 Mon Sep 17 00:00:00 2001 From: Martin Schwarzer Date: Fri, 19 Jan 2024 21:37:03 +0100 Subject: [PATCH] Prepare early access for review Change to early access to allow testing Minor stuffs. --- README.md | 2 +- VERSION | 4 ++-- guides/module-examples.md | 2 +- guides/set-up.md | 2 +- guides/usage-opts.md | 4 +++- runxtb.rc | 2 +- 6 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3c1ea16..7f90a36 100644 --- a/README.md +++ b/README.md @@ -173,4 +173,4 @@ See [LICENSE](LICENSE) to see the full text. You should have received a copy of the GNU General Public License along with this program. If not, see . -(Martin; 2024-01-07; wrapper version 0.5.0) +(Martin; 2024-01-19; wrapper version 0.5.0.ea1) diff --git a/VERSION b/VERSION index 880553d..d9217b7 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ #!/bin/bash -version="0.6.0-devel" -versiondate="2024-01-XX" +version="0.6.0.ea1" +versiondate="2024-01-19" diff --git a/guides/module-examples.md b/guides/module-examples.md index dd0ef57..13441ef 100644 --- a/guides/module-examples.md +++ b/guides/module-examples.md @@ -143,4 +143,4 @@ purge_modules="true" ``` This will unload all modules and allows you to include only the necessary ones. -(Martin; 2024-01-XX; wrapper version 0.6.0) +(Martin; 2024-01-19; wrapper version 0.6.0.ea1) diff --git a/guides/set-up.md b/guides/set-up.md index e9d9593..540c2d2 100644 --- a/guides/set-up.md +++ b/guides/set-up.md @@ -153,5 +153,5 @@ If you are not sure, or using it the first time, these are the basic steps for w Now testing should be complete. -(Martin; 2024-01-07; wrapper version 0.5.0) +(Martin; 2024-01-19; wrapper version 0.6.0.ea1) diff --git a/guides/usage-opts.md b/guides/usage-opts.md index 64aa788..c6fa908 100644 --- a/guides/usage-opts.md +++ b/guides/usage-opts.md @@ -98,10 +98,12 @@ This option also needs a specified module or a list of modules (see below). Command line: `-l ` Configuration: `load_modules[]=`, with `` being the integer load order +Configuration: `purge_modules=true|false` Specify a module to be used. This will also invoke `-M`. The option may be specified multiple times to create a list (stored as an array). If `` is `0`, the list will be cleared first. +If `` is `purge`, all modules will be purged (unloaded) first, then the list will be cleared. The modules (if more than one) need to be specified in the order they have to be loaded if they depend on each other. Command line: `-B ` @@ -137,4 +139,4 @@ Command line: `-X` Retrieve the man page of xcontrol from the original xtb distribution. -(Martin; 2024-01-07; wrapper version 0.5.0) +(Martin; 2024-01-19; wrapper version 0.6.0.ea1) diff --git a/runxtb.rc b/runxtb.rc index d71ece5..33d43c5 100644 --- a/runxtb.rc +++ b/runxtb.rc @@ -95,4 +95,4 @@ requested_walltime="24:00:00" # -## End of example runxtb.rc (Martin; 2024-01-07; wrapper version 0.5.0) +## End of example runxtb.rc (Martin; 2024-01-19; wrapper version 0.5.0.ea1)