-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
6ed815f
commit ef233e4
Showing
5 changed files
with
68 additions
and
54 deletions.
There are no files selected for viewing
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,27 @@ | ||
#!/bin/bash -l | ||
#Set job requirements | ||
#SBATCH -N 1 | ||
#SBATCH -n 1 | ||
#SBATCH -p gpu | ||
#SBATCH -t 00:30:00 | ||
#SBATCH --gpus-per-node=1 | ||
#SBATCH --cpus-per-gpu=1 | ||
#SBATCH --mem-per-gpu=5G | ||
#SBATCH --output=outdir_injection_Bu2019lm/log.out | ||
#SBATCH --job-name=injection_Bu2019lm | ||
|
||
now=$(date) | ||
echo "$now" | ||
|
||
# Loading modules | ||
# module load 2024 | ||
# module load Python/3.10.4-GCCcore-11.3.0 | ||
conda activate /home/twouters2/miniconda3/envs/ninjax | ||
|
||
# Display GPU name | ||
nvidia-smi --query-gpu=name --format=csv,noheader | ||
|
||
# Run the script | ||
python injection_Bu2019lm.py | ||
|
||
echo "DONE" |
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
This file was deleted.
Oops, something went wrong.
Binary file modified
BIN
-8.15 KB
(95%)
examples/KN/outdir_injection_Bu2019lm/injection_Bu2019lm_corner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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