Skip to content

Commit

Permalink
replacing run.sh code
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurTolley committed Jul 18, 2023
1 parent 11b6c67 commit ba7775e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/live/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ mpirun \
-host localhost,localhost \
-n 2 \
--bind-to none \
-x PYTHONPATH -x LD_LIBRARY_PATH -x OMP_NUM_THREADS -x VIRTUAL_ENV -x PATH -x HDF5_USE_FILE_LOCKING \
\
python -m mpi4py `which pycbc_live` \
--bank-file template_bank.hdf \
Expand Down Expand Up @@ -207,6 +208,9 @@ python -m mpi4py `which pycbc_live` \
--sngl-ifar-est-dist conservative \
--verbose

# If you would like to use the pso optimizer, change --optimizer to pso
# and include these arguments while removing other optimizer args.
# You will need to install the pyswarms package into your environment.
# --pso-iters 5 \
# --pso-particles 250 \
# --pso-c1 0.5 \
Expand Down

0 comments on commit ba7775e

Please sign in to comment.