Skip to content
Snippets Groups Projects

Add proprietary NEC code for Traceback

Merged Marek Jacob requested to merge nec_backtrace into master

This is documented in 9.1.2 https://sxauroratsubasa.sakura.ne.jp/documents/sdk/pdfs/g2af01e-C++UsersGuide-033.pdf

Thanks to Jens-Olaf Beismann (NEC).

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Marek Jacob requested review from @b381001

    requested review from @b381001

  • Jonas Jucker approved this merge request

    approved this merge request

  • Thank you. Now we have clean tracebacks for most of the platforms

  • Maybe we should already do one version update in icon-mpim after this MR?

  • Oh, nice!

  • Author Maintainer

    This is the output of the NEC vector engine binary:

        FINISH PE:     1 check_my_component: my_process_model is unkown
    [ 0] 0x600007d22650 MO_UTIL_BACKTRACE::FTN_UTIL_BACKTRACE /hpc/uhome/majacob/icon/icon-nwp/externals/fortran-support/src/mo_util_backtrace.f90:24
    [ 1] 0x600007cd9090 MO_EXCEPTION::FINISH /hpc/uhome/majacob/icon/icon-nwp/externals/fortran-support/src/mo_exception.f90:233
    [ 2] 0x600000137218 MO_MASTER_INIT::SET_MY_COMPONENT /hpc/uhome/majacob/icon/icon-nwp/src/drivers/mo_master_init.f90:176
    [ 3] 0x600000135f18 MO_MASTER_INIT::INIT_MASTER_CONTROL /hpc/uhome/majacob/icon/icon-nwp/src/drivers/mo_master_init.f90:113
    [ 4] 0x600000033190 ICON             /hpc/uhome/majacob/icon/icon-nwp/src/drivers/icon.f90:193
    [ 5] 0x60000ae26980 ?                ?:?
    [ 6] 0x600c02040810 ?                ?:?
    [ 7] 0x600000014000 ?                ?:?
    [0,1] MPI Abort by user Aborting program !
    [0,1] Obtained 11 stack frames.
    [0,1] /opt/nec/ve/mpi/2.22.0/lib64/ve/libmpi.so.1(MPID_Abort+0x2b0) [0x60001c07e320]
    [0,1] /opt/nec/ve/mpi/2.22.0/lib64/ve/libmpi.so.1(MPI_Abort+0x4e8) [0x60001c51a6d8]
    [0,1] /opt/nec/ve/mpi/2.22.0/lib64/ve/libmpi.so.1(mpi_abort_+0xe8) [0x60001c53c638]
    [0,1] /hpc/uhome/majacob/icon/build/VE_bt/bin/icon() [0x60000004fb78]
    [0,1] /hpc/uhome/majacob/icon/build/VE_bt/bin/icon() [0x600007cd9020]
    [0,1] /hpc/uhome/majacob/icon/build/VE_bt/bin/icon() [0x600000137220]
    [0,1] /hpc/uhome/majacob/icon/build/VE_bt/bin/icon() [0x600000135f20]
    [0,1] /hpc/uhome/majacob/icon/build/VE_bt/bin/icon() [0x600000033198]
    [0,1] /hpc/uhome/majacob/icon/build/VE_bt/bin/icon() [0x60000ae26988]
    [0,1] /opt/nec/ve/lib/libc.so.6(__libc_start_main+0x3a8) [0x600c02040818]
    [0,1] /hpc/uhome/majacob/icon/build/VE_bt/bin/icon() [0x600000014008]
    [0,1] Aborting program!
  • Marek Jacob marked this merge request as draft

    marked this merge request as draft

  • Marek Jacob marked this merge request as ready

    marked this merge request as ready

  • merged

  • Yen-Chen Chen mentioned in commit e17614c4

    mentioned in commit e17614c4

Please register or sign in to reply
Loading