On Jul 31, 2012, at 4:26 AM, Paweł Jaromin wrote:
> Sorry, in the code is big mes, but I`am sure it not effects my
> problem. - I tried another ways to solve the problem.
I can pretty guarantee you that these two issues will cause you problems. You
need to fix them.
Specifically: it seems like
2012/7/30 Jeff Squyres :
> On Jul 30, 2012, at 12:48 PM, Paweł Jaromin wrote:
>
>> make all
>> Building file: ../src/snd_0.1.c
>> Invoking: GCC C Compiler
>> mpicc -I/usr/include/mpi -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP
>> -MF"src/snd_0.1.d" -MT"src/snd_0.1.d" -o "src/snd_0.1.o"
>> "../src/
On Jul 30, 2012, at 12:48 PM, Paweł Jaromin wrote:
> make all
> Building file: ../src/snd_0.1.c
> Invoking: GCC C Compiler
> mpicc -I/usr/include/mpi -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP
> -MF"src/snd_0.1.d" -MT"src/snd_0.1.d" -o "src/snd_0.1.o"
> "../src/snd_0.1.c"
> ../src/snd_0.1.c:24:
normal MPI compiling:
Build of configuration Debug for project snd_0.1
make all
Building file: ../src/snd_0.1.c
Invoking: GCC C Compiler
mpicc -I/usr/include/mpi -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP
-MF"src/snd_0.1.d" -MT"src/snd_0.1.d" -o "src/snd_0.1.o"
"../src/snd_0.1.c"
../s
Please show me how you are compiling the program under gcc and mpicc.
Plus do a "mpicc --showme".
--td
On 7/30/2012 8:33 AM, Paweł Jaromin wrote:
This situation is also strange for me, I spend 2 days to find a bug :(.
Unfortunately I am not a professional C/C++ programmer, but I have
to ma
This situation is also strange for me, I spend 2 days to find a bug :(.
Unfortunately I am not a professional C/C++ programmer, but I have
to make this program. Please have a look in a picture from link below,
maybe it will be more clear.
http://vipjg.nazwa.pl/sndfile_error.png
2012/7/
On 7/30/2012 6:11 AM, Paweł Jaromin wrote:
Hello
Thanks for fast answer, but the problem looks a little different.
Of course, I use this code only for master node (rank 0), because only
this node has an access to file.
As You can see i use "if" clause to check sndFile for NULL:
if (sndFile ==
Hello
Thanks for fast answer, but the problem looks a little different.
Of course, I use this code only for master node (rank 0), because only
this node has an access to file.
As You can see i use "if" clause to check sndFile for NULL:
if (sndFile == NULL)
and it returns not NULL value, so the
I am not sure I am understanding the problem correctly so let me
describe it back to you with a couple clarifications.
So your program using sf_open compiles successfully when using gcc and
mpicc. However, when you run the executable compiled using mpicc
sndFile is null?
If the above is rig
Hello all
Because I try make a program to parallel procesing sound files, I use
libsndfile library to load and write wav files. Sytuation is strange,
because when I compile the program by gcc is good (no parallel), but
if I do it by mpicc is a problem with sndFile variable.
// Open sound file
10 matches
Mail list logo