-
Notifications
You must be signed in to change notification settings - Fork 63
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
"make" runs in a loop #193
Comments
I've run into this before and I think it was due to a file having a date set in the future. Can you try running a on the tree first and see if that helps? |
Shane,
Why can't I successfully run nvidia-smi or deviceQuery on the GPU host
using Shifter containers, it works with Slurm without Shifter. I can print
the driver version as well as CUDA visible devices but not nvidia-smi or
deviceQuery?
Other than that Shifter is working great.
Thanks,
Vlad.
…On Fri, Mar 9, 2018, 16:45 Shane Canon ***@***.***> wrote:
I've run into this before and I think it was due to a file having a date
set in the future. Can you try running a
find . -type f|xargs touch
on the tree first and see if that helps?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#193 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AjdwPuokixivwkmBsJgd2wApKwM5DYNOks5tcvgBgaJpZM4Si-31>
.
|
Let me see if I can get someone from CSCS to comment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I am trying to install Shifter manually, I have downloaded Zip file, unzipped into a directory and ran "autogen.sh" file. During the running of the "autogen.sh" script I see the following types of warnings:
"src/test/Makefile.am:75: warning: variable 'test_shifterimg_SOURCES' is defined but no program or
src/test/Makefile.am:75: library has 'test_shifterimg' as canonical name (possible typo)"
"src/test/Makefile.am:31: warning: source file '$(top_srcdir)/src/utility.c' is in a subdirectory,
src/test/Makefile.am:31: but option 'subdir-objects' is disabled"
"wlm_integration/slurm/test/Makefile.am:5: warning: variable 'CPPUTEST_LDFLAGS' is defined but no program or
wlm_integration/slurm/test/Makefile.am:5: library has 'CPPUTEST' as canonical name (possible typo)
wlm_integration/slurm/test/Makefile.am:10: warning: variable 'TEST_LDFLAGS' is defined but no program or
wlm_integration/slurm/test/Makefile.am:10: library has 'TEST' as canonical name (possible typo)"
After "autogen.sh" script finishes it creates "configure" file when I run the "configire" file it also finishes and generates "Makefile", but when I run "make" it gives me the same error messages I have described above.
Any ideas?
Thank you in advance.
The text was updated successfully, but these errors were encountered: