BenoitMorel / Asteroid

GNU Affero General Public License v3.0
10 stars 1 forks source link

Installing Asteroid with EasyBuild on a compute cluster #3

Open stevecdavis opened 1 year ago

stevecdavis commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 https://github.com/BenoitMorel/Asteroid/issues/3#issuecomment-1477995356, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADJJ3ULCRHX5MXE7WVYZVTDW5G67DANCNFSM6AAAAAAWBOPDTU . You are receiving this because you commented.Message ID: @.***>