Skip to content

Commit

Permalink
osver=8 is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyacheslav Brover committed Feb 12, 2024
1 parent cab78e2 commit 1a2a7d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions qsub_env.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#! /bin/echo Please-source

QSUB_="qsub -r n -cwd -V -P unified -j y -v SGE_NOMAIL -v SGE_SUMMARY=/dev/null -b y -o /dev/null"
export QSUB_5="$QSUB_ -l osver=8,h_vmem=36G,mem_free=500M,m_mem_free=500M,h_rt=36000"
export QSUB_L="$QSUB_ -l osver=8,h_vmem=36G,mem_free=1G,m_mem_free=1G,h_rt=1000000"
export QSUB_5="$QSUB_ -l h_vmem=36G,mem_free=500M,m_mem_free=500M,h_rt=36000"
export QSUB_L="$QSUB_ -l h_vmem=36G,mem_free=1G,m_mem_free=1G,h_rt=1000000"

# osver=8 ??

0 comments on commit 1a2a7d1

Please sign in to comment.