Skip to content

Conversation

@hppritcha
Copy link
Member

This commit fixes things broken by commit
ea35e47.

Fixes #616

Signed-off-by: Howard Pritchard howardp@lanl.gov

This commit fixes things broken by commit
ea35e47.

Fixes open-mpi#616

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
@lanl-ompi
Copy link
Contributor

Refer to this link for build results (access rights to CI server needed):
http://jenkins.open-mpi.org/job/ompi_master_pr_cle5.2up02/79/

Build Log
last 20 lines

[...truncated 4947 lines...]
/opt/cray/alps/5.2.3-2.0502.9295.14.14.ari/include/alps/libalpslli.h:21:2: warning: #ident is a GCC extension
 #ident "$Id: libalpslli.h 9100 2014-10-13 20:41:14Z jhn $"
  ^
odls_alps_module.c: In function 'orte_odls_alps_launch_local_procs':
odls_alps_module.c:756:5: error: implicit declaration of function 'pmix_server_create_shared_segment' [-Werror=implicit-function-declaration]
     attr = pmix_server_create_shared_segment(job);
     ^
odls_alps_module.c:756:10: warning: assignment makes pointer from integer without a cast
     attr = pmix_server_create_shared_segment(job);
          ^
cc1: some warnings being treated as errors
make[2]: *** [mca_odls_alps_la-odls_alps_module.lo] Error 1
make[2]: Leaving directory `/global/u2/h/hpp/jenkins_edison/workspace/ompi_master_pr_cle5.2up02/orte/mca/odls/alps'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/global/u2/h/hpp/jenkins_edison/workspace/ompi_master_pr_cle5.2up02/orte'
make: *** [all-recursive] Error 1
Build step 'Execute shell' marked build as failure
GCM: Sending notification to: hpp
Setting status of 05325b113ef9db34a2fc9cd83c94f4aaf0cef81f to FAILURE with url http://jenkins.open-mpi.org/job/ompi_master_pr_cle5.2up02/79/ and message: Build finished.

Test FAILed.

@mellanox-github
Copy link

Refer to this link for build results (access rights to CI server needed):
http://bgate.mellanox.com/jenkins/job/gh-ompi-master-pr/581/

Build Log
last 50 lines

[...truncated 12037 lines...]
  CC       ptype_ub_f.lo
  CC       ptype_vector_f.lo
  CC       punpack_external_f.lo
  CC       punpack_f.lo
  CC       punpublish_name_f.lo
  CC       pwaitall_f.lo
  CC       pwaitany_f.lo
  CC       pwait_f.lo
  CC       pwaitsome_f.lo
  CC       pwtime_f.lo
  CC       pwtick_f.lo
  CC       paccumulate_f.lo
  CC       praccumulate_f.lo
  CC       pget_f.lo
  CC       prget_f.lo
  CC       pget_accumulate_f.lo
  CC       prget_accumulate_f.lo
  CC       pput_f.lo
  CC       prput_f.lo
  CC       pcompare_and_swap_f.lo
  CC       pfetch_and_op_f.lo
  CC       pwin_allocate_f.lo
  CC       pwin_allocate_shared_f.lo
  CC       pwin_attach_f.lo
  CC       pwin_call_errhandler_f.lo
  CC       pwin_complete_f.lo
  CC       pwin_create_dynamic_f.lo
gcc: pwin_attach_f.c: No such file or directory
gcc: no input files
make[3]: *** [pwin_attach_f.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
  CC       pwin_create_errhandler_f.lo
gcc: pwin_create_dynamic_f.c: No such file or directory
gcc: no input files
make[3]: *** [pwin_create_dynamic_f.lo] Error 1
make[3]: Leaving directory `/scrap/jenkins/jenkins/jobs/gh-ompi-master-pr/workspace/ompi/mpi/fortran/mpif-h/profile'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/scrap/jenkins/jenkins/jobs/gh-ompi-master-pr/workspace/ompi/mpi/fortran/mpif-h'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/scrap/jenkins/jenkins/jobs/gh-ompi-master-pr/workspace/ompi'
make: *** [install-recursive] Error 1
Build step 'Execute shell' marked build as failure
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at BUILD level /var/lib/jenkins/jobs/gh-ompi-master-pr/workspace/cov_build to /var/lib/jenkins/jobs/gh-ompi-master-pr/builds/581/htmlreports/Coverity_Report
Setting commit status on GitHub for https://github.com/open-mpi/ompi/commit/3b7fa4acf808246652ed0b413f908abfc40e9c4a
[BFA] Scanning build for known causes...
[BFA] No failure causes found
[BFA] Done. 0s
Setting status of 05325b113ef9db34a2fc9cd83c94f4aaf0cef81f to FAILURE with url http://bgate.mellanox.com:8888/jenkins/job/gh-ompi-master-pr/581/ and message: Build finished.

Test FAILed.

@hppritcha
Copy link
Member Author

going ahead and merging this to get cray builds to work (at least with --disable-mpi-fortran set on config line).

hppritcha added a commit that referenced this pull request Jun 2, 2015
@hppritcha hppritcha merged commit 8bb0082 into open-mpi:master Jun 2, 2015
@hppritcha hppritcha deleted the topic/fix_busted_cray_build branch October 15, 2015 17:52
jsquyres pushed a commit to jsquyres/ompi that referenced this pull request Nov 10, 2015
…_patches

v2.x - BUILD: allow platform patches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

commit ea35e47 breaks cray build

3 participants