Select Git revision
V2ProtocolParams.h
-
Dean Camera authored
Move ADC VTARGET sampling to a new V2Params_UpdateParamValues() in the AVRISP project so that there is a central place where all non-PC set target values can be updated easily.
Dean Camera authoredMove ADC VTARGET sampling to a new V2Params_UpdateParamValues() in the AVRISP project so that there is a central place where all non-PC set target values can be updated easily.
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