hpcg-benchmark / hpcg

Official HPCG benchmark source code
http://www.hpcg-benchmark.org/
BSD 3-Clause "New" or "Revised" License
293 stars 123 forks source link

I get a problem in the build step #57

Closed Bohemianman closed 5 years ago

Bohemianman commented 6 years ago

I am a beginner and my English is not very good. But I hope you can take some time to answer my doubts. I will be very grateful I have clone it from Github.com.Then I choose hpcg/setup/Make.linux_MPI . Copy and paste it to setup. And I have change something about it. MPdir = $(HOME)mpich MPinc = -I$(MPdir)/include MPlib = $(MPdir)/lib HPCG_OPTS = -DHPCG_NO_OPENMP CXX = $(HOME)mpich/bin/mpicc LINKER = $(HOME)mpich/bin/mpicc LINKFLAGS = $(HOME)mpich/bin/mpicc Then I want to start the next step. In top-level directory, type: make path/to/setup/file It says: make: *** No rule to make target 'path/to/setup/file' I really want to know how to solve this problem. If you can answer It I will be greatly appreciated.

luszczek commented 5 years ago

You need to type make arch=linux_MPI so your file is found correctly.