Skip to content

aarch64 test failed after build with gcc and hmpi #775

Open
@aiye123

Description

The title of the issue should start with Defect: followed by a
succinct title.

Please make sure to put any logs, terminal output, or code in
fenced code blocks. Please also read the contributing guidelines
before submitting a new issue.

Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information.

  • I am reporting a bug others will be able to reproduce and not asking a question or requesting a new feature.

System information including:

  • OpenCoarrays Version: 2.10.1
  • Fortran Compiler: gfortran
  • C compiler used for building lib: gcc
  • Installation method: install.sh(cmake)
  • All flags & options passed to the installer ${JARVIS_TMP}/OpenCoarrays-2.10.1/ -DCMAKE_INSTALL_PREFIX=$1
    -DCMAKE_BUILD_TYPE:STRING="Debug"
  • Output of uname -a: Linux host-10-208-134-176 4.19.90-2012.4.0.0053.oe1.aarch64 tests dis_transpose: test passed  #1 SMP Mon Dec 21 14:33:58 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux
  • MPI library being used: hmpi1.1.1(openmpi 4)
  • Machine architecture and number of physical cores:arm64 16cores
  • Version of CMake: 3.16.5

To help us debug your issue please explain:

What you were trying to do (and why)

test opencoarrays on openEuler system

What happened (include command output, screenshots, logs, etc.)

run test after build
The following tests FAILED:
14 - alloc_comp_get_convert_nums (Failed)
29 - alloc_comp_send_convert_nums (Failed)
Errors while running CTest

What you expected to happen

all test should pass

Step-by-step reproduction instructions to reproduce the error/bug

rm -rf OpenCoarrays-2.10.1
tar -xvf ${JARVIS_DOWNLOAD}/OpenCoarrays-2.10.1.tar.gz
cd OpenCoarrays-2.10.1
rm -rf opencoarrays-build
mkdir opencoarrays-build && cd opencoarrays-build
cmake ${JARVIS_TMP}/OpenCoarrays-2.10.1/ -DCMAKE_INSTALL_PREFIX=$1 \
-DCMAKE_BUILD_TYPE:STRING="Debug"
make -j
make install -j
export OMPI_ALLOW_RUN_AS_ROOT=1 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 && ctest --output-on-failure --schedule-random --repeat-until-fail 1 --timeout 200

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions