Activity for PSRDADA: Distributed Data Acquisition

  • Andrew Jameson committed [8b9315] on Code

    introduce ipcbuf_relock_write to allow a writer to reconnect in WCHANGE without relinquishing the writer lock

  • Andrew Jameson committed [f61abf] on Code

    update changelog, fix other minor syntax issues

  • Andrew Jameson committed [27f033] on Code

    fix incorrect extern cpp for cuda_runtime

  • Andrew Jameson committed [73c32d] on Code

    ensure mark_filled on header block writes correctly set EOD marker, such that the header block xfers are aligned with data block xfers. Fix spelling, unify linting, syntax and copyright information across library and applications.

  • Andrew Jameson committed [1019ff] on Code

    remove debug values from dada_dbmergedb input_thread method

  • yazhou zhang yazhou zhang created merge request #5 on Code

    Fixed last read the position since the client read was not recorded

  • Andrew Jameson committed [1e48b6] on Code

    revert unneeded change to data_hdu_unlock_read

  • Willem van Straten Willem van Straten committed [e06728] on Code

    minor correction to Management/psrdada.pc.in

  • Andrew Jameson committed [cb3d3f] on Code

    fix bug when a writer closes ring buffer without writing any data

  • Andrew Jameson committed [bf9a02] on Code

    check if data_block is open before closing it in dada_hdu_unlock_read

  • Andrew Jameson committed [0101d7] on Code

    add dada_dbwait app that returns when the specified ring buffer is created

  • Andrew Jameson committed [e961e0] on Code

    Allow both viewer and viewing to use ipcbuf_get_next_readable

  • Andrew Jameson committed [06299c] on Code

    add support for interrupting ipcbuf_get_next_readable

  • Andrew Jameson committed [551e1d] on Code

    fix bugs with dada_header and ipcbuf_get_next_readable, moving this method to require a viewer connection

  • Andrew Jameson Andrew Jameson merged merge request #4 on Code

    Fix the delay function to always be zero

  • yazhou zhang yazhou zhang created merge request #4 on Code

    Fix the delay function to always be zero

  • Andrew Jameson committed [f90aa8] on Code

    install scripts and pkgconfig when building with cmake

  • Andrew Jameson committed [53a926] on Code

    files written now have user write permission and other read permission

  • Andrew Jameson committed [a4469c] on Code

    prevent segfault when attempting to delete non existent ring buffer

  • Andrew Jameson committed [61d1c4] on Code

    ipcbuf_destroy now also detaches from SHM when deleting it

  • Andrew Jameson committed [889d71] on Code

    add support for multiple connnection attemps to ring buffers

  • Andrew Jameson committed [2104ea] on Code

    remove trailing whitespace and fix compilation warnings

  • Andrew Jameson committed [76d8b5] on Code

    ensure dada_diskdb calls dada_hdu_unlock_write on exit

  • Andrew Jameson committed [94655e] on Code

    ensure CUDA headers are installed with CMake

  • Andrew Jameson committed [27d262]

    adjustments to support building of aarch64 and fix compiler warnings

  • Andrew Jameson committed [bf7568]

    Set the sync->r_states and sync->w_state attributes

  • Andrew Jameson committed [c2b5a8]

    Remove unused dependence on emmintrin.h

  • Andrew Jameson committed [62fc33]

    Fix incorrect pointer order for dada_client_read for GPU ring buffers

  • Willem van Straten Willem van Straten committed [915e79]

    Merge branch 'instrument-refactor' of ssh://git.code.sf.net/p/psrdada/code into instrument-refactor

  • Willem van Straten Willem van Straten committed [45a0b3]

    ignore files with names ending in tilde

  • Willem van Straten Willem van Straten committed [0b5c49]

    compiles with Apple clang version 13.1.6

  • Andrew Jameson committed [e7dbb1]

    fix compilation warnings under gcc-10

  • Andrew Jameson committed [452ff2]

    improve error checking on cudaSetDevice

  • Andrew Jameson committed [33e22a]

    support longer key/value strings in ascii header

  • Andrew Jameson committed [396d82]

    correct verbose logging in dada_dbgpu

  • Andrew Jameson committed [60c708]

    ensure variables are initialised

  • Andrew Jameson committed [c9a7ab]

    Fix incorrect AC_CONFIG_SRCDIR

  • Andrew Jameson committed [95e8aa]

    Return an error if ipcio_close cannot close an open block

  • Andrew Jameson committed [db4792]

    Add missing CUDA cflags for apps

  • Andrew Jameson committed [4f7471]

    removing old 3rdparty code from .gitignore

  • Andrew Jameson committed [084e00]

    ensure Cmake builds correct library version, convert csh scripts to sh

  • Andrew Jameson committed [71cbec]

    Refactor PSRDADA instruments out of the psrdada-code repository here

  • Andrew Jameson committed [d39eeb]

    Add -lm depdendency

  • Andrew Jameson committed [fa06fa]

    Adjust compiler options to use AM_CPPFLAGS

  • Andrew Jameson committed [bc822b]

    dropped cmake minimum requirement to 3.13.4

  • Andrew Jameson committed [7813a9]

    Improved cmake build and added pkg-config, psrdada_cflags, psrdada_ldflags

  • Andrew Jameson committed [5257b6]

    remove references to 3rdparty

  • Andrew Jameson committed [4949c9]

    shift 3rd party timing code into the main library

  • Andrew Jameson committed [584ddc]

    Adding basic tests for the library, fixing bugs in command_parse

  • Andrew Jameson committed [e4cd5b]

    Add a pkg-config file

  • Andrew Jameson committed [5254eb]

    Refactor all instruments, perl scripts, php web pages out of this repository, shifting them to psrdada-instruments

  • Andrew Jameson committed [251942]

    Correcting tests in autoconf

  • Andrew Jameson committed [83f18e]

    add option to skip memcpy on write

  • Andrew Jameson committed [895d7c]

    fix libtool search path

  • Stefan Oslowski Stefan Oslowski committed [a1a5cc]

    Added support for binding to specific IB interface

  • Stefan Oslowski Stefan Oslowski committed [455e61]

    updated aspects to web system by others

  • Stefan Oslowski Stefan Oslowski committed [d703f5]

    Added a fast compute for converting equatorial to galactic

  • Stefan Oslowski Stefan Oslowski committed [b0ebe0]

    Support for non 4096 byte headers in various places

  • Stefan Oslowski Stefan Oslowski committed [5afa48]

    added some more verbose output, check cal_app_pos_iau return value

  • Stefan Oslowski Stefan Oslowski committed [ee1dcb]

    switch to use shfl__sync variants for future CUDA compatibility

  • Stefan Oslowski Stefan Oslowski committed [f43e67]

    Added now tied-beam plotted

  • Stefan Oslowski Stefan Oslowski committed [7230f7]

    start on a 1s tick

  • Stefan Oslowski Stefan Oslowski committed [b2e59f]

    Added support for Search mode DM parameter to be passed

  • Stefan Oslowski Stefan Oslowski committed [a1301a]

    check sofa return values

  • Stefan Oslowski Stefan Oslowski committed [d7bf8a]

    Improved performance of dbcalib

  • Stefan Oslowski Stefan Oslowski committed [648419]

    misc MOPSR backend updates

  • Stefan Oslowski Stefan Oslowski committed [f197c7]

    Ensure an undef response is returned as an empty string

  • Stefan Oslowski Stefan Oslowski committed [0c2f8b]

    Added support for fractional beam position furbies

  • Stefan Oslowski Stefan Oslowski committed [5a79a7]

    dropped number of preferred modules to 11

  • Stefan Oslowski Stefan Oslowski committed [791f94]

    Added support for fractional beam position furbies

  • Stefan Oslowski Stefan Oslowski committed [5a3212]

    Added DP4A implementation to HIRES beam former

  • Stefan Oslowski Stefan Oslowski committed [20c71a]

    added support for multi-beam furbies

  • Stefan Oslowski Stefan Oslowski committed [8dfc34]

    add check for omp_get_num_threads

  • Stefan Oslowski Stefan Oslowski committed [ba2b88]

    ignore for mopsr_eq2gal

  • Stefan Oslowski Stefan Oslowski committed [8bfe66]

    Use DB to chose pulsars for residuals page, allow ta

  • Stefan Oslowski Stefan Oslowski committed [65ca36]

    Produce S/N, gof, and use the former to filter ToAs

  • Stefan Oslowski Stefan Oslowski committed [5c8d6b]

    residuals.php: format the link differently for better workflow

  • Stefan Oslowski Stefan Oslowski committed [8cd9b0]

    Improved coordinates / VOEvent

  • Stefan Oslowski Stefan Oslowski committed [a3d621]

    Include checksum in transient emails

  • Stefan Oslowski Stefan Oslowski committed [038fe4]

    Provide a 2k 25s proc file

  • Stefan Oslowski Stefan Oslowski committed [271999]

    Store last UTC on disk

  • Stefan Oslowski Stefan Oslowski committed [5f12b6]

    Fit for F0/1 before plotting vs postfit

  • Stefan Oslowski Stefan Oslowski committed [0ea7cb]

    Transfer all_candidates to HPC

  • Stefan Oslowski Stefan Oslowski committed [825d7f]

    Link on Asteria to 1644 snrs when clicked on the image

  • Stefan Oslowski Stefan Oslowski committed [e5822d]

    Display P0, DM, and cadence on results page

  • Stefan Oslowski Stefan Oslowski committed [b45a20]

    asteria workaround for smooth_mmw failure

  • Stefan Oslowski Stefan Oslowski committed [a17569]

    Fix a problem with printing P0 DM

  • Stefan Oslowski Stefan Oslowski committed [7c91b3]

    Clean up a bit, update paths on ozstar

  • Stefan Oslowski Stefan Oslowski committed [d78ad6]

    Merge branch 'master' of ssh://git.code.sf.net/p/psrdada/code

  • Stefan Oslowski Stefan Oslowski committed [8f6546]

    Merge branch 'master' of ssh://git.code.sf.net/p/psrdada/code

  • Andrew Jameson committed [3f604e]

    do not use OPENMP for ring buffer disconnect or CUDA zeroing

  • Andrew Jameson committed [f752a3]

    do not try to bind memory when no NUMA node specified

  • Andrew Jameson committed [1f2808]

    Use OPENMP_CFLAGS for the link phase

  • Andrew Jameson committed [f654e4]

    ensure the required openmp flags are available for libraries compiling against psrdada

  • Andrew Jameson committed [b6f67a]

    Added RDMACM_LDFLAGS for psrdada_ldflags

  • Andrew Jameson committed [cde23c]

    added extern C protection, removed deprecated header

  • Andrew Jameson committed [7d5517]

    ipcbuf_get_[nfull|nclear|sodack|eodack] now correctly return the max value for multi reader ring buffers

  • RTC committed [387849]

    change the interpreter to use any python

  • Andrew Jameson committed [10513f]

    dont let -fopenmp be passed to nvcc

  • Andrew Jameson committed [fb0e73]

    use openmp for faster DB creation

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.