Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] Is this a bug?

Quick question: Is the following a bug or am I doing something wrong?

When I create a Managed Make C Project with MPI project settings, the
mpi includes and library are added by default, but no default compiler
or linker appears in the project properties window. According to the
console, gcc is actually used in this case both for compiling and
linking, but with the following error messages:

"/bin/sh: I/opt/openmpi/1.2.3/include: No such file or directory" for
the compilation step; and

"/bin/sh: L/opt/openmpi/1.2.3/lib: No such file or directory" for
linking.

In other words, the "-" is missing from "I" and "L". On the other hand,
If I enter "mpicc" by hand as the compiler and linker in the project
properties window, the "-" shows up where it should and there is no
error.

-Tudor 

-- 
Tudor N. Buican, PhD
Managing Member
SEA LLC
phone: 505-271-9925, 505-818-7303
fax: 505-271-9925
email: tudor@xxxxxxxx




Back to the top