Skip to content
Snippets Groups Projects
README.md 462 B
Newer Older
Guilhem Saurel's avatar
Guilhem Saurel committed
# pfcalcul 2
Guilhem Saurel's avatar
Guilhem Saurel committed

Guilhem Saurel's avatar
Guilhem Saurel committed
extend pfc-1 with a venv
Guilhem Saurel's avatar
Guilhem Saurel committed

You'll need:
- understanding of pfc-1
- a copy of this example in `/pfcalcul/work/$USER/pfc-2`
- create a venv inside and instadd dependencies, eg.:

```bash
cd /pfcalcul/work/gsaurel/pfc-2
python3 -m venv venv
source venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
```

Then, after starting a Manager and a Boss as in pfc-1, you should be good for `sbatch ./schedule.sh`