Ulrik Egede

Results 83 comments of Ulrik Egede

Hi @abhijeetsharma200 , Thanks for getting in contact. We do indeed plan to be part of GSoC 2023. Regarding the issue here, the problem should only show up if you...

Communication is an important part of working in GSoC. We use the CERN Mattermost server for instant messaging about the project. Please - Create a CERN external account by following...

First test with 100 subjobs worked fine. Then did a test with 400 subjobs. Before the first status changed was reported, this gave the error ``` Ganga In [29]: j.submit()...

Managed to get one more error while quitting Ganga (while the monitoring was still active processing status changes for jobs). ``` Process DiracProcess-4: Traceback (most recent call last): File "/afs/cern.ch/user/u/uegede/ganga-local/lib/python3.9/site-packages/ganga/GangaDirac/Lib/Server/DiracExecutorProcess.py",...

@dg1223 Thanks for adding the test cases as well.

> Looks like the standard ganga virtualisation, e.g. using something like: > > j.virtualization = Apptainer("/cvmfs/cernvm-prod.cern.ch/cvm4") > > or > > j.virtualization = Apptainer("docker://gitlab-registry.cern.ch/lhcb-core/lbdocker/slc6-build:latest") > > does not work for...

I was investigating this a bit further. So there are two issues at play here. I consider a job of the type ``` j = Job(application = prepareGaudiExec('DaVinci','v39r1p6', myPath='.', platform='x86_64-slc6-gcc49-opt',...

The command ``` exec lb-run --siteroot=${MYSITEROOT:-/cvmfs/lhcb.cern.ch/lib} -c x86_64-slc6-gcc49-opt --path-to-project ${base_dir}/DaVinciDev_v39r1p6 bash ``` indeed sees you ending up in an `slc6` environment ``` DaVinciDev v39r1p6] DaVinciDev_v39r1p6 $ cat /etc/redhat-release Scientific Linux...

In that case the runtime errors reported are completely unrelated. Let's see.