<style type='text/css'>
.Bold { font-weight: bold; }
.Title { font-weight: bold; font-size: 18px; color: #cc3300; }
.Code { border: #8b4513 1px solid; padding-right: 5px; padding-left: 5px;color: #000066; font-family: 'Courier New' , Monospace;background-color: #ff9933; }
</style><p>Dear Sir,<br /><br />&nbsp;I think that there is something wrong in my mpich2 setting. My workstation is a cluster which includes 1&nbsp;node&nbsp;for log-in&nbsp;and 4 nodes for calculation.&nbsp;Each node has 2 cpus.&nbsp;Log-in node is not used for calculating. But I think that my mpich2 environment doesn't recognize all cpus on calculation nodes.&nbsp;A result of&nbsp;&quot;mpdtrace -l&quot; is as&nbsp;below<br /><br />[kyu99@cas01 4dvar]$ mpdtrace -l<br />cas01_39485 (193.168.100.31)<br />cas02_35456 (193.168.100.32)<br />cas03_38213 (193.168.100.33)<br />cas04_32920 (193.168.100.34)<br /><br />&nbsp;The result of &quot;mpdtrace&quot; seems to recognize all&nbsp;calcuation nodes.&nbsp;But, when&nbsp;specific executables run, the result is like this :<br /><br />[kyu99@cas01 4dvar]$ mpiexec -n 2 da_wrfvar.exe : -n 4 ad/wrfplus.exe : -n 2 nl/wrf.exe <br />starting wrf task 0 of 1<br />starting wrf task 0 of 1<br />starting wrf task 0 of 1<br />starting wrf task 0 of 1<br />starting wrf task 0 of 1<br />starting wrf task 0 of 1<br />starting wrf task 0 of 1<br />starting wrf task 0 of 1<br /><br />&nbsp;I think that this message means that my mpich2 uses only 1 processor. Is it right? If my thought is right, how can I fix this problem? Please let me know how to fix it. Thank you!!<br /><br />Best regards,&nbsp;<br /><br />NK Noh</p>