DIRAC
DIRAC copied to clipboard
DIRAC Grid
**PRE**: You need to have installed the current version following the "Install a client on CC7" card and have it enabled To-Do: - run script: ``` DIRACRepo/tests/System/transformationSystem.sh -test_filter False ```...
This is the same of https://github.com/DIRACGrid/DIRAC/pull/8232 but for 9.0 branch, plus the specification of RAM requirements was moved from GB to MB. BEGINRELEASENOTES *WMS NEW: InProcessComputingElement takes RAM requirements into...
Due to a mistake (not declaring a fixture function in the argument list), one of our tests tried to upload a file to LFN `'/ctao.dpps.test//gamma_prod5.simtel.zst'` This resulted in rucio rejecting...
With this fix DIRAC9 clients can communicate to diracx and S3 minIO storage with are set up with IGTF non-default certificates using the DIRACX_CA_PATH environment. BEGINRELEASENOTES *Framework FIX: Use DIRACX_CA_PATH...
BEGINRELEASENOTES *Monitoring FIX: MonitoringReporter - avoid endless loop in sending records with failures ENDRELEASENOTES
In LHCb, we would like to submit a very large number of jobs in parallel via the `SSHCE`, and we are generally limited to about 300 jobs per cycle because...
We have one master server prod-dirac.ihep.ac.cn and only one slave server dirac05.ihep.ac.cn and log in dirac05 shows: ``` 2025-09-10 23:47:18 UTC Framework [140521675170880] DEBUG: Refreshing configuration... 2025-09-10 23:47:18 UTC Framework...
Problem is explained in https://bugzilla.nordugrid.org/show_bug.cgi?id=4279 In summary, there is a discrepancy when getting CE details. Depending on the ARC instance, we sometimes get a list of dict with 1 element,...
Nowhere in the TransformationSystem it is called `Job().setNumberOfProcessors()`. This is "correct", because the logic can be added to the ProductionSystem ("can an application/step run multicore?" and "what are its limits?")....
A file like `dirac_job_input.json` should be written by the `InputDataResolution` module containing: ```json { # Zero or more LFNs from the JDL "LFN:/vo/first/lfn": { # List of replicas, mixture of...