Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: missing fdas_test_parameters.h #20

Closed
krajwade opened this issue Sep 28, 2017 · 5 comments
Closed

Error: missing fdas_test_parameters.h #20

krajwade opened this issue Sep 28, 2017 · 5 comments
Labels

Comments

@krajwade
Copy link
Collaborator

I am currently building the cheetah pipeline via a docker container. When compiling astro-accelerate, I used the following command:

RUN cd /software/astro-accelerate/ &&
git checkout aa_interface &&
mkdir build/ &&
cd build/ &&
cmake -DENABLE_CUDA=true ../ &&
make -j 16 &&
make install

and I am getting the following error after make install:

CMake Error at lib/cmake_install.cmake:57 (file):
file INSTALL cannot find
"/software/astro-accelerate/lib/headers/fdas_test_parameters.h".
Call Stack (most recent call first):
cmake_install.cmake:42 (include)
Makefile:61: recipe for target 'install' failed
make: *** [install] Error 1

Has anyone seen this before. I checked the aa_interface branch and there is no such header file.

@KAdamek
Copy link
Member

KAdamek commented Sep 28, 2017

Hi,
the header file 'fdas_test_parameters.h' is in master branch of AstroAccelerate and it defines some test parameters for FDAS test using accelerated sin wave. I'm not sure why it is required by aa_interface branch unless someone has updated it from master branch.

@ewanbarr
Copy link
Collaborator

For some reason it looks like the git checkout might not be working properly on the specific machine Kaustubh is using. I can't replicate this and I have tried it on a couple of machines with the same Dockerfile.

@krajwade
Copy link
Collaborator Author

So I have built the pipeline now. The only way to do that was to manually clone the astro-accelerate repo and then build it. If I clone through the Dockerfile, it does not work.

@ewanbarr
Copy link
Collaborator

ewanbarr commented Sep 29, 2017 via email

@krajwade
Copy link
Collaborator Author

That worked as well.

@ccarels ccarels added the Invalid label Sep 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants