Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo apt-get install byacc
cd mvapich2-2.1
./configure --enable-fast=all,O3 --enable-shared --enable-threads=multiple --enable-cuda=basic --disable-fortran --disable-mcast --with-cuda=/usr/local/cuda --enable-timer-type=gettimeofday
make
make install

make install on all nodes

Code Block
for i in `seq 1 7`; do ssh ubuntu@jetson0$i "sudo mkdir -p /usr/include/asm; sudo scp ubuntu@jetson:/usr/include/asm/timex.h /usr/include/asm/timex.h; cd /home/ubuntu/MPI/mvapich2-2.1; sudo make install; done 

 

 

MPI Test