Skip to content

Commit e9e7de0

Browse files
Merge pull request #48 from HPCNow/slurm
Slurm
2 parents 71eea7f + c7a9716 commit e9e7de0

File tree

6 files changed

+1190
-953
lines changed

6 files changed

+1190
-953
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ sudo apt-get install -y curl pipx git gcc lib32gcc-s1 unzip fuse3
1717

1818
```
1919
sudo yum update
20-
sudo yum install -y curl pipx git gcc lib32gcc-s1 unzip fuse3
20+
sudo yum install -y curl pipx git gcc lib32gcc-s1 unzip fuse3 python3-devel
2121
```
2222

2323
### On HPC machine
2424

2525
Please contact your administrator to install these packages:
2626
```
27-
curl pipx git gcc lib32gcc-s1 unzip fuse3
27+
curl pipx git gcc lib32gcc-s1 unzip fuse3 python3.xx-devel
2828
```
2929

3030
</br>

Diff for: froster/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from .froster import parse_arguments, ConfigManager, Archiver, AWSBoto
1+
from .froster import ConfigManager, Archiver, AWSBoto, Commands

0 commit comments

Comments
 (0)