NVIDIA / pyxis

Container plugin for Slurm Workload Manager
Apache License 2.0
266 stars 30 forks source link

How to install pyxis if my slurm is installed from source? #57

Closed LSC527 closed 2 years ago

LSC527 commented 2 years ago

I installed slurm 20.11.8 according to the official installation guide. However, there is no directory that looks like /etc/slurm-llnl/plugstack.conf.d, which is needed in https://github.com/NVIDIA/pyxis#with-make-install

flx42 commented 2 years ago

What about /etc/slurm/, does it exists? Where is your slurm.conf file stored?

On Mon, Aug 9, 2021, 21:54 LSC527 @.***> wrote:

I installed slurm 20.11.8 according to the official installation guide https://slurm.schedmd.com/quickstart_admin.html. However, there is no directory that looks like /etc/slurm-llnl/plugstack.conf.d, which is needed in https://github.com/NVIDIA/pyxis#with-make-install

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/NVIDIA/pyxis/issues/57, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA32BDKCJ5BKNV2KCRPHJWLT4CWI5ANCNFSM5B3LI7IQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

LSC527 commented 2 years ago

Hi, I manually create plugstack.conf and plugstack.conf.d where I stored my slurm.conf. Then I run srun --help | grep container-image as described in https://github.com/NVIDIA/pyxis/wiki/Installation#verifying-srun And it worked. Thanks!