-
Notifications
You must be signed in to change notification settings - Fork 3
Connecting to Omnisci backend
dkakkar edited this page Feb 24, 2020
·
1 revision
- Login to the compute node
ssh $node (e.g. aagk80gpu04.rc.fas.harvard.edu)
- Enter the singularity shell:
grep container ~/fasrc/dev/OmniSci/template/script.sh.erb
- Run the following command from the output of above:
export container_image=/n/cga/dkakkar/partisan/images/omnisci-ee-cuda_latest.sif
- Run the singularity shell:
singularity shell $container_image /omnisci/bin/omnisql
- Inside singularity shell run:
/omnisci/bin/omnisql --server=localhost --port $port
for e.g. /omnisci/bin/omnisql --server=localhost --port 10215 if 10215 is the Omnisci Backend TCP: localhost:10215
Refer to your:
https://vdi.rc.fas.harvard.edu/pun/sys/files/fs/n/home06/dkakkar/fasrc/data/sys/dashboard/batch_connect/dev/OmniSci/output/output.log for Backend TCP