Skip to content

Commit

Permalink
pushing towards running multiple runs using containers
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnTools committed Dec 14, 2024
1 parent 503cc00 commit 4bcfafa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ RUN cd simulator/sim-dir && go mod tidy && go build -o /bin/sim sim.go exp.go

# remember to use "-v" to map in /tmp/extern
WORKDIR /pcesapps/simulator/sim-dir
#RUN sim -is /tmp/extern/input/args-sim
RUN sim -is /tmp/extern/args/args-sim
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.7
require (
github.com/iti/evt/evtm v0.1.4
github.com/iti/evt/vrtime v0.1.5
github.com/iti/pces v0.0.14
github.com/iti/pces v0.0.15
)

require (
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ github.com/iti/mrnes v0.0.16 h1:TiyBzSFo4teG0EvKjbdOPHhvC6HywDmGmVRRtD06wkI=
github.com/iti/mrnes v0.0.16/go.mod h1:1P8kC384qaei5i84ZK42VYDrXmRLiYZHmx52yeLL37E=
github.com/iti/pces v0.0.14 h1:EsEjz9/D5ObYM3O8ZdeUwJ3ScR6egSTsjmrArjKJr9M=
github.com/iti/pces v0.0.14/go.mod h1:puOlSzKF8W6wXiK6IwSGOjR7S3gGGKpC0fn9JjakXeA=
github.com/iti/pces v0.0.15 h1:wut3GAFRS3Ks8uKhdA/d2w6dqDfD/SD55zgXoLTZqxA=
github.com/iti/pces v0.0.15/go.mod h1:puOlSzKF8W6wXiK6IwSGOjR7S3gGGKpC0fn9JjakXeA=
github.com/iti/rngstream v0.2.2 h1:9cfSikwWPW1Yie+RjdJ23uUuMryLu+Ou38/TChYLPZ8=
github.com/iti/rngstream v0.2.2/go.mod h1:sf9vdWtEjVW4dxOocgIqbivkNIrfcl10H8jEeeqFNnQ=
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c h1:7dEasQXItcW1xKJ2+gg5VOiBnqWrJc+rq0DPKyvvdbY=
Expand Down
2 changes: 1 addition & 1 deletion simulator/args/args-sim
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-exprmnt exp-4
-container
-inputLib ./input
-outputLib ./output
-cp cp.yaml
Expand All @@ -13,4 +14,3 @@
-msr msr.yaml
-rngseed 234545
-tunits msec
#-container

0 comments on commit 4bcfafa

Please sign in to comment.