test.sh 247 B

123456789
  1. # Currently Loaded Modulefiles:
  2. # 1) gcc-6.3.0
  3. cd mpi-stub && make && cd ..
  4. ./autogen.sh
  5. ./configure MPICXX="g++ -static -I./mpi-stub/include" LIBS="-L./mpi-stub/lib -lmpi" CXXFLAGS="-O3 -march=native -fopenmp" FLIBS=" "
  6. make all-examples -j