You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While deploying an app I discovered that while you can launch an app with no shebang in the script in a sandbox environment and have things work, if you run this in production, for some reason that shell_path will just fail silently. You will see a file write with the wrong permissions, and that's it.
Let's add some logging to at least signal they need to specify the shell to use for SLURM when this happens in their script.
The text was updated successfully, but these errors were encountered:
ood_core/lib/ood_core/job/adapters/slurm.rb
Line 521 in 122835c
While deploying an app I discovered that while you can launch an app with no shebang in the script in a sandbox environment and have things work, if you run this in production, for some reason that
shell_path
will just fail silently. You will see a file write with the wrong permissions, and that's it.Let's add some logging to at least signal they need to specify the shell to use for SLURM when this happens in their script.
The text was updated successfully, but these errors were encountered: