Open main menu

Changes

Tutorial for model free SBiNLab

455 bytes added, 22:18, 16 October 2017
tmux new -s m2
relax 13_Model_2_II_sphere.py -t 13_Model_2_II_sphere.log
# When relax is running, push: Ctrl+b and then d, to disconnect without exit
</source>
tmux new -s m3
relax 13_Model_3_III_prolate.py -t 13_Model_3_III_prolate.log
# When relax is running, push: Ctrl+b and then d, to disconnect without exit
</source>
tmux new -s m4
relax 13_Model_4_IV_oblate.py -t 13_Model_4_IV_oblate.log
# When relax is running, push: Ctrl+b and then d, to disconnect without exit
</source>
tmux new -s m5
relax 13_Model_5_V_ellipsoid.py -t 13_Model_5_V_ellipsoid.log
# When relax is running, push: Ctrl+b and then d, to disconnect without exit
</source>
 
To join session
<source lang="bash">
# List
tmux list-s
 
# Join either
tmux a -t m1
tmux a -t m2
tmux a -t m3
tmux a -t m4
tmux a -t m5
</source>
Trusted, Bureaucrats
1,382

edits