Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] ORTE Proxy build errors

Open MPI needs to be configured with the --with-devel-headers before it is built. See the release notes.

We're working on a new resource manager that avoids this requirement.

Greg

On Jun 30, 2008, at 9:46 AM, Michael Da Silva wrote:

Hi all,

I have installed a rocks cluster 4.3, which 4 compute nodes and have recently found PTP to be a useful tool to my problem. I have installed eclipse and ptp according to the documention. I have also installed openmpi-1.2.6 to my /share/apps/openmpi with the developer headers option. Set my path variables to: PATH=/usr/share/openmpi/ bin32:/bin:/share/apps/openmpi/include/openmpi/:$PATH:$HOME

Now when I try to build the proxy's as such I only get the mpich2 proxy script in my bin directory. I get the following errors when it is trying to make the orte script.

if mpicc -DHAVE_CONFIG_H -I. -I. -I. -g -g -O2 -Wall -I../ org.eclipse.ptp.utils_2.0.1.200806061515/include -I../ org.eclipse.ptp.proxy_2.0.1.200806061515/include -MT ptp_orte_proxy- ptp_orte_proxy.o -MD -MP -MF ".deps/ptp_orte_proxy- ptp_orte_proxy.Tpo" -c -o ptp_orte_proxy-ptp_orte_proxy.o `test -f 'src/ptp_orte_proxy.c' || echo './'`src/ptp_orte_proxy.c; \ then mv -f ".deps/ptp_orte_proxy-ptp_orte_proxy.Tpo" ".deps/ ptp_orte_proxy-ptp_orte_proxy.Po"; else rm -f ".deps/ptp_orte_proxy- ptp_orte_proxy.Tpo"; exit 1; fi
In file included from src/ptp_orte_proxy.c:43:
../org.eclipse.ptp.utils_2.0.1.200806061515/include/rangeset.h: 37:42: warning: no newline at end of file
In file included from src/ptp_orte_proxy.c:54:
src/orte_fixup.h:20:25: orte_config.h: No such file or directory
src/orte_fixup.h:22:30: opal/util/output.h: No such file or directory
src/orte_fixup.h:23:28: opal/util/path.h: No such file or directory
src/orte_fixup.h:24:30: opal/event/event.h: No such file or directory
src/orte_fixup.h:25:36: opal/threads/condition.h: No such file or directory src/orte_fixup.h:26:33: orte/orte_constants.h: No such file or directory src/orte_fixup.h:27:36: orte/tools/orted/orted.h: No such file or directory
src/orte_fixup.h:29:30: orte/mca/iof/iof.h: No such file or directory
src/orte_fixup.h:30:32: orte/mca/rmgr/rmgr.h: No such file or directory src/orte_fixup.h:31:36: orte/mca/errmgr/errmgr.h: No such file or directory
src/orte_fixup.h:32:30: orte/mca/rml/rml.h: No such file or directory
src/orte_fixup.h:33:30: orte/mca/gpr/gpr.h: No such file or directory
src/orte_fixup.h:34:30: orte/mca/pls/pls.h: No such file or directory
src/orte_fixup.h:35:30: orte/mca/rds/rds.h: No such file or directory
src/orte_fixup.h:36:30: orte/mca/ras/ras.h: No such file or directory
src/orte_fixup.h:37:34: orte/mca/rmaps/rmaps.h: No such file or directory
src/orte_fixup.h:38:30: orte/mca/smr/smr.h: No such file or directory
src/orte_fixup.h:39:45: orte/mca/rmgr/base/rmgr_private.h: No such file or directory src/orte_fixup.h:40:32: orte/mca/odls/odls.h: No such file or directory src/orte_fixup.h:46:34: orte/runtime/runtime.h: No such file or directory src/orte_fixup.h:47:33: orte/runtime/params.h: No such file or directory
In file included from src/ptp_orte_proxy.c:54:
src/orte_fixup.h:58: error: syntax error before '*' token
src/orte_fixup.h:58: error: syntax error before ')' token
src/orte_fixup.h:61: warning: type defaults to `int' in declaration of `attr' src/orte_fixup.h:61: warning: data definition has no type or storage class
src/orte_fixup.h:62: error: syntax error before "flow"
src/orte_fixup.h:62: warning: type defaults to `int' in declaration of `flow' src/orte_fixup.h:62: warning: data definition has no type or storage class
src/orte_fixup.h:64: error: syntax error before '&' token
src/orte_fixup.h:64: warning: type defaults to `int' in declaration of `OBJ_CONSTRUCT'

So its obviously cant find the header files to build the script, I added /share/apps/openmpi/include/openmpi/ to the enviroment variables since the opal, orte and ompi directories are located there. Still no luck, could anyone please assist.

Mike
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top