<div dir="ltr"><p>hi,<br>
   this is nikhil and i am using swift for running a program. The 
problem i want to calculate the solution parallely using local multiple 
processor,but when i give the <br>
   command it is just taking each problem at a time and not parallely.I 
have a multi core processor and i want each cpu solving diffrent problem
 at the same time<br>
   but it is just using one of them and calculating one by one.pls help me out asap.<br>
</p>
<p><br>
</p>
<h1>my program</h1>
<p>type messagefile;<br>
  <br>
app (messagefile t) solve_instance(string fname) {<br>
      bnb fname stdout=@filename(t);<br>
}<br>
string name ="b.txt c.txt";<br>
messagefile fi[]<fixed_array_mapper;files=name>;<br>
string prob[]=["/home/nikhil/BatchS121208M.nl","/home/nikhil/BatchS151208M.nl"];<br>
foreach f in prob{<br>
messagefile c<regexp_mapper;<br>
source=@f,<br>
match="(.*)nl",<br>
transform="\\1txt">;<br>
c=solve_instance(f);<br>
}<br>
 <br>
bnb is a slover i am using to solve the problem."BatchS121208M.nl" is the problem file name.<br>
I am attaching various log files and also the files which i think may be
 problem because of which my code is not running properly.<br>
look inti sites.xml may be there is some prob</p></div>