User Tools

Site Tools


gnu_radio_benchmark_example

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gnu_radio_benchmark_example [2017/08/22 11:22] – update to new minus with yaml scenario mimbertgnu_radio_benchmark_example [2018/10/24 12:01] (current) – [Logging into the SSH front-end] lcardoso
Line 11: Line 11:
  
 <code> <code>
-you@yourpc:~$ ssh -X -v [-i path/to/the/key] -p 2269 username@gw.cortexlab.fr +you@yourpc:~$ ssh -X -v [-i path/to/the/key] username@gw.cortexlab.fr 
 </code> </code>
  
Line 76: Line 76:
  
   node4:   node4:
-    command: benchmark_rx.py --antenna="TX/RX" --rx-gain=25 -v -W 2M -f 2.49G+    command: ./benchmark_rx.py --antenna="TX/RX" --rx-gain=25 -v -W 2M -f 2.49G
     passive: true     passive: true
  
   node6:   node6:
-    command: benchmark_tx.py --antenna="TX/RX" --tx-amplitude=0.2 -v -W 2M -f 2.49G+    command: ./benchmark_tx.py --antenna="TX/RX" --tx-amplitude=0.2 -v -W 2M -f 2.49G
 </code> </code>
        
Line 88: Line 88:
  
   * ''node4:'': This opens the node4 declaration of options   * ''node4:'': This opens the node4 declaration of options
-  * ''command: benchmark\_rx.py --antenna="TX/RX" --rx-gain=25 -v -W 2M -f 2.49G'': states the command to run on node4. Details of the parameters are:+  * ''command: ./benchmark\_rx.py --antenna="TX/RX" --rx-gain=25 -v -W 2M -f 2.49G'': states the command to run on node4. Details of the parameters are:
     * ''--antenna="TX/RX"'': this indicates which antenna connector to use on the USRP radio platform connected to the node     * ''--antenna="TX/RX"'': this indicates which antenna connector to use on the USRP radio platform connected to the node
     * ''--rx-gain=25'': this sets the receive gain of the USRP radio platform     * ''--rx-gain=25'': this sets the receive gain of the USRP radio platform
Line 139: Line 139:
 you@srvairlock:~/examples$ oarsub -l nodes=BEST,walltime=0:30:00 -I you@srvairlock:~/examples$ oarsub -l nodes=BEST,walltime=0:30:00 -I
 </code> </code>
 +
 +(If you're running your reservation in a container reservation):
 +<code>
 +you@srvairlock:~/examples$ oarsub -t inner=<id of container> -l {"network_address in ('mnode4.cortexlab.fr', 'mnode6.cortexlab.fr')"}/nodes=2,walltime=0:30:00 -I
 +</code>
 +
 +(Be sure that no one else is using the same node as you)
  
 This will run a 30 minute job and open a subshell in which you can run minus tasks. This subshell will be killed after 30 minutes, and if you leave the shell earlier, it will terminate the corresponding oar job. More documentation on oar can be found [[reserve|here]]. You can also monitor the current jobs in the [gantt web interface](http://xp.cortexlab.fr/drawgantt/). This will run a 30 minute job and open a subshell in which you can run minus tasks. This subshell will be killed after 30 minutes, and if you leave the shell earlier, it will terminate the corresponding oar job. More documentation on oar can be found [[reserve|here]]. You can also monitor the current jobs in the [gantt web interface](http://xp.cortexlab.fr/drawgantt/).
gnu_radio_benchmark_example.txt · Last modified: 2018/10/24 12:01 by lcardoso

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki