-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
Hi! |
Hi Benoit, == 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: 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. |
Oh that's correct, I haven't seen that it was the "make install" command.
You are right, I don't use it. If you can't find a workaround, let me know
if there is anything I can do.
Le mar. 21 mars 2023 à 16:00, stevecdavis ***@***.***> a
écrit :
… 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
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADJJ3ULCRHX5MXE7WVYZVTDW5G67DANCNFSM6AAAAAAWBOPDTU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
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.
The text was updated successfully, but these errors were encountered: