-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
758 additions
and
2,455 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#!/bin/bash | ||
#SBATCH -p cca | ||
#SBATCH -J y8x512s0 | ||
#SBATCH --output=%J.out | ||
#SBATCH --error=%J.err | ||
#SBATCH -t 2-00:00:00 | ||
#SBATCH --nodes 21 | ||
#SBATCH --ntasks-per-node=40 | ||
#SBATCH --exclusive | ||
#SBATCH --constraint=skylake | ||
|
||
# activate threading | ||
export OMP_NUM_THREADS=1 | ||
export PYTHONDONTWRITEBYTECODE=true | ||
export HDF5_USE_FILE_LOCKING=FALSE | ||
|
||
# go to working directory | ||
cd $RUNKODIR/projects/shocks/ | ||
|
||
mpirun python3 pic.py --conf y8x512s0.ini | ||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.