Skip to content

Commit a5bf70f

Browse files
committed
Fixed Chimbuko+NWChem Docker file not using the right port for the viz (5000)
1 parent fe2a6a0 commit a5bf70f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker/ubuntu18.04/openmpi4.0.4/Dockerfile.chimbuko.nwchem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y gdb emacs-nox vim
2323

2424
WORKDIR /
2525

26-
RUN echo "INVALIDATE_3" > /dev/null
26+
RUN echo "INVALIDATE_5" > /dev/null
2727
COPY run_nwchem_chimbuko.sh /
2828
COPY sos_filter.txt /
2929
COPY chimbuko_config.templ /

docker/ubuntu18.04/openmpi4.0.4/chimbuko_config.templ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ service_node_iface=eth0 #network interface upon which communication to the servi
1111
use_viz=1 #enable or disable the visualization
1212
viz_root=<VIZ_ROOT> #the root directory of the visualization module <------------ ***SET ME (if using viz)***
1313
viz_worker_port=6379 #the port on which to run the redis server for the visualization backend
14-
viz_port=5002 #the port on which to run the webserver
14+
viz_port=5000 #the port on which to run the webserver
1515
export C_FORCE_ROOT=1 #required only for docker runs, allows celery to execute properly as root user <----------------- *** SET ME (if using Docker)
1616

1717
############################################################
@@ -28,7 +28,7 @@ provdb_extra_args="" #any extra command line arguments to pass
2828
provdb_nshards=4 #number of database shards
2929
provdb_ninstances=1 #number of database server instances. Shards are distributed over instances
3030
provdb_engine="ofi+tcp;ofi_rxm" #the OFI libfabric provider used for the Mochi stack
31-
provdb_port=5000 #the port of the provenance database
31+
provdb_port=5001 #the port of the provenance database
3232
provdb_writedir=chimbuko/provdb #the directory in which the provenance database is written. Chimbuko creates chimbuko/provdb which can be used as a default
3333
provdb_commit_freq=10000 #frequency ms at which the provenance database is committed to disk. If set to 0 it will commit only at the end
3434

0 commit comments

Comments
 (0)