Select Git revision
BootloaderDFU.h
-
Dean Camera authored
USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.
Dean Camera authoredUSB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run.
mpi_pi_gpu.slurm 340 B
#!/bin/bash
#SBATCH -J mpi_pi_gpu
#SBATCH -o output/%j.out
#SBATCH -e output/%j.err
#SBATCH --nodes=2
#SBATCH --ntasks-per-node=4
#SBATCH --gres=gpu:4
#SBATCH --exclusive
#SBATCH --cpus-per-task=1
#SBATCH --ntasks-per-core=1
#SBATCH --threads-per-core=1
#SBATCH --mem=10G
#SBATCH --time 00:05:00
source ./load_modules.sh
srun ./mpi_pi_gpu