source: tags/0.9/sara-get-num-cores @ 9

Last change on this file since 9 was 9, checked in by willem, 11 years ago

willem

  • Property svn:executable set to *
File size: 84 bytes
Line 
1#!/bin/bash
2cat /proc/cpuinfo | awk '
3  /processor/ { p = $3 }
4  END { print p+1 }'
Note: See TracBrowser for help on using the repository browser.