Help for this page

Select Code to Download


  1. or download this
    my $processor = \`/aa/bin/get_pbind_cpus.ksh`;
    
  2. or download this
    chomp( $$processor );
    
  3. or download this
    system("$os_cmd_table{$^O}{pbind} -b $$processor $$proc_id{$_} >/dev/n
    +ull 2>&1") if defined $$processor;