-
Notifications
You must be signed in to change notification settings - Fork 12
Description
I was trying to run the extopt goat run with the aimnet2 example in an HPC Linux environment (in Slurm). First I run
./aimnet2server.sh
INFO:waitress: Serving on http://127.0.0.1:8888
It initially downloads all the dependencies and model checkpoints and successfully builds them. In another login terminal, I run
<full_path>/orca H2O_goat_extclient.inp
Getting this issue
File "<fil_path>/aimnet2/.venv/lib/python3.11/site-packages/requests/models.py", line 1026, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests. exceptions.HTTPError: 403 Client Error: Forbidden for url: http://127.0.0.1:8888/calculate
Error (ORCA/EXT): external program failed with exit code 256
Is it possible to change the IP and port in the aimnet2client argument? Please recommend the best combinations to run in a Slurm-based CentOS HPC.