Skip to content

Commit ed33c3c

Browse files
committed
Merge remote-tracking branch 'upstream/master' into 6EqnEnergiesOutput
2 parents e0c576c + 11375f3 commit ed33c3c

File tree

3 files changed

+135
-149
lines changed

3 files changed

+135
-149
lines changed

.github/workflows/phoenix/submit-bench.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ sbatch <<EOT
4242
#SBATCH --account=gts-sbryngelson3 # charge account
4343
#SBATCH -N1 # Number of nodes required
4444
$sbatch_device_opts
45-
#SBATCH -t 02:00:00 # Duration of the job (Ex: 15 mins)
45+
#SBATCH -t 03:00:00 # Duration of the job (Ex: 15 mins)
4646
#SBATCH -q embers # QOS Name
4747
#SBATCH -o$job_slug.out # Combined output and error messages file
4848
#SBATCH -W # Do not exit until the submitted job terminates.

src/simulation/m_bubbles.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#:include 'macros.fpp'
66

7-
!> @brief This module contains the procedures shared by the ensemble-averaged and volume-averaged bubble models.
7+
!> @brief This module contains procedures shared by the ensemble-averaged and volume-averaged bubble models.
88
module m_bubbles
99

1010
use m_derived_types !< Definitions of the derived types

0 commit comments

Comments
 (0)