Skip to content

Commit

Permalink
Longer wall time
Browse files Browse the repository at this point in the history
  • Loading branch information
Spokhim committed Dec 19, 2020
1 parent bee8f90 commit 59f47e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Loop_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
# Simulate everything Homogeneous Sweeps for Simulation Length 1.2e6
ParamsDict["Simul_length"] = 1.2e6
ParamsDict["Snip"] = 100 # Gets multiplied by 100 so this is 1 e4 (or 1%)

'''
# B_e goes from 2->5
for b_e in np.arange(start=2,stop=5,step=0.1):
Expand All @@ -110,7 +110,7 @@
tau_i=numpy.array([10.0]))
ParamsDict["tag"] = "FixedPt_G" + str(ParamsDict["G"]) + "_b_e" + str(ParamsDict["B_e"])
Simul_Pipeline(ParamsDict=ParamsDict)

'''
#B_e : 3- >5
for b_e in np.arange(start=3,stop=5,step=0.1):

Expand Down
2 changes: 1 addition & 1 deletion simul-job.csh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#PBS -N simul-job
#PBS -l select=1:ncpus=12:mem=8GB
# Minimum acceptable walltime: day-hours:mins:secs
#PBS -l walltime=48:00:00
#PBS -l walltime=168:00:00
# Send e-mail if job ends or aborts
#PBS -m bea
#PBS -M psiu5120@uni.sydney.edu.au
Expand Down

0 comments on commit 59f47e5

Please sign in to comment.