-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support singularity as an alternative do docker #286
Comments
Hi @dprananto , could please try the following code snippet (right after the import): import oommfc as oc
oc.runner.docker_exe = 'singularity' (I don't have Singularity so can't test this right now; please report any outcome, success or failure) |
Hi @lang-m, it runs successfully without error at this stage |
Please follow the steps explained in https://ubermag.github.io/documentation/notebooks/ubermagutil/logging.html and run |
Looking at this in more detail it turns out that the command line interface of So you will need to install OOMMF using a different method. You could in principle either install it via |
Hi,
I am trying to run Ubermag on an HPC via a Jupyter-Notebook container pulled from the docker-hub using Singularity.
I followed the Conda installation procedure written on the Ubermag website and tested the installation on the Terminal without a problem. However, when I tried running Ubermag on the Jupyter Notebook, ubermag packages could not run at all. I thought that the problem was on the environment, so I installed ipykernel and was able to run the ubermag package but failed when I tried to drive the system with an error showing that it could not find OOMMF.
I would appreciate it if you can help with this issue.
The text was updated successfully, but these errors were encountered: