Skip to content

Commit

Permalink
Prepare early access for review
Browse files Browse the repository at this point in the history
Change to early access to allow testing

Minor stuffs.
  • Loading branch information
polyluxus committed Jan 19, 2024
1 parent 07e3c5e commit bb6995a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.gnu.org/licenses/>.

(Martin; 2024-01-07; wrapper version 0.5.0)
(Martin; 2024-01-19; wrapper version 0.5.0.ea1)
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
version="0.6.0-devel"
versiondate="2024-01-XX"
version="0.6.0.ea1"
versiondate="2024-01-19"
2 changes: 1 addition & 1 deletion guides/module-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion guides/set-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

4 changes: 3 additions & 1 deletion guides/usage-opts.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,12 @@ This option also needs a specified module or a list of modules (see below).

Command line: `-l <ARG>`
Configuration: `load_modules[<N>]=<ARG>`, with `<N>` 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 `<ARG>` is `0`, the list will be cleared first.
If `<ARG>` 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 <ARG>`
Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion runxtb.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit bb6995a

Please sign in to comment.