Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I get a problem in the build step #57

Closed
Bohemianman opened this issue Mar 10, 2018 · 1 comment
Closed

I get a problem in the build step #57

Bohemianman opened this issue Mar 10, 2018 · 1 comment

Comments

@Bohemianman
Copy link

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.

@Bohemianman Bohemianman changed the title I get a problem in the build step linux I get a problem in the build step Mar 11, 2018
@luszczek
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants