- Aug 11, 2017
-
-
Jonathan Hanks authored
Defaults to /usr/local/... use -DCMAKE_INSTALL_PREFIX=... to set a different prefix. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4438 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Aug 10, 2017
-
-
Jonathan Hanks authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4434 6dcd42c9-f523-4c6d-aada-af552506706e
-
Jonathan Hanks authored
With the awgtpman config to use OBJECT library targets some additional changes where needed. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4433 6dcd42c9-f523-4c6d-aada-af552506706e
-
Jonathan Hanks authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4431 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jul 07, 2017
-
-
Jonathan Hanks authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4408 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jun 24, 2017
-
-
Jonathan Hanks authored
Disallowing building in place for src/gds. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4382 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jun 09, 2017
-
-
Jonathan Hanks authored
This is to give us integration with modern tooling, out of tree builds, and easier packaging. This is not yet ready for production. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4372 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Apr 05, 2016
-
-
Jonathan Hanks authored
Updated definition of channel_t to get rid of static variables in anonymous struct warnings. Added the proper defines (_DEFAULT_SOURCE) to get rid of libc's deprication warnings about _BSD_SOURCE. This required minor code path changes replacing sigseg with sigaction. The code was already in place, for the old potential cygwin port. Renamed an iteration counter to fix an issue in the nds build where there was variable shadowing. Updated printf strings for pointers to use %p. Fixed various pointer casting warnings. There are still some warnings in the src/gds build process with gcc 4.9.3, those will take more work. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4170 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jun 25, 2015
-
-
James Batch authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4026 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Feb 18, 2014
-
-
Keith Thorne authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3615 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Mar 05, 2013
-
-
Alexander Ivanov authored
Doing too many buffer zeroings causes SUS ETMY and SUS ITMY models to become very jittery. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3304 6dcd42c9-f523-4c6d-aada-af552506706e
-
Alexander Ivanov authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3303 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Aug 26, 2012
-
-
Alexander Ivanov authored
The DAQ data is sent along with the test point data by the font-end to the frame builder in one block. The limit is 4 megabytes per second. This data block holds combined DAQ and test point data. Depending on the size of the DAQ data a certain number of test points can be selected. This number is not constant. The more DAQ data is configured for a given front-end, the less allowed test points there will be. This code change implements the total DAQ data block size checking at the moment when new test point selection request is received by the awgtpman program (the test point manager). awgtpman receives the size of the DAQ data from the front-end through the shared memory. When new test point request arrives, it calculates the projected DAQ data block size. If this size is determined to be over the limit (4 Mb /sec), then the request is rejected. Otherwise the test point manager proceeds with setting of the new test points in the tables. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3023 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Aug 09, 2012
-
-
Alexander Ivanov authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3001 6dcd42c9-f523-4c6d-aada-af552506706e
-
- May 22, 2012
-
-
Alexander Ivanov authored
cleaned up compiled warnings. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2917 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jan 31, 2012
-
-
Alexander Ivanov authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2811 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Dec 20, 2011
-
-
Alexander Ivanov authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2776 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Nov 06, 2011
-
-
Alexander Ivanov authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2670 6dcd42c9-f523-4c6d-aada-af552506706e
-
Alexander Ivanov authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2669 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Aug 25, 2011
-
-
Alexander Ivanov authored
Rebuild of daqd, awgtpman and mx_stream is required. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2596 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jul 12, 2011
-
-
Alexander Ivanov authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2495 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jun 09, 2011
-
-
Alexander Ivanov authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2465 6dcd42c9-f523-4c6d-aada-af552506706e
-
- May 19, 2011
-
-
Keith Thorne authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2420 6dcd42c9-f523-4c6d-aada-af552506706e
-
- May 12, 2011
-
-
Alexander Ivanov authored
farther out (by a factor of 10) to allow more room for the DCU IPC areas now that we have more than a 100 DCUs. Room for up to 399 DCUs provided now. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2400 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Mar 10, 2011
-
-
Alexander Ivanov authored
added a print of localtime (TAI now) for reference. if awggui sends bad activation time or the local time is incorrect the waveform would not activate git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2318 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Feb 14, 2011
-
-
Alexander Ivanov authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2286 6dcd42c9-f523-4c6d-aada-af552506706e
-
Alexander Ivanov authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2285 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Feb 02, 2011
-
-
Alexander Ivanov authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2274 6dcd42c9-f523-4c6d-aada-af552506706e
-
Alexander Ivanov authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2271 6dcd42c9-f523-4c6d-aada-af552506706e
-
Alexander Ivanov authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2270 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Feb 01, 2011
-
-
Jeffrey Kissel authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2249 6dcd42c9-f523-4c6d-aada-af552506706e
-
James Batch authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2248 6dcd42c9-f523-4c6d-aada-af552506706e
-
Alexander Ivanov authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2246 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jan 31, 2011
-
-
Alexander Ivanov authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2239 6dcd42c9-f523-4c6d-aada-af552506706e
-
Alexander Ivanov authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2238 6dcd42c9-f523-4c6d-aada-af552506706e
-
Alexander Ivanov authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2234 6dcd42c9-f523-4c6d-aada-af552506706e
-
Alexander Ivanov authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2233 6dcd42c9-f523-4c6d-aada-af552506706e
-
Alexander Ivanov authored
spin for a while then wait 10 seconds for the FE to come back git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2230 6dcd42c9-f523-4c6d-aada-af552506706e
-
Alexander Ivanov authored
git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2227 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jan 18, 2011
-
-
James Batch authored
Reduced tplist[128] to a single tpNode_t type called tpNode to reduce memory required by tpawgman. The aLIGO awgtpman processes only need to deal with a single node, so all 128 of them weren't needed. Also reduced tpwriter[128][4] to tpwriter[4] for the same reason. Added log of versionId string. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2214 6dcd42c9-f523-4c6d-aada-af552506706e
-