Hi,
2014-04-07 18:03 GMT+02:00, Sylvestre Ledru :
> On 07/04/2014 17:55, Andrey Gursky wrote:
>> Hi,
>>
>> according to the output in the original message, the static libraries
>> were at least available, which is not the case now. After the
>> packaging has been reworked [1], the static libraries
On 07/04/2014 17:55, Andrey Gursky wrote:
> Hi,
>
> according to the output in the original message, the static libraries
> were at least available, which is not the case now. After the
> packaging has been reworked [1], the static libraries were silently
> gone. Why?
>
I am not the one who did thi
Hi,
according to the output in the original message, the static libraries
were at least available, which is not the case now. After the
packaging has been reworked [1], the static libraries were silently
gone. Why?
Thanks,
Andrey
[1]
http://anonscm.debian.org/viewvc/pkg-openmpi/openmpi/trunk/d
Package: libopenmpi-dev
Version: 1.4.1-2
Severity: normal
Hi,
Today I found that I cannot build static application with openmpi.
The simple example to reproduce is as follows:
$ cat test.c
#include
int main(int argc, char** argv) {
MPI_Init(&argc, &argv);
MPI_Finalize();
}
$ mpicc -static t
4 matches
Mail list logo