Using `wsub -threaded` results in using `mpirun -ppn X`, which is specific to Intel MPI. With OpenMPI, you get: ``` mpirun: Error: unknown option "-ppn" ``` For OpenMPI, the equivalent would be `mpirun --map-by ppr:4:node`.
Using
wsub -threadedresults in usingmpirun -ppn X, which is specific to Intel MPI.With OpenMPI, you get:
For OpenMPI, the equivalent would be
mpirun --map-by ppr:4:node.