-
Notifications
You must be signed in to change notification settings - Fork 0
/
sbatch_petsc_26.sh
16 lines (14 loc) · 1.45 KB
/
sbatch_petsc_26.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
#SBATCH -J LE_LD26
#SBATCH --partition=super
#SBATCH --output=log26.out
#SBATCH --error=log26.out
#SBATCH --nodes=1 # number of nodes requested by user
#SBATCH --ntasks=10 # number of total tasks
#SBATCH --time=7-23:00:00 # run time, format: D-H:M:S (max wallclock time)
#SBATCH -A Dobrovinski
##SBATCH [email protected]
##SBATCH --mail-type=all
module purge
module add shared slurm intel/2021.3.0
./Solid_Solver.i -print_sf_points false -omp 10 -dim 3 -csv_output_file output_26/track.csv -vtk_output_folder output_26 -mesh_input_folder solid/hex_mesh_a377.25-b132-c132 -time_dt 0.0005 -time_end 100001.0 -use_real_time_to_save true -time_dtime_save_vtk 1000.0 -time_dtime_save_csv 20.000000 -time_dtime_print 100.000000 -n_bound 1 -bound_0_name moving_point -bound_0_type 11 -bound_0_a 377.25 -bound_0_b 132.0 -bound_0_dir -1 -bound_0_fm 0.01 -le_type 2 -le_k 0.1 -bf_type 2 -bf_bool_force_line true -bf_type_force_line 1 -bf_d_min_line 0.75 -bf_c1_line 0.0 -bf_c2_line 5.0 -bf_bool_force_point true -bf_type_force_point 1 -bf_d_min_point 0.75 -bf_c1_point 0.0 -bf_c2_point 5.0 -bf_bool_force_triangle false -bf_bool_force_square false -bf_file_set_points solid/hex_mesh_a377.25-b132-c132/bound_moving_point.dat -ld_type 1 -ld_lambda 0.0 -ld_tau 2000 -sf_type 1 -sf_a 377.25 -sf_b 132.0 -sf_c 132.0 -sf_ds 1.0 -sf_sf 5500.0 -st_type 0 -reload false -reload_time 17000 -reload_vtk_file output_26/S_17.vtk -drag_c 0.001