Skip to content

Execution

weiqishen edited this page Feb 23, 2019 · 2 revisions

Single CPU

To run the serial version of HiFiLES, use the following command:

$ HiFiLES input_file

MPI

On a personal computer or interactive session on HPC, run the following command:

$ mpirun -np <number of cpus> HiFiLES input_file

Clone this wiki locally