Skip to content

Commit

Permalink
Merge pull request #48 from HPCNow/slurm
Browse files Browse the repository at this point in the history
Slurm
  • Loading branch information
victormachadoperez authored May 28, 2024
2 parents 71eea7f + c7a9716 commit e9e7de0
Show file tree
Hide file tree
Showing 6 changed files with 1,190 additions and 953 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ sudo apt-get install -y curl pipx git gcc lib32gcc-s1 unzip fuse3

```
sudo yum update
sudo yum install -y curl pipx git gcc lib32gcc-s1 unzip fuse3
sudo yum install -y curl pipx git gcc lib32gcc-s1 unzip fuse3 python3-devel
```

### On HPC machine

Please contact your administrator to install these packages:
```
curl pipx git gcc lib32gcc-s1 unzip fuse3
curl pipx git gcc lib32gcc-s1 unzip fuse3 python3.xx-devel
```

</br>
Expand Down
2 changes: 1 addition & 1 deletion froster/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .froster import parse_arguments, ConfigManager, Archiver, AWSBoto
from .froster import ConfigManager, Archiver, AWSBoto, Commands
Loading

0 comments on commit e9e7de0

Please sign in to comment.