Run-ac
From Earlham Cluster Department
Running on AC
- Compile your code using mpicc
- Use a qsub file. Example:
#!/bin/bash #PBS -l nodes=2:ppn=2 cd $PBS_O_WORKDIR mpdstartup mpirun -machinefile $PBS_NODEFILE -np 4 ./helloworld mpdallexit
- Submit with qsub script