- 21 Nov, 2024 1 commit
-
-
dbeltran authored
-
- 18 Nov, 2024 3 commits
- 14 Nov, 2024 4 commits
-
-
dbeltran authored
-
dbeltran authored
-
dbeltran authored
-
Bruno de Paula Kinoshita authored
GL-945: Fix portalocker error handling. Closes #945 See merge request es/autosubmit!512
-
- 12 Nov, 2024 4 commits
-
-
Bruno P. Kinoshita authored
#945: Log warnings by default, other a command raises a warning and the user will only ever know if s/he looks at the file on disk, or enable console logging.
-
Bruno P. Kinoshita authored
This change modifies how Autosubmit reacts to exceptions raised in commands like `autosubmit run` or `autosubmit create`. Previously, Autosubmit would capture exceptions raised during the execution of these commands it in a central function, however, in this function it would log the error and then release the portalocker lock. This caused the issue (reported ~2 years ago?) that running these commands three times caused errors. On the first run the lock was created. On the second command run the command would be prevented from running by portalocker and the error logged but the lock was also deleted. And then on the third run there was no lock, so it would cause the issue reported. Now, the code will never release the lock, until the context-manager created finalizes, or someone/something deletes the lock file. Errors are still captured and logged, but if the error/exception raised is a portalocker exception, we log but without releasing the lock (it is like letting a prisoner go if we realize it is in jail, and then complaining that it was set free :)
-
dbeltran authored
Fixes an issue with platforms definition in $expid/conf when you're using advanced configuration Closes #1129 See merge request es/autosubmit!511
-
dbeltran authored
-
- 08 Nov, 2024 2 commits
-
- 07 Nov, 2024 1 commit
-
-
Bruno de Paula Kinoshita authored
#1394: Add the EasyBuild files and a short readme Closes #1394 See merge request !474
-
- 06 Nov, 2024 3 commits
-
-
Bruno P. Kinoshita authored
from previous work.
-
dbeltran authored
-
- 05 Nov, 2024 2 commits
-
-
dbeltran authored
- 31 Oct, 2024 2 commits
-
-
dbeltran authored
- 28 Oct, 2024 2 commits
-
-
dbeltran authored
- 25 Oct, 2024 2 commits
-
-
dbeltran authored
update ruamel version and autosubmitconfigparser, See merge request es/autosubmit!504
-
dbeltran authored
-
- 23 Oct, 2024 2 commits
-
-
Irene Simó Muñoz authored
Fix pkg_resources deprecation warning Closes #1432 See merge request es/autosubmit!495
-
Irene Simó Muñoz authored
-
- 22 Oct, 2024 3 commits
-
-
Luiggi Tenorio Ku authored
Solving some lint issues See merge request es/autosubmit!497
-
dbeltran authored
Added eb recipes Closes #1394 See merge request es/autosubmit!499
-
dbeltran authored
-
- 21 Oct, 2024 4 commits
-
-
dbeltran authored
Removed unneeded sleep See merge request es/autosubmit!496
-
dbeltran authored
-
dbeltran authored
From_step acting as a filter See merge request es/autosubmit!493
-
dbeltran authored
-
- 11 Oct, 2024 5 commits
-
-
Luiggi Tenorio Ku authored
-
Luiggi Tenorio Ku authored
-
Luiggi Tenorio Ku authored
-
Luiggi Tenorio Ku authored
-
Luiggi Tenorio Ku authored
-