Skip to content
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

Defect: extensions in random_init unit test #743

Closed
1 task done
rouson opened this issue Jan 6, 2022 · 1 comment
Closed
1 task done

Defect: extensions in random_init unit test #743

rouson opened this issue Jan 6, 2022 · 1 comment
Assignees

Comments

@rouson
Copy link
Member

rouson commented Jan 6, 2022

  • 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.9.2
  • Fortran Compiler: Homebrew GCC 11.2.0_3
  • C compiler used for building lib: Homebrew GCC 11.2.0_3
  • Installation method: install.sh
  • All flags & options passed to the installer:
    -y -j 8 -M ~/.local/mpich/3.2/gnu/11.2.0 -i ~/.local/opencoarrays/2.9.2/gnu/11.2.0
  • Output of uname -a:
    Darwin CLaSS 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:23 PDT 2021; root:xnu-8019.41.5~1/RELEASE_X86_64 x86_64
  • MPI library being used: MPICH 3.2
  • Machine architecture and number of physical cores: 8
  • Version of CMake: 3.22.0

To help us debug your issue please explain:

What you were trying to do (and why)

Build OpenCoarrays.

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

Warnings:

/Users/rouson/Repositories/sourceryinstitute/opencoarrays/src/tests/unit/simple/random_init.f90:57:14:

   57 |     seed_eq = any(random_num .eq. from_master)
      |              1
Warning: Extension: Conversion from LOGICAL(4) to INTEGER(4) at (1)
/Users/rouson/Repositories/sourceryinstitute/opencoarrays/src/tests/unit/simple/random_init.f90:76:14:

   76 |     seed_eq = any(random_num .eq. from_master)
      |              1
Warning: Extension: Conversion from LOGICAL(4) to INTEGER(4) at (1)
/Users/rouson/Repositories/sourceryinstitute/opencoarrays/src/tests/unit/simple/random_init.f90:94:12:

   94 |   seed_eq = all(random_num .eq. from_master)
      |            1
Warning: Extension: Conversion from LOGICAL(4) to INTEGER(4) at (1)
/Users/rouson/Repositories/sourceryinstitute/opencoarrays/src/tests/unit/simple/random_init.f90:112:12:

  112 |   seed_eq = all(random_num .eq. from_master)
      |            1
Warning: Extension: Conversion from LOGICAL(4) to INTEGER(4) at (1)

What you expected to happen

No warnings.

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

brew install gcc gfortran
git clone git@github.com:sourceryinstitute/opencoarrays
cd opencoarrays
./install.sh -y -j 8 -i ~/.local/mpich/3.2/gnu/11.2.0 -p mpich
./install.sh -y -j 8 -M ~/.local/mpich/3.2/gnu/11.2.0 -i ~/.local/opencoarrays/2.9.2/gnu/11.2.0
@vehre vehre self-assigned this Jan 10, 2022
@rouson
Copy link
Member Author

rouson commented Jan 22, 2022

I believe PR #744 resolved this so I'll close this issue.

@rouson rouson closed this as completed Jan 22, 2022
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

No branches or pull requests

2 participants