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

Installing Asteroid with EasyBuild on a compute cluster #3

Open
stevecdavis opened this issue Mar 20, 2023 · 3 comments
Open

Installing Asteroid with EasyBuild on a compute cluster #3

stevecdavis opened this issue Mar 20, 2023 · 3 comments

Comments

@stevecdavis
Copy link

Hi, I was looking to install Asteroid on our compute cluster and was getting some errors using their standard install settings. I just wanted to check in to make sure there weren't any tricks to doing this that I may have missed or overlooked.
Have you/others installed it on a grid for MPI work?
When I use the built-in cmake with EasyBuild I get
cmd " make install " exited with exit code 2 and output:\nmake: *** No rule to make target \'install\'. Stop.\n')
And when I tell it to run "make -j 4" like in the documentation it doesn't set anything up.
Thanks for any help/suggestions you can provide.

@BenoitMorel
Copy link
Owner

Hi!
Yes, installation should also work on clusters.
Can you post the whole logs (before the make error)?
I suspect that something went wrong with cmake, so I would first check that cmake is installed and that it executed properly.
Best,
Benoit

@stevecdavis
Copy link
Author

Hi Benoit,
I think it's how your software builds and how the EasyBuild software looks for it to install.
I was able to get your software working on a Mac and also it starts to build but then fails looking to install it.

== FAILED: Installation ended unsuccessfully (build directory: /tmp/Asteroid/1.0/gompi-2021b): build failed (first 300 chars): cmd " make install " exited with exit code 2 and output:
make: *** No rule to make target 'install'. Stop.

You don't use the make install settings/options, right?

It may not be as much a you problem as something I'll need to find a workaround for.
-Steve

@BenoitMorel
Copy link
Owner

BenoitMorel commented Mar 21, 2023 via email

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