Help for this page

Select Code to Download


  1. or download this
    foreach(1..$number_of_cpus)
        {
    ...
        system("swap.pl"); # swap.pl reads temp_ctrl to know which part of
    + the dataset to process
        sleep(1);
        }
    
  2. or download this
    system(1,"swap.pl")