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

Solve hybrid cra #226

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

Solve hybrid cra #226

wants to merge 26 commits into from

Commits on Jul 2, 2019

  1. Added hybrid method and fixed the bug for checking result but with hy…

    …brid fails with 2 processes meanwhile it works with number of processes other than 2
    ZHG authored and ZHG committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    48ada9f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Added hybrid methwith openmp ad afixed the bug for 2 processes

    ZHG authored and ZHG committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    c315e0d View commit details
    Browse the repository at this point in the history
  2. Tested hybrid after having merged with master branch

    ZHG authored and ZHG committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    bacc3b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. Instant clean up

    ZHG authored and ZHG committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    547aae9 View commit details
    Browse the repository at this point in the history
  2. cleanup unused param

    ClementPernet committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    398f3aa View commit details
    Browse the repository at this point in the history
  3. Taken off critical section once compiled with commentator disabled an…

    …d no more segmentation fault but still not yet clean enough for PR
    ZHG authored and ZHG committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    4dccfc3 View commit details
    Browse the repository at this point in the history
  4. Merged with git pull

    ZHG authored and ZHG committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    031ed8e View commit details
    Browse the repository at this point in the history
  5. Taken off critical section once compiled with commentator disabled an…

    …d cleaned up
    ZHG authored and ZHG committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    fd6ddfc View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Cleaned up for validation/benchmark on server

    ZHG authored and ZHG committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    012bb28 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Merge branch 'master' into solve-hybrid-cra

    ZHG authored and ZHG committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    ca43f97 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Use MPI_Wtime for multiprocessing timing

    ZHG authored and ZHG committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    794f93c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Fall back to previous timing method as no big differece

    ZHG authored and ZHG committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    a849b2c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Merge branch 'master' into solve-hybrid-cra

    ZHG authored and ZHG committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    c752932 View commit details
    Browse the repository at this point in the history
  2. cleaned up before PR

    ZHG authored and ZHG committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    124f947 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Merge branch 'master' into solve-hybrid-cra

    ZHG authored and ZHG committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    85949a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Added more explicit comments

    ZHG authored and ZHG committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    651fcf2 View commit details
    Browse the repository at this point in the history
  2. Cleaned up for code review

    ZHG authored and ZHG committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    35529be View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Fast fix for the benchmark-solve-cra compling time error as the wrapp…

    …ed MPI Bcast did not take into account of simple bool input data
    ZHG authored and ZHG committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    888c037 View commit details
    Browse the repository at this point in the history
  2. Fast fix for the benchmark-solve-cra compling time error as the wrapp…

    …ed MPI Bcast did not take into account of simple bool input data
    ZHG authored and ZHG committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    f79947c View commit details
    Browse the repository at this point in the history
  3. Quick fix for the benchmark-solve-cra compling time error as the wrap…

    …ped MPI Bcast did not take into account of simple bool input data
    ZHG authored and ZHG committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    af0c443 View commit details
    Browse the repository at this point in the history
  4. Quick fix for the compiling time error with minpoly example program a…

    …s the communicatorp() method for Blackbox no longer exists
    ZHG authored and ZHG committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    d0c279b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'solve-hybrid-cra' of https://github.com/linbox-team/linbox

     into solve-hybrid-cra
    ZHG authored and ZHG committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    5fb3a6b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Configuration menu
    Copy the full SHA
    b4ad8ba View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Fall back to previous implementation as the estimation for stop using…

    … the log of hadamard bound is incorrect and the multithreading in the worker process will not use the prime numbers in the same order wheras the residues may not be the result of the iteration order through the prime number vector
    ZHG authored and ZHG committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    cae625b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Adopted the FOR1D with MODE

    ZHG authored and ZHG committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    b09a5a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Taken off the factor of 1.40 for the Niter and cleaned up again

    ZHG authored and ZHG committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    95d1775 View commit details
    Browse the repository at this point in the history