Skip to content

Instantly share code, notes, and snippets.

@ajoydas
Created March 21, 2022 18:23
Show Gist options
  • Save ajoydas/d8f06a503cb2ea7e11b624e0d22cfc25 to your computer and use it in GitHub Desktop.
Save ajoydas/d8f06a503cb2ea7e11b624e0d22cfc25 to your computer and use it in GitHub Desktop.
#!/bin/bash
#SBATCH --job-name=search.job
#SBATCH --output=.out/search.out
#SBATCH --error=.out/search.err
#SBATCH --time=03:00:00
#SBATCH --mem=12GB
##SBATCH --mail-type=ALL
##SBATCH --mail-user=email@ucalgary.ca
export PATH=$PATH:/home/ajoy.das/miniconda3/bin
source activate bias_study # conda might not work, here bias_study is the conda environment
which python
# conda env list
echo starting python code
python search-job.py
echo ending python code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment