Robert Jacob
Robert Jacob
@amametjanov is this ready to start merging?
waiting on addition of SCORPIO 1.8.0
@mahf708 the CI testing is running even though this a draft PR. Can we change that?
Notes: Aurora currently down for network upgrade. Will wait for it to come back up and test again.
A test for this should be added to the hi-res suite. Have you tried running it on pm-cpu? That's where we run the hi-res suite.
Ok hold off for now on adding a test.
To clarify, the changes in components/homme/cmake only impact the standalone build of HOMMEXX but the other changes could impact the EAMxx/SCREAM build?
@oksanaguba the CI we run on PRs through github actions had a fail which was not related to the PR. I reran it and its fine.
I already see a log.albany.XXXX.out file for every processor when I ran a test case. So what is this PR doing?
The resulting .case.run file should look like this: ``` #!/usr/bin/env python3 #SBATCH --job-name=run.20240808.piCtl.ne120pg2_r025_RRSwISC6to18E3r5.chrysalis.test2 #SBATCH --nodes=80 #SBATCH --output=run.20240808.piCtl.ne120pg2_r025_RRSwISC6to18E3r5.chrysalis.test2.%j #SBATCH --exclusive #SBATCH --qos=high #SBATCH --switches=4 ``` But the --qos line is missing....