|
|
|
Compiling over IB:
mpicc my_prog.c
Running Jobs over IB:mpirun -np <#> my_prog
Job Control
- qsub: Submit a job
- qdel: Delete a batch job
- qsig: Send a signal to batch job
- qhold: Hold a batch job
- qrls: Release held jobs
- qrerun: Rerun a batch job
- qmove: Move a batch job to another queue
Job Monitoring
- qstat: Show status of batch jobs
- qselect: Select a specific subset of jobs
|
|