Skip to content

Commit

Permalink
Mixed poisson in work
Browse files Browse the repository at this point in the history
  • Loading branch information
niravshah241 committed Jul 14, 2024
1 parent ea3ad48 commit 4b5c9dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions demo/mixed_poisson_dlrbnicsx/sbatch_mixed_poisson
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/bash
#SBATCH -J dlrbnicsx_thermal
#SBATCH -J dlrbnicsx_mixed_poisson
#SBATCH -A WELLS-SL3-CPU
#SBATCH --output=test_job_%A_%a.out
#SBATCH --error=test_job_%A_%a.err

#SBATCH --nodes=1
#SBATCH --ntasks=64
#SBATCH --time=03:00:00
#SBATCH --mem=42000mb
#SBATCH --ntasks=1
#SBATCH --time=04:00:00
#SBATCH --mem=4200mb

#SBATCH -p icelake
#SBATCH --mail-type=ALL
Expand All @@ -21,4 +21,4 @@ spack clean
cd mesh_data
mpiexec -n 1 python3 mesh.py
cd ..
mpiexec -n 64 python3 mixed_poisson.py
mpiexec -n 1 python3 mixed_poisson.py

0 comments on commit 4b5c9dd

Please sign in to comment.