-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from gjbex/development
Slurmify documentation
- Loading branch information
Showing
15 changed files
with
128 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,11 +29,13 @@ common tasks with minimal modification of job scripts. | |
|
||
|
||
## Documentation | ||
|
||
Full documentation is available on | ||
[Read the Docs](http://atools.readthedocs.io/en/latest/). | ||
|
||
|
||
## Important note | ||
|
||
If you use job arrays on a HPC system that accounts for compute time, | ||
remember that each job in the array is account as an individual job. | ||
Depending on the number of cores used by a job, this may increase the | ||
|
@@ -42,6 +44,7 @@ cost by a large factor compared to using the | |
|
||
|
||
## Requirements | ||
|
||
`atools` requires at least Python 3.2, but only uses the standard | ||
library. | ||
|
||
|
@@ -51,17 +54,21 @@ that can be change during installation. | |
|
||
|
||
## Installing | ||
|
||
After downloading and unpacking, simply run `configure` and `make`. For | ||
details, see the [documentation](http://atools.readthedocs.io/en/latest/). | ||
|
||
|
||
## Planned features | ||
|
||
In no particular order... | ||
|
||
* Template based job script creation | ||
* Indexed data files for scaling to very large numbers of tasks. | ||
|
||
|
||
## Contributors | ||
|
||
* [Geert Jan Bex](mailto:[email protected]), Hasselt University/University | ||
of Leuven | ||
* Stefan Becuwe, Antwerp University | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AC_INIT([atools], [1.5.1], [[email protected]]) | ||
AC_INIT([atools], [1.5.2], [[email protected]]) | ||
AM_INIT_AUTOMAKE([-Wall -Werror foreign tar-pax]) | ||
|
||
AC_CONFIG_FILES([ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
#!/usr/bin/env -S bash -l | ||
|
||
rm -f *.pbs.* out-*.txt |
Oops, something went wrong.