File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
9898elif [ " $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
126126else
Original file line number Diff line number Diff line change 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.
116program p_main
127
138 use m_global_parameters
You can’t perform that action at this time.
0 commit comments