Skip to content

Commit bb6995a

Browse files
committed
Prepare early access for review
Change to early access to allow testing Minor stuffs.
1 parent 07e3c5e commit bb6995a

6 files changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,4 @@ See [LICENSE](LICENSE) to see the full text.
173173
You should have received a copy of the GNU General Public License
174174
along with this program. If not, see <https://www.gnu.org/licenses/>.
175175

176-
(Martin; 2024-01-07; wrapper version 0.5.0)
176+
(Martin; 2024-01-19; wrapper version 0.5.0.ea1)

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
2-
version="0.6.0-devel"
3-
versiondate="2024-01-XX"
2+
version="0.6.0.ea1"
3+
versiondate="2024-01-19"

guides/module-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ purge_modules="true"
143143
```
144144
This will unload all modules and allows you to include only the necessary ones.
145145

146-
(Martin; 2024-01-XX; wrapper version 0.6.0)
146+
(Martin; 2024-01-19; wrapper version 0.6.0.ea1)

guides/set-up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,5 @@ If you are not sure, or using it the first time, these are the basic steps for w
153153

154154
Now testing should be complete.
155155

156-
(Martin; 2024-01-07; wrapper version 0.5.0)
156+
(Martin; 2024-01-19; wrapper version 0.6.0.ea1)
157157

guides/usage-opts.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,12 @@ This option also needs a specified module or a list of modules (see below).
9898

9999
Command line: `-l <ARG>`
100100
Configuration: `load_modules[<N>]=<ARG>`, with `<N>` being the integer load order
101+
Configuration: `purge_modules=true|false`
101102

102103
Specify a module to be used. This will also invoke `-M`.
103104
The option may be specified multiple times to create a list (stored as an array).
104105
If `<ARG>` is `0`, the list will be cleared first.
106+
If `<ARG>` is `purge`, all modules will be purged (unloaded) first, then the list will be cleared.
105107
The modules (if more than one) need to be specified in the order they have to be loaded if they depend on each other.
106108

107109
Command line: `-B <ARG>`
@@ -137,4 +139,4 @@ Command line: `-X`
137139

138140
Retrieve the man page of xcontrol from the original xtb distribution.
139141

140-
(Martin; 2024-01-07; wrapper version 0.5.0)
142+
(Martin; 2024-01-19; wrapper version 0.6.0.ea1)

runxtb.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@
9595
requested_walltime="24:00:00"
9696

9797
#
98-
## End of example runxtb.rc (Martin; 2024-01-07; wrapper version 0.5.0)
98+
## End of example runxtb.rc (Martin; 2024-01-19; wrapper version 0.5.0.ea1)

0 commit comments

Comments
 (0)