Skip to content

Commit

Permalink
Update Telemac-docker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrichet authored Sep 20, 2023
1 parent 3435cca commit 0a82633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scripts/Telemac-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

NCPU=`grep ^cpu\\\\scores /proc/cpuinfo | uniq | awk '{print $4}'`

docker run `echo $PWD`:/workdir irsn/telemac-mascaret:latest telemac2d.py --ncsize=$NCPU $CAS &
docker run -v `echo $PWD`:/workdir irsn/telemac-mascaret:latest telemac2d.py --ncsize=$NCPU $CAS &

PID=$!
echo $PID >> PID
Expand Down

0 comments on commit 0a82633

Please sign in to comment.