Modified surr_buffer

This commit is contained in:
rastogi 2025-11-02 15:22:26 +01:00
parent e479f666af
commit 96eb47f53f
3 changed files with 11 additions and 9 deletions

View File

@ -120,12 +120,14 @@ dt <- 200
checkpoint_interval <- 100
control_interval <- 100
mape_threshold <- rep(3.5e-3, 13)
mape_threshold[5] <- 1 #Charge
out_save <- seq(1000, iterations, by = 1000)
out_save = c(seq(1, 10), seq(10, 100, by= 10), seq(200, iterations, by=100))
list(
timesteps = rep(dt, iterations),
store_result = TRUE,
store_result = FALSE,
out_save = out_save,
checkpoint_interval = checkpoint_interval,
control_interval = control_interval,

Binary file not shown.

View File

@ -1,11 +1,11 @@
#!/bin/bash
#SBATCH --job-name=dolo_5000
#SBATCH --output=dolo_5000_%j.out
#SBATCH --error=dolo_5000_%j.err
#SBATCH --job-name=dolo_5000_no_charge
#SBATCH --output=dolo_5000_no_charge_%j.out
#SBATCH --error=dolo_5000_no_charge_%j.err
#SBATCH --partition=long
#SBATCH --nodes=6
#SBATCH --ntasks=144
#SBATCH --ntasks-per-node=24
#SBATCH --nodes=6
#SBATCH --ntasks-per-node=24
#SBATCH --ntasks=144
#SBATCH --exclusive
#SBATCH --time=12:00:00
@ -14,5 +14,5 @@ source /etc/profile.d/modules.sh
module purge
module load cmake gcc openmpi
mpirun -n 144 ./poet --interp dolo_fgcs_3.R dolo_fgcs_3.qs2 dolo_5000
#mpirun -n 96 ./poet --interp barite_fgcs_2.R barite_fgcs_2.qs2 bar_warmup
mpirun -n 144 ./poet --interp dolo_fgcs_3.R dolo_fgcs_3.qs2 dolo_5000_no_charge
##mpirun -n 96 ./poet --interp barite_fgcs_2.R barite_fgcs_2.qs2 bar_warmup