Newer
Older
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`