You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new feature that would allow running the kernel with a given port number.
For example, ./aion.sh --port 12345 will start a kernel that uses port 12345. This value should be saved in the config file for the kernel execution directory.
The option should work correctly in combination with the -n and -d options.
The text was updated successfully, but these errors were encountered:
A new feature that would allow running the kernel with a given port number.
For example,
./aion.sh --port 12345
will start a kernel that uses port12345
. This value should be saved in the config file for the kernel execution directory.The option should work correctly in combination with the
-n
and-d
options.The text was updated successfully, but these errors were encountered: