Skip to content

Commit

Permalink
Merge pull request #402 from Hjorthmedh/region_mesh_redux
Browse files Browse the repository at this point in the history
Region mesh redux
  • Loading branch information
Hjorthmedh authored Jan 16, 2024
2 parents a7c251d + aa44321 commit c0f6478
Show file tree
Hide file tree
Showing 3 changed files with 348 additions and 175 deletions.
14 changes: 14 additions & 0 deletions examples/notebooks/start_ipcluster_quiet.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash

export IPYTHONDIR="`pwd`/.ipython"
export IPYTHON_PROFILE=default

if [ -z "$1" ]
then ipcluster start --profile=$IPYTHON_PROFILE --ip=127.0.0.1 &> ipcluster-log.txt &
else ipcluster start -n $1 --profile=$IPYTHON_PROFILE --ip=127.0.0.1 &> ipcluster-log.txt &
fi

echo "Sleeping 20 seconds to wait for workers to start"
sleep 20

echo "To stop ipcluster use: ipcluster stop"
Loading

0 comments on commit c0f6478

Please sign in to comment.