Trying to compile
Pete Wyckoff
pw at osc.edu
Sun Mar 16 17:17:18 EDT 2008
denismpa at gmail.com wrote on Thu, 13 Mar 2008 19:41 -0300:
> Following Troy's directions (thanks Troy) I have done the compilation with icc.
> I got some warns(showed below) while compiling, but it has gone until the end.
>
> When I tried the ./runtests.pl I had these errors:
>
> -bash-3.00$ ./runtests.pl
> Testing 1 node with SMP size 1.
> 3398 to testqo.16903.01 mpiexec -n 1 hello ..
> File testho.16903.01: unexpected line: mpiexec: Error: get_hosts:
> pbs_connect: No server specified.
> 3399 to testqo.16903.02 mpiexec hello ..
> File testho.16903.02: unexpected line: mpiexec: Error: get_hosts:
> pbs_connect: No server specified.
> 3400 to testqo.16903.03 mpiexec -nostdin hello ..
> File testho.16903.03: unexpected line: mpiexec: Error: get_hosts:
> pbs_connect: No server specified.
> 3401 to testqo.16903.04 mpiexec -allstdin hello ..
> File testho.16903.04: unexpected line: mpiexec: Error: get_hosts:
> pbs_connect: No server specified.
> 3402 to testqo.16903.05 mpiexec -nostdout hello ..
>
> I have seen on the lists historys, that it could be caused by the
> absence of pbs_server config on pbs_mom, but it is set on every nodes.
That's generally it. Put yourself in an interactive job and type
"qstat". If it fails, mpiexec will fail too.
> below is the make's output
Thanks for all these warnings. I fixed up the valid ones, even the
questionable warnings that will keep it a bit more quiet.
-- Pete
More information about the mpiexec
mailing list