-
Notifications
You must be signed in to change notification settings - Fork 930
odls/alps: fix busted build for cray. #617
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
Conversation
This commit fixes things broken by commit ea35e47. Fixes open-mpi#616 Signed-off-by: Howard Pritchard <howardp@lanl.gov>
|
Refer to this link for build results (access rights to CI server needed): Build Log Test FAILed. |
|
Refer to this link for build results (access rights to CI server needed): Build Log Test FAILed. |
|
@hppritcha - how do you set name "LANL - Cray XC" for jenkins? :) |
|
This has nothing to do with the Cray - the master is broken for everyone: gcc: error: pwin_attach_f.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.
make[3]: *** [pwin_attach_f.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
gcc: error: pwin_create_dynamic_f.c: No such file or directory
gcc: error: pwin_detach_f.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.
gcc: fatal error: no input files
compilation terminated.
make[3]: *** [pwin_detach_f.lo] Error 1
make[3]: *** [pwin_create_dynamic_f.lo] Error 1
gcc: error: pwin_get_info_f.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.
make[3]: *** [pwin_get_info_f.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1 |
|
Looks like @ggouaillardet forgot to "git add" the new files :-( |
|
bot:retest |
1 similar comment
|
bot:retest |
|
2015-06-02 6:32 GMT-06:00 Mike Dubman notifications@github.com:
In the "Commit Status Context" field of the github pull request builder If it helps we could add Eugene to the admins for the openmpi I accidentally had two github pull request builder projects going. Of course I didn't find out the brokeness of the ompi for cray For that issue, I'm setting up a second project to build after —
|
|
Refer to this link for build results (access rights to CI server needed): Build Log Test FAILed. |
|
Refer to this link for build results (access rights to CI server needed): Build Log Test FAILed. |
|
one more test to check jenkins setup. |
|
Refer to this link for build results (access rights to CI server needed): Build Log Test FAILed. |
|
oops ! |
|
Refer to this link for build results (access rights to CI server needed): Build Log Test FAILed. |
|
closing this PR and retrying again to make sure jenkins at IU is working like we want |
…oc_complete_init ompi_proc_complete_init: always reset u16ptr
This commit fixes things broken by commit
ea35e47.
Fixes #616
Signed-off-by: Howard Pritchard howardp@lanl.gov