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

Greater parralellization of dirty_map #5

Open
wants to merge 36 commits into
base: merge_all
Choose a base branch
from

Commits on Jan 23, 2014

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

Commits on Feb 11, 2014

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

Commits on Feb 13, 2014

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

Commits on Mar 6, 2014

  1. parallel_dirty_map.py has option for greater threading. Each thread a…

    …cts on views of node's covariance chunk.
    Chris Anderson committed Mar 6, 2014
    Configuration menu
    Copy the full SHA
    1543b47 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2014

  1. Removed parallel_dirty_map_tcs.py. It's functionality is in parallel_…

    …dirty_map.py
    Chris Anderson committed Mar 10, 2014
    Configuration menu
    Copy the full SHA
    39cde51 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2014

  1. Merged with anderson_branch, keeping threaded parallel_dirty_map.py.

    Christopher Anderson committed Mar 11, 2014
    Configuration menu
    Copy the full SHA
    1752836 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2014

  1. usage edits

    Tabitha Voytek committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    15ca1a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2014

  1. Merge branch 'mm_subdivide_threading' of github.com:kiyo-masui/analys…

    …is_IM into mm_subdivide_threading
    Tabitha Voytek committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    f03dee5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2014

  1. Trying to fix write to hdf5 file

    Christopher Anderson committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    6a2cc95 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2014

  1. Trying to fix MemoryError.

    Christopher Anderson committed Apr 18, 2014
    Configuration menu
    Copy the full SHA
    d3d94ff View commit details
    Browse the repository at this point in the history
  2. Putting in dataste attributes by hand, for no freq. corr. case..

    Christopher Anderson committed Apr 18, 2014
    Configuration menu
    Copy the full SHA
    59930fa View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2014

  1. Appears to be working with larger maps.

    Christopher Anderson committed Apr 19, 2014
    Configuration menu
    Copy the full SHA
    07526a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2014

  1. Merge branch 'mm_subdivide_threading' of github.com:kiyo-masui/analys…

    …is_IM into mm_subdivide_threading
    Tabitha Voytek committed Apr 21, 2014
    Configuration menu
    Copy the full SHA
    0a65af6 View commit details
    Browse the repository at this point in the history
  2. usage edits

    Tabitha Voytek committed Apr 21, 2014
    Configuration menu
    Copy the full SHA
    714e8fd View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2014

  1. clean_map makes .npy memmap for .hdf5 inv_cov.

    Christopher Anderson committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    98df3be View commit details
    Browse the repository at this point in the history
  2. Merge branch 'mm_subdivide_threading' of github.com:kiyo-masui/analys…

    …is_IM into mm_subdivide_threading
    Tabitha Voytek committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    c969945 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2014

  1. fixed small typos

    Tabitha Voytek committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    b08f702 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2014

  1. Dirty map should save inv_cov metadata as strings now.

    Christopher Anderson committed May 1, 2014
    Configuration menu
    Copy the full SHA
    99f86f9 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2014

  1. Much simpler fix for clean map with hdf5 noise inverse.

    Christopher Anderson committed May 6, 2014
    Configuration menu
    Copy the full SHA
    8227f3a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2014

  1. Added MPI parallel clean mapper for no freq. correlation case

    Christopher Anderson committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    04b231a View commit details
    Browse the repository at this point in the history
  2. Fixed I/O for parallel clean map. Hopefully works now.

    Christopher Anderson committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    811e0be View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2014

  1. Fixed parallel clean mapmaker

    Christopher Anderson committed Jun 24, 2014
    Configuration menu
    Copy the full SHA
    164a46d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2014

  1. usage change

    Tabitha Voytek committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    f144100 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'mm_subdivide_threading' of github.com:kiyo-masui/analys…

    …is_IM into mm_subdivide_threading
    
    Conflicts:
    	input/tcv/mm_test.ini
    Tabitha Voytek committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    50afcf2 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2014

  1. Dirty mapper can make beam maps for parkes.

    Christopher Anderson committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    b133e78 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2014

  1. memory_profiler module

    Christopher Anderson committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    c812358 View commit details
    Browse the repository at this point in the history
  2. Usage edits

    Tabitha Voytek committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    86cc16a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'mm_subdivide_threading' of github.com:kiyo-masui/analys…

    …is_IM into mm_subdivide_threading
    Tabitha Voytek committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    5aa3eba View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2014

  1. Configuration menu
    Copy the full SHA
    47920b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15f074d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

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

Commits on Aug 14, 2014

  1. Merge branch 'mm_subdivide_threading' of ssh://github.com/kiyo-masui/…

    …analysis_IM into mm_subdivide_threading
    Christopher Anderson committed Aug 14, 2014
    Configuration menu
    Copy the full SHA
    c6e0718 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2014

  1. Minor changes.

    Christopher Anderson committed Oct 2, 2014
    Configuration menu
    Copy the full SHA
    048733d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2014

  1. Added .ini files in input/km

    Christopher Anderson committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    8cf6fb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2015

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

Commits on Jan 15, 2015

  1. Fixed memory leak in parallel dirty map writes over 2 GB per node.

    Christopher Anderson committed Jan 15, 2015
    Configuration menu
    Copy the full SHA
    2a6a61e View commit details
    Browse the repository at this point in the history