Main public logs

From Master of Neuroscience Wiki

Combined display of all available logs of Master of Neuroscience Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:35, 23 October 2025 Davrot talk contribs created page Check if the port for torchrun is open via ncat (Created page with "Questions to [mailto:davrot@uni-bremen.de David Rotermund] This is my script (connection_test.sh) that tests if a connection between two computer of a given port is possible: You need the master_ip and master_port:<syntaxhighlight lang="shell">master_ip="10.10.10.10" master_port="40001" python_file="main.py" ip_check=`ip addr | grep $master_ip | wc -l` if $ip_check == "1" then echo "Master" echo "OK OK OK OK OK OK OK" | ncat -l -p $master_port else...") Tag: Visual edit