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 19, 2024
1 parent 6263396 commit fbc4d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/mixed_poisson_dlrbnicsx_distributed/sbatch_mixed_poisson
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#SBATCH --nodes=1
#SBATCH --ntasks=1
#SBATCH --time=08:00:00
#SBATCH --mem=4200mb
#SBATCH --mem=25000mb

#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 1 python3 dlrbnicsx_mixed_poisson_distributed.py
mpiexec -n 8 python3 dlrbnicsx_mixed_poisson_distributed.py

0 comments on commit fbc4d55

Please sign in to comment.