#!/bin/bash -l #SBATCH -A plasmabbq #SBATCH --partition=booster #SBATCH --nodes=1 #SBATCH --ntasks-per-node=4 #SBATCH --gres=gpu:4 #SBATCH --time=01:00:00 #SBATCH --job-name=hipace # source $HOME/warpx.ADIOS.profile source $HOME/hipace.profile EXEC=$HOME/src/hipace/build/bin/hipace.MPI.CUDA.DP.LF #srun -n 1 --cpu_bind=sockets $EXEC inputs_hipace \ # hipace.file_prefix = diags_hipace/ \ # my_constants.length_mm = 25 \ # &> output_hipace.txt #srun -n 1 --cpu_bind=sockets $EXEC inputs_hipace \ # lasers.input_file = lasyt1/laser3d_00000.h5 \ # hipace.file_prefix = diags_hipace_t1/ \ # my_constants.length_mm = 25 \ # &> output_hipace_t1.txt #srun -n 1 --cpu_bind=sockets $EXEC inputs_hipace \ # lasers.input_file = lasyt2/laser3d_00000.h5 \ # hipace.file_prefix = diags_hipace_t2/ \ # my_constants.length_mm = 12 \ # &> output_hipace_t2.txt srun -n 1 --cpu_bind=sockets $EXEC inputs_hipace \ lasers.input_file = lasyt3/laser3d_00000.h5 \ hipace.file_prefix = diags_hipace_t3/ \ my_constants.length_mm = 19 \ &> output_hipace_t3.txt