Revert to decentralized schrodinger.hosts-based host entry configuration
We encourage customers to transition to the centralized host entry configuration, due to its advantages over the old, decentralized configuration. However, if customers want to continue with the old configuration (e.g., because the Job Server administrators are not yet ready to make the changes required by the centralized configuration), they can do so by deactivating the IGNORE_SCHRODINGER_HOSTS feature flag on client machines.
- Windows
- Mac
- Linux
To deactivate on a local machine...
In the Schrödinger Command Prompt or Power Shell, enter:
feature_flags -d IGNORE_SCHRODINGER_HOSTS
To deactivate for all end users...
In the Schrödinger Command Prompt or Power Shell, enter:
feature_flags --installation-disable IGNORE_SCHRODINGER_HOSTS
To deactivate on a local machine...
In a Terminal, run:
/opt/schrodinger/suites2025-3/utilities/feature_flags -d IGNORE_SCHRODINGER_HOSTS
To deactivate for all end users...
In a Terminal, run:
/opt/schrodinger/suites2025-3/utilities/feature_flags --installation-disable IGNORE_SCHRODINGER_HOSTS
To deactivate on a local machine...
In a terminal, run:
$SCHRODINGER/utilities/feature_flags -d IGNORE_SCHRODINGER_HOSTS
To deactivate for all end users...
In a terminal, run:
$SCHRODINGER/utilities/feature_flags --installation-disable IGNORE_SCHRODINGER_HOSTS