-
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
Add CI for Singularity Image #7
Comments
|
in line 32 singularity_ngen.def This gives permission for all users to access modules. |
In install_netcdf_cxx.sh Verify |
Singularity> cat /usr/include/boost/version.hpp | grep "BOOST_LIB_VERSION" |
|
Getting an build error because boost version.
Currently Loaded Modules:
CMake Error at CMakeLists.txt:44 (find_path): gmake: Makefile: No such file or directory gmake: Makefile: No such file or directory gmake: Makefile: No such file or directory
|
Getting an error with 004 input with newly built singularity image. Initializing formulations |
In Serial run, I am getting the following error.
|
Too many open files is due to the following setting in HelloGEN.sh
|
Parallel run gets an error with
|
~/workspace/Ngen-Singularity/singularity$ singularity run --bind /home/ubuntu/workspace/input/AWI_004:/ngen/ngen/data ciroh-ngen-singularity_latest.sif /ngen/ngen/data /ngen/HelloNGEN.sh: line 12: ulimit: open files: cannot modify limit: Operation not permitted ulimit -n max is 1000000.
|
Can we use the same HelloNGEN.sh in both Docker and Singularity? |
PR #10 merged |
Getting the following error
And, this is what I got from shell.
|
|
Run command in terminal
Run command inside running image
|
This task is blocked by issue 12 |
unblocked by using ngen commit id f91e2ea |
No description provided.
The text was updated successfully, but these errors were encountered: