Skip to content

Commit 6051590

Browse files
authored
Merge branch 'master' into MTHINC
2 parents 99ae595 + c99ac2d commit 6051590

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

.github/scripts/submit-slurm-job.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ case "$cluster" in
5151
compiler_flag="f"
5252
account="CFD154"
5353
job_prefix="MFC"
54-
qos="develop"
54+
qos="hackathon"
5555
extra_sbatch=""
5656
test_time="01:59:00"
5757
bench_time="01:59:00"
@@ -61,7 +61,7 @@ case "$cluster" in
6161
compiler_flag="famd"
6262
account="CFD154"
6363
job_prefix="MFC"
64-
qos="develop"
64+
qos="hackathon"
6565
extra_sbatch=""
6666
test_time="01:59:00"
6767
bench_time="01:59:00"
@@ -92,7 +92,7 @@ if [ "$device" = "cpu" ]; then
9292
frontier|frontier_amd)
9393
sbatch_device_opts="\
9494
#SBATCH -n 32
95-
#SBATCH -p service"
95+
#SBATCH -p batch"
9696
;;
9797
esac
9898
elif [ "$device" = "gpu" ]; then
@@ -120,7 +120,7 @@ elif [ "$device" = "gpu" ]; then
120120
frontier|frontier_amd)
121121
sbatch_device_opts="\
122122
#SBATCH -n 8
123-
#SBATCH -p service"
123+
#SBATCH -p batch"
124124
;;
125125
esac
126126
else

src/simulation/p_main.fpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
!! @brief Contains program p_main
44

55
!> @brief Quasi-conservative, shock- and interface- capturing finite-volume scheme for the multicomponent Navier-Stokes equations.
6-
!! The system is augmented with the relevant advection equations to capture the material interfaces and closed by the stiffened
7-
!! equation of state as well as any required mixture relations. The effects of surface tension are included and modeled through a
8-
!! volume force that acts across the diffuse material interface regions. The implementation specifics of surface tension may be
9-
!! found in the work by Perigaud and Saurel (2005). Note that both viscous and capillarity effects are only available in the volume
10-
!! fraction model.
116
program p_main
127

138
use m_global_parameters

0 commit comments

Comments
 (0)