Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaParallel/Elemental.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: JuliaParallel/Elemental.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 12 commits
  • 22 files changed
  • 4 contributors

Commits on Nov 1, 2019

  1. support ridge regression and pulling from DistMatrix to Array (#51)

    * add ridge and bpdn
    
    * support pulling from DistMatrix to Array
    
    * update README and tests
    
    * jl markdown
    
    * copyto! -> copy!
    
    * update test
    AStupidBear authored and andreasnoack committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    ed0f9a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Update README.md

    Fix #50
    ViralBShah authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    1347d11 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. Fix Darray example in README

    Fixes #57
    ViralBShah authored Apr 19, 2020
    Configuration menu
    Copy the full SHA
    1db8e75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0417b2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adb62b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    430f501 View commit details
    Browse the repository at this point in the history
  5. Switch from REQUIRE to Project (#55)

    * Switch from REQUIRE to Project
    
    * Temporarily disable macOS CI since the current version of Elemental
    and GCC apparently aren't compatiable.
    
    * Don't symlink to clang-3.8 but just clang
    
    * Don't sudo make install OpenMPI
    
    * Add MPIClusterManagers as dependency and update tests
    
    * Try to disable precompilation to work around caching issue with
    precompilation
    andreasnoack authored Apr 19, 2020
    Configuration menu
    Copy the full SHA
    ab96acb View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    405b88b View commit details
    Browse the repository at this point in the history
  2. Fix serial SVD examples from README by update convert methods to (#60)

    use recent Julia API. Add test.
    andreasnoack authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    a260810 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Fix return code in tests and fix tests (#62)

    * Add number of test failures instaed of computing the bitwise and of them
    
    * Fix tests
    
    * Fix conversion from distributed vector to local Julia matrix such
    that each worker gets a copy of the distribted matrix. Also, fix
    seed in TSVD tests to avoid different seeds on each worker
    
    * Add Random to test dependencies
    andreasnoack authored May 1, 2020
    Configuration menu
    Copy the full SHA
    850e790 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Install TagBot

    christopher-dG committed May 12, 2020
    Configuration menu
    Copy the full SHA
    e46e5ac View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    38cbdb6 View commit details
    Browse the repository at this point in the history
Loading