- Jun 08, 2017
-
-
Marcel Loose authored
CMake's 3.x create_symlink always overwrites existing files. This caused a circular link to mpirun.sh in ${CMAKE_BINARY_DIR}/bin, because that script is generated in that directory, but was clobbered immediately afterwards, due to the fact that lofar_add_bin_scripts() creates a symlink to that script in ${CMAKE_BINARY_DIR}/bin for testing purposes.
-
- Mar 07, 2017
-
-
Ruud Beukema authored
-
- Feb 16, 2017
-
-
Jan David Mol authored
-
- Dec 12, 2016
-
-
Jan David Mol authored
-
- Nov 02, 2016
-
-
Jan David Mol authored
Task #10045: Allow a subset of the antenna fields to be used for beam-forming. The delays are not filtered, that is, are computed for all TABs and stations.
-
- Oct 18, 2016
-
-
Jan David Mol authored
-
- Oct 04, 2016
-
-
Jan David Mol authored
-
- Aug 30, 2016
-
-
Marcel Loose authored
-
- Aug 29, 2016
-
-
Marcel Loose authored
-
- Aug 22, 2016
-
-
Alexander van Amesfoort authored
-
- Oct 14, 2015
-
-
Marcel Loose authored
Task #8629: Replaced all occurrences of 'install(PROGRAM ...)' with 'lofar_add_(s)bin_script(...)', except where DESTINATION was not (s)bin, or where extra options are passed to the install-command.
-
- Jun 18, 2015
-
-
Jan David Mol authored
-
- Jun 12, 2015
-
-
Tammo Jan Dijkema authored
-
- May 20, 2015
-
-
Marcel Loose authored
-
- Mar 10, 2015
-
-
Alexander van Amesfoort authored
- fix iovec init problem introduced in prev recvmmsg patch. Implies small revert of some args and test changes. It also pushes de-exposes struct iovec again, which is good. - unrelated, irrel TBB Writer micro-patch (sorry) Changes are for APERTIF (and to fix COBALT...).
-
- Mar 04, 2015
-
-
Alexander van Amesfoort authored
- rework recvmmsg() wrapper, so we can reuse it for APERTIF. Main purpose is to allow verification of incoming datagram sizes in real-time mode from recvmmsg(). - fix small bug wrt input statistics in non-real-time mode - fix small bug wrt setReadBufferSize() (unused): THROW_SYSCALL() instead of perror() - minor simplification / clean ups, e.g. merge/unify packet size check into validatePacket() Disadvantage of the patch is that struct iovec is no longer contained in our recvmmsg() wrapper. All tests pass on cbt009.
-
- Feb 24, 2015
-
-
Alexander van Amesfoort authored
Also: - Move deadline check from createStream() into SocketStream(). - Get rid of unused code in an old attempt by me to refactor createStream(). - Fix inverted check > 0 vs < 0 on one of the 2 usleep()s to back-off connect() in SocketStream(). - Move EndOfStreamException and TimeOutException out of their classes (and fix up users). - Replace readdir() by readdir_r(). Probably irrel since only retval checked vs 0. - Clarify ~FileDescriptorBasedStream() somewhat, only delay cancellation if actually calling close(). - Constify a few local vars in SocketStream.cc. Reason: In APERTIF, we need to receive UDP frames from the FPGA correlator. We can live with LOFAR Common and Stream, but prefer not to have CoInterface just for createStream(). (All other network communication will be done via QPID messaging middleware.) Build tested only.
-
- Oct 20, 2014
-
-
Jan David Mol authored
-
- Oct 07, 2014
-
-
Jan David Mol authored
-
- Oct 06, 2014
-
-
Jan David Mol authored
-
- Oct 02, 2014
-
-
Alexander van Amesfoort authored
Task #6639: cherry-pick merge from LOFAR-Release-2_5_0-PVSS-event-overload-Task6639. All can go to the trunk except for the .log_prop to DEBUG changes (r30126)
-
- Aug 11, 2014
-
-
Marcel Loose authored
Task #5921: Reverted all changes on this branch. I'm going to solve this issue in a more pragmatic and less intrusive way.
-
- Aug 08, 2014
-
-
Marcel Loose authored
-
- Aug 07, 2014
-
-
Jan David Mol authored
Task #5946: Moved broadcast mechanism to (simulated) MPI_Ibcast; Do not continue reading commands on Exception
-
- Aug 02, 2014
-
-
Jan David Mol authored
Task #5946: Stations now send an EOS packet when done. The pipelines stop if all stations sent an EOS, allowing the senders to decide when sending has completed, instead of the Parset dictating the number of blocks.
-
- Jul 25, 2014
-
-
Jan David Mol authored
Task #5841: Removed parset.settings.rawStartTime, by regenerating it. Code from RSPTimeStamp to convert seconds (double) to a string has been moved to TimeFuncs.h because to accomplish this.
-
- Jun 20, 2014
-
-
Alexander van Amesfoort authored
Task #5844: change 'Aborted' msg into 'Stopped' on valid/expected EINTR. Aborted scares as it is printed on abort().
-
- Jun 19, 2014
-
-
Alexander van Amesfoort authored
Task #5830: revert most KVpair changes. The extra overloads clash on either 32 or 64 bit. Adding overloads will also fail, as they cannot be mapped to PVSS data types in the PVSSGateway (default case there is to try string). So overloads -> template won't work either. Agreed with Ruud to also remove the vector<int> support (already not mapped). Then to solve the original data type problem, adapt a few logged data types from uint or ulong to int. While at it, adapt a few to bool from string ("0" or "1").
-
Arno Schoenmakers authored
Task #5781: Attempted reintegration of task branch into trunk (error has been reported: svn: E155023: Can't set properties on'/data1/schoenma/LOFAR_trunk/src/LOFAR/RTCP/Interface': invalid status for updating properties.
-
- Jun 18, 2014
-
-
Alexander van Amesfoort authored
Task #5830: fix up some data points for PVSS: obsId as string, remove array notation from InputProc stream data points
-
- Jun 16, 2014
-
-
Jan David Mol authored
-
Jan David Mol authored
Task #5883: mpi is a global variable no more, and (typically) needs to be declared in each program instead.
-
- Jun 14, 2014
-
-
Jan David Mol authored
-
- Jun 13, 2014
-
-
Jan David Mol authored
-
Jan David Mol authored
-
Jan David Mol authored
-
Jan David Mol authored
-
Jan David Mol authored
Task #5883: Replace MPI_Init/Rank/Size/Finalise with wrapper class, reducing the code base and making sure that MPI_Finalize is *really* called at the end, and not before MPI_Free_mem in particular
-
- Jun 11, 2014
-
-
Alexander van Amesfoort authored
Task #5832 (in branch of Task #5830): add PVSS datapoint support for InputProc (as part of rtcp / GPUProc).
-
- Jun 10, 2014
-
-
Jan David Mol authored
-