- Jun 09, 2020
-
-
awgtpman now prefers to use the TARGET environment variable for the target directory. If not present, /opt/rtcds/<site>/<ifo> will be used. If neither TARGET nor SITE and IFO are set, awgtpman will refuse to load and print a helpful error. awgtpman will look in $TARGET/target/gds/param for the parameter files to get the model rate. awgtpman will now fail with a helpful error when the model rate cannot be found. If the '-r' option is set, then awgtpman will uses exclusively the command line arguments to determine model rate and won't check the param files. awgtpman will ignore command line arguments for setting the model rate unless '-r' is given.
-
- Jun 08, 2020
-
-
Jameson Rollins authored
still needed by the binary
-
Jameson Rollins authored
calls "make World" and "make installWorld" respectively.
-
Jameson Rollins authored
drop openmx and update dolpin drivers
-
Jameson Rollins authored
Prevent install from updating testpoint.par with epics-only models. See merge request cds/advligorts!116
-
- Jun 05, 2020
-
-
Erik von Reis authored
tests if kernel module was created before updating testpoint.par. This prevents epics only models from ending up in testpoint.par.
-
Erik von Reis authored
Daqd not exiting issue 96 See merge request cds/advligorts!115
-
Jonathan Hanks authored
* Spelling fix, changing to stop_function_t from stop_funtion_t. * Corrected the timed circular buffer get to timeout.
-
Jonathan Hanks authored
-
Jonathan Hanks authored
Move all the trender threads to being tracked by a thread handler and having a uniform stop signal. Add a timed_get function to the circular buffer which will allow queries to the circualr buffers to time out. This is used to allow the trender to see a stop request.
-
Jonathan Hanks authored
-
Jonathan Hanks authored
-
Jonathan Hanks authored
Converting it to use atomics.
-
Jonathan Hanks authored
This is done as part of expanding the wrapping of the pthread... calls with C++. Starting on a interface to better track threads.
-
Jonathan Hanks authored
Awgtpman purge site map See merge request cds/advligorts!114
-
Erik von Reis authored
Merge branch 'awgtpman-purge-site-map' of ssh://git.ligo.org/erik.vonreis/advligorts into awgtpman-purge-site-map
-
Erik von Reis authored
-
- Jun 04, 2020
-
-
Erik von Reis authored
-
Erik von Reis authored
Added back in site_prefix and archive. Removed awgapi.h and awgapi.c for being unused. cleaned up readChnInfo() in gdschannel.c, but it now no longer tries to open a non-existant channel database file.
-
- Jun 02, 2020
-
-
Erik von Reis authored
support: update wrapper scripts to check SITE/IFO and export TARGET vars See merge request cds/advligorts!112
-
- Jun 01, 2020
-
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
updates awgtpman command line args, checks SITE/IFO exist, and exports TARGET env var.
-
- May 29, 2020
-
-
Erik von Reis authored
Fix for #120. Removes the unused '-d' command line options. Closes #120 See merge request cds/advligorts!111
-
Jonathan Hanks authored
Also removes some other unused variables.
-
- May 27, 2020
-
-
Erik von Reis authored
Fix for #119. Properly set the late state of the receive buffer in the pub_sub receivers. Closes #119 See merge request cds/advligorts!110
-
Jonathan Hanks authored
The buffer enters into a late state after its data has been read out. Any data for that cycle that arrives is considered late, until the next cycle comes in, at which point it is marked as dropped. This updates the late state when data is copied out of the buffer and clears it when a new gps second/cycle is accepted in. Closes #119.
-
- May 26, 2020
-
-
Jameson Rollins authored
-
- May 22, 2020
-
-
Jameson Rollins authored
fixed typo in rtcds See merge request cds/advligorts!108
-
Erik von Reis authored
-
- May 20, 2020
-
-
Erik von Reis authored
cli: support RCG_BUILD_ROOT env var for build root See merge request cds/advligorts!107
-
Jameson Rollins authored
This allows for overriding the base directory where build directories are created, as well as the specific build directory (RCG_BUILDD).
-
- May 19, 2020
-
-
Jonathan Hanks authored
Updating the mbuf_probe gap_check function to show dcu counts as well. See merge request cds/advligorts!106
-
Jonathan Hanks authored
It will show drops in dcus (counts).
-
Jameson Rollins authored
See merge request cds/advligorts!103
-
closes #116
-
Rolf Bork authored
Main issue was extra space in my ifdef TIME_SLAVE in time_slave_io.c, therefore code not compiled correctly and reverted to internal timer.
-
- May 15, 2020
-
-
Rolf Bork authored
install script now finds IFO and SITE in non-realtime models See merge request cds/advligorts!104
-
Rolf Bork authored
Add dolphin symvers to cdsrfm module build See merge request cds/advligorts!105
-
Erik von Reis authored
-