First page Back Continue Last page Summary Graphics
Scheduling with bprun
See Appendix A: modify to taste
- Send me the improvements!
Run command for each parameter in turn:
- bprun -NX gcc -c -O main.c ruf.c fs.c dev.c
- results in
- bpsh -NX gcc -c -O main.c
- bpsh -NX gcc -c -O ruf.c
- bpsh -NX gcc -c -O fs.c
- bpsh -NX gcc -c -O dev.c
bprun starts a new job as the previous job finishes on that processor/node
Notes: