Add SCRATCH_PROJECT_DIR key from Miguel Andrés' MR to Autosubmit 3.15 #1990
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In GitLab by @manuel-g-castro on Oct 24, 2024, 08:38
Hello, @dbeltrankyl, @kinow, and @isimo00:
I ran into a similar problem as Miguel Andrés, where the structure of the scratch folder in Fugaku does not follow
root
+account
+user
. I have an extra folder in betweenroot
andaccount
,data
. So Autosubmit 3.15 was failing due to the folder not existing.I saw https://earth.bsc.es/gitlab/es/autosubmit/-/merge_requests/296 and https://earth.bsc.es/gitlab/es/autosubmit/-/issues/912, so I applied Miguel Andrés' commit and made the necessary changes for 3.15.
Even though now it is working in Fugaku, I am not entirely sure if the changes have not broken for all the other platforms. So that would have to be checked before being merged to the 3.15 branch.