Tools¶
Created on Jan 15, 2010
@author: Roland Kaminski
mkdir_p(path: str) -> None
¶
Simulates mkdir -p functionality.
Attributes:
| Name | Type | Description |
|---|---|---|
path |
str
|
A string holding the path to create. |
seconds_to_slurm_time(int_rep: int) -> str
¶
Converts time in seconds to DD-HH:MM:SS time format.
Attributes:
| Name | Type | Description |
|---|---|---|
int_rep |
int
|
Int representation. |
seconds_to_xml_time(int_rep: int) -> str
¶
Converts time in seconds to [<D>d] [<H>h] [<M>m] [<S>s] time format.
Attributes:
| Name | Type | Description |
|---|---|---|
int_rep |
int
|
Int representation. |