sphere

GPU-based 3D discrete element method algorithm with optional fluid coupling
git clone git://src.adamsgaard.dk/sphere
Log | Files | Refs | LICENSE

commit 7db6c058c9111762194848a25b82adab486b8047
parent abbe073852e486d794de964f9dc129349af089e9
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Thu, 16 Jun 2016 10:43:06 -0700

fix jobname prefix usage

Diffstat:
Mpython/generate-rate-state-scripts-comet-rs1.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/generate-rate-state-scripts-comet-rs1.py b/python/generate-rate-state-scripts-comet-rs1.py @@ -152,7 +152,7 @@ for effective_stress in effective_stresses: for mu_s in mu_s_vals: for mu_d in mu_s_vals: - jobname = 'rs0-{}Pa-v={}-mu_s={}-mu_d={}'.format( + jobname = jobname_prefix + '{}Pa-v={}-mu_s={}-mu_d={}'.format( effective_stress, velfac, mu_s,