Skip to content

Commit

Permalink
Preparing another rough parameter scan for the zeuthen cluster.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiedl committed Feb 1, 2018
1 parent a21c1b5 commit 128b8cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions scripts/ParameterScan/batch-job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
# qsub -l gpu -l tmpdir_size=10G -l s_rt=8:00:00 -m ae batch-job.sh
#

# Make sure to deactivate opencl kernel caching.
# See: https://github.com/fiedl/hole-ice-study/issues/15
export CUDA_CACHE_DISABLE=1

# The $REMOTE directory from which the data and scripts are taken and
# where the results will be sent to.
REMOTE="$SCRATCH/hole-ice-study/scripts/ParameterScan"
Expand Down
12 changes: 6 additions & 6 deletions scripts/ParameterScan/run.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
# Parameter range configuration
#
options.merge!({
scattering_factor_range: [1.0],
absorption_factor_range: [1.0],
distance_range: [1.0],
number_of_photons: 1e5,
number_of_runs: 5,
number_of_parallel_runs: 5
scattering_factor_range: [0.0001, 0.5, 1.0, 100.0],
absorption_factor_range: [0.0001, 0.5, 1.0, 100.0],
distance_range: [1.0, 10.0],
number_of_photons: 1e3,
number_of_runs: 3,
number_of_parallel_runs: 3
})

log.info "This script will iterate over the following configuration"
Expand Down

0 comments on commit 128b8cc

Please sign in to comment.