Ian Harry

Results 23 issues of Ian Harry

@titodalcanton Here's a suggestion for cutting back on memory usage of the single-detector triggers. This just reworks when the resizes are done to be more aggressive than the previous patch,...

While looking over #4535 I realised that we still had some oddities in how subworkflow file inheritance worked In particular, consider our separate jobs (think minifollowups) that use input files...

Our `spatmplt` waveform model uses PN coefficient terms taken from LAL's TaylorF2 implementation, and has done for some time. However, the chirp-time code here: https://github.com/gwastro/pycbc/blob/master/pycbc/waveform/spa_tmplt.py#L33 uses hardcoded values .... It...

There was some work in/in advance of O4 to reduce the memory burden of plotting jobs when reading in the [HUGE] HDF_TRIGGER_MERGE files (often done via the coincident files). However,...

PROBLEM BEING SOLVED HERE: The calculate_psd jobs are normally run with a large list (a week of data) of frame files. Every time a PSD segment is calculated a call...

``` Error from slot1_5@[email protected]: Singularity test failed:FATAL: While checking container encryption: could not open image /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el8:v: failed to retrieve path for /cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el8:v: lstat /cvmfs/singularity.opensciencegrid.org ``` Need to check with it...

Some workflow generators control job-specific arguments (like times or input files). These arguments are not expected to be given in the ini file. However, one *can* give such options in...

If one tries to run the LISA inference example using an MKL backend the code fails with `Intel MKL DFTI ERROR: Invalid configuration parameters`. I believe this is the same...

bug
LISA
upstream

Susannah Green has identified a case where we can FFTW segfaults. To reproduce this (only tested at CIT, linux rocky 8). ``` # Create conda env conda create -n susannah_test...

We should remove `setup_datafind_runtime_cache_multi_calls_perifo` and possibly the backup datafind server stuff from workflow/datafind.py