Juan Oleas

Results 7 comments of Juan Oleas

Hi @scottransom, I've tried installing Presto in a Redhat 6.10 OS machine, in a CentOS 7 machine, and a Ubuntu 18.04 machine and they all give me this bug. I...

Here is my compiler info on my Ubuntu 18.04 machine: `gcc -v` `Using built-in specs.` `COLLECT_GCC=gcc` `COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper` `OFFLOAD_TARGET_NAMES=nvptx-none` `OFFLOAD_TARGET_DEFAULT=1` `Target: x86_64-linux-gnu` `Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr...

Yeah, it's a strange one. On the Ubuntu machine, I'm using the libfftw3-dev package that was suggested. On the others, I was compiling my own FFTW. I haven't tried removing...

Follow up: I removed search_bin from the BINARIES variable, and proceeded to compile it and I got this new error now: `accel_utils.o: In function `init_subharminfo':` `accel_utils.c:(.text+0xa95): undefined reference to `fftwcall'`...

This is one of the gcc lines when running "make" in $PRESTO/src: `gcc -I/home/oleasjuan/software/presto/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I -g -Wall -W -fPIC -O3 -ffast-math -DUSEFFTW -DUSEMMAP -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-unused-result -Wno-unused-but-set-variable -Wno-unused-but-set-parameter...

Hi, so I ran the command `pkg-config --cflags fftw3f` and I got this `-I/usr/local/include` Would I still need to set FFTINC explicitly o include the directory where ffw3.h lives? Is...

Follow up, I uninstalled and manually reinstalled FFTW3, Tempo, cfitsio, and pgplot, and edited my .bashrc file to this: ``` export PATH="/home/oleasjuan/anaconda3/bin:/home/oleasjuan/software/presto/bin:$ PATH" export PYTHONPATH="/home/oleasjuan/anaconda3/bin:/home/oleasjuan/software/presto /lib/python" export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/home/oleasjuan/software/presto/lib" export PRESTO="/home/oleasjuan/software/presto"...