Created
June 29, 2023 05:09
-
-
Save zainabnazari/4ccdebecec2e4c838f72bb1e4107b7b5 to your computer and use it in GitHub Desktop.
old job script for ppmi matrix initialisation
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
#!/bin/bash | |
#SBATCH --job-name=v02n | |
#SBATCH --partition=regular1 | |
#SBATCH --nodes=1 | |
#SBATCH --ntasks=1 | |
#SBATCH --mem=160G | |
#SBATCH --cpus-per-task=1 | |
#SBATCH --hint=nomultithread | |
#SBATCH --time=02:00:00 | |
cd ${SLURM_SUBMIT_DIR} | |
conda init bash | |
source /home/znazari/.bashrc | |
conda activate Zainab-env | |
conda list | |
python3 main_v02.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment