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

scalapack 2.2.2 #204058

Merged
merged 3 commits into from
Jan 24, 2025
Merged

Conversation

branchvincent
Copy link
Member

Created with brew bump-formula-pr.

release notes
## What's Changed
* Fix parallel builds with GNU make by @joseeroman in https://github.com/Reference-ScaLAPACK/scalapack/pull/53
* Fixes #47 by @ajaypanyala in https://github.com/Reference-ScaLAPACK/scalapack/pull/57
* Adds Continuous Integration on ScaLAPACK by @weslleyspereira in https://github.com/Reference-ScaLAPACK/scalapack/pull/56
* Fixes for macOS portability by @joseeroman in https://github.com/Reference-ScaLAPACK/scalapack/pull/51
* CMake: Allow to override CDEFS by @jschueller in https://github.com/Reference-ScaLAPACK/scalapack/pull/59
* Fix Mingw compilation by @Baljak in https://github.com/Reference-ScaLAPACK/scalapack/pull/52
* Set CMAKE_POSITION_INDEPENDENT_CODE if need be by @prj- in https://github.com/Reference-ScaLAPACK/scalapack/pull/61
* Update CMake requirements by @weslleyspereira in https://github.com/Reference-ScaLAPACK/scalapack/pull/65
* Update MPI linking, building tests by @Rickbude in https://github.com/Reference-ScaLAPACK/scalapack/pull/67
* restore topology by @pghysels in https://github.com/Reference-ScaLAPACK/scalapack/pull/75
* Fix issue with checking input parameter in p?potri by @vgaskov in https://github.com/Reference-ScaLAPACK/scalapack/pull/79
* Added PxTRRFS to SRC/Makefile and SRC/CMakeLists.txt by @donners-atos in https://github.com/Reference-ScaLAPACK/scalapack/pull/89
* Fix gcc warnings about Fortran 2018 deleted features by @cniethammer in https://github.com/Reference-ScaLAPACK/scalapack/pull/93
* Fix -Wextra-semi-stmt -Wparentheses by @prj- in https://github.com/Reference-ScaLAPACK/scalapack/pull/94
* Use `size_t` in `mr2d_malloc` instead of index-bound `Int` by @gdonval in https://github.com/Reference-ScaLAPACK/scalapack/pull/85

New Contributors

Full Changelog: Reference-ScaLAPACK/scalapack@v2.2.1...v2.2.2

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Jan 13, 2025
@branchvincent branchvincent added the CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. label Jan 13, 2025
@chenrui333
Copy link
Member

  ==> mpif90 psscaex.f pdscaexinfo.f -L/home/linuxbrew/.linuxbrew/opt/scalapack/lib -lscalapack -o psscaex
  ==> mpirun ./psscaex
  BLACS ERROR 'Illegal grid (2 x 2), #procs=2'
  from {-1,-1}, pnum=1, Contxt=-1, on line -1 of file 'BLACS_GRIDINIT/BLACS_GRIDMAP'.
  
  --------------------------------------------------------------------------
  MPI_ABORT was invoked on rank 1 in communicator MPI_COMM_WORLD
    Proc: [[3199,1],1]
    Errorcode: 1
  
  NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
  You may or may not see output from other processes, depending on
  exactly when Open MPI kills them.
  --------------------------------------------------------------------------
  BLACS ERROR 'Illegal grid (2 x 2), #procs=2'
  from {-1,-1}, pnum=0, Contxt=-1, on line -1 of file 'BLACS_GRIDINIT/BLACS_GRIDMAP'.
  
  --------------------------------------------------------------------------
  prterun has exited due to process rank 0 with PID 0 on node da33022d39c6 calling
  "abort". This may have caused other processes in the application to be
  terminated by signals sent by prterun (as reported here).
  --------------------------------------------------------------------------
  SCALAPACK example driver.
  'PARA95, ScaLAPACK Example, August 1995.'                                      
  
  The matrices A and B are read from a file.
  
  An explanation of the input/output parameters follows:
  N       : The order of the matrix A.
  NRHS    : The number of right and sides.
  NB      : The size of the square blocks the matrices A and B are split into.
  P       : The number of process rows.
  Q       : The number of process columns.
  
  The following parameter values will be used:
    N       :             6
    NRHS    :             1
    NB      :             2
    P       :             2
    Q       :             2
  
  Error: scalapack: failed
  An exception occurred within a child process:
    Minitest::Assertion: Expected: 0
    Actual: 1

@chenrui333 chenrui333 added test failure CI fails while running the test-do block linux Linux is specifically affected labels Jan 13, 2025
Copy link
Contributor

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

@github-actions github-actions bot added the stale No recent activity label Jan 16, 2025
@github-actions github-actions bot closed this Jan 17, 2025
@chenrui333 chenrui333 added the help wanted Task(s) needing PRs from the community or maintainers label Jan 23, 2025
@chenrui333 chenrui333 reopened this Jan 23, 2025
@chenrui333 chenrui333 force-pushed the bump-scalapack-2.2.2 branch from 291d04d to 5eeb2fa Compare January 23, 2025 04:30
@chenrui333 chenrui333 added CI-requeued PR has been re-added to the queue ready to merge PR can be merged once CI is green and removed help wanted Task(s) needing PRs from the community or maintainers stale No recent activity test failure CI fails while running the test-do block linux Linux is specifically affected CI-requeued PR has been re-added to the queue labels Jan 23, 2025
branchvincent and others added 2 commits January 23, 2025 00:06
scalapack: update test

scalapack: remove livecheck

Signed-off-by: Rui Chen <[email protected]>
Signed-off-by: Rui Chen <[email protected]>
@chenrui333 chenrui333 force-pushed the bump-scalapack-2.2.2 branch from 5eeb2fa to bbfc2f0 Compare January 23, 2025 05:06
@chenrui333 chenrui333 added livecheck Issues or PRs related to livecheck automerge-skip `brew pr-automerge` will skip this pull request autobump and removed automerge-skip `brew pr-automerge` will skip this pull request labels Jan 23, 2025
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jan 24, 2025
@BrewTestBot BrewTestBot enabled auto-merge January 24, 2025 00:10
@BrewTestBot BrewTestBot added this pull request to the merge queue Jan 24, 2025
Merged via the queue into Homebrew:master with commit aafa3f2 Jan 24, 2025
15 checks passed
@branchvincent branchvincent deleted the bump-scalapack-2.2.2 branch January 24, 2025 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autobump bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. livecheck Issues or PRs related to livecheck ready to merge PR can be merged once CI is green
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants