Ulrik Egede
Ulrik Egede
Here with the error included. Why we get the identical `INFO` message written 5 times is also odd. ```python In [1]: import ganga.ganga INFO reading config file /home/egede/.gangarc INFO reading...
We obviously execute the line ```bash GangaCore/Utility/Config/Config.py: logger.info('reading config file %s', f) ``` five times during the bootstrap. Seems like an overkill. The best way of dealing with the bug...
The issue of the repeated reading of the `.gangarc` file has been assigned a separate issue #2129
The issue ```python In [1]: import ganga.ganga In [2]: from ganga.GangaTest.Framework.utils import sleep_until_completed --------------------------------------------------------------------------- ConfigError Traceback (most recent call last) ``` is not a bug as such. The config system...
@abhijeetsharma200 See further information here At the moment the behaviour around submission and monitoring is the following - On submission, a job is split into subjobs. Then if [keep_going](https://github.com/ganga-devs/ganga/blob/99c18db0f7946e61522dce003b7d256c3a57e0cc/ganga/GangaCore/GPIDev/Adapters/IBackend.py#L93) is...
I think the first step will be to make a set of tests where you can get subjobs to fail on command and can get subjobs to submit very slowly...
> on lxplus9: > > ``` > [masmith@lxplus923]~$ ganga > /cvmfs/ganga.cern.ch/Ganga/install/8.6.5/bin/python3: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory > [masmith@lxplus923]~$ which...
With #2150 fixed, this issue can now be progressed.
The tests related to `dirac` and `lhcb` should now be easy to migrate to the `el9` architecture.
Dirac has been migrated. Only LHCb left.