Hi, I am trying to run a simple MPI program on TACC Stampede system. But, I have the following error: c445-203$ ../../ompi/install/bin/mpirun -np 2 -hostfile hosts ./simp srun: cluster configuration lacks support for cpu bindingBut, I have
My config flag is: ./configure --prefix=$PWD/install --enable-static --disable-shared --without-slurm --without-ftb --disable-vt Could anyone tell me what's the issue here? Zack