#!/bin/bash # Copyright 2019-2020 Maxence Thevenet, Axel Huebl, Michael Rowan # # This file is part of WarpX. # # License: BSD-3-Clause-LBNL # # Refs.: # https://jsrunvisualizer.olcf.ornl.gov/?s1f0o121n2c21g0r11d1b1l0= #BSUB -P #BSUB -W 00:10 #BSUB -nnodes 1 #BSUB -alloc_flags "smt1" #BSUB -J WarpX #BSUB -o WarpXo.%J #BSUB -e WarpXe.%J export OMP_NUM_THREADS=21 jsrun -n 2 -a 1 -c 21 -r 2 -l CPU-CPU -d packed -b rs > output.txt