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

External library support #17

Closed
dc3315 opened this issue Dec 1, 2017 · 3 comments
Closed

External library support #17

dc3315 opened this issue Dec 1, 2017 · 3 comments

Comments

@dc3315
Copy link

dc3315 commented Dec 1, 2017

Hi,

Is it the case that we can use external libraries?
For instance, in our case, we would like to use boost library, however, this requires it being installed on the machine the code is being run on, because we need to link against it.

Is it possible to ask for the library to be installed prior to running the tests?

Many thanks.

@m8pple
Copy link
Contributor

m8pple commented Dec 4, 2017

I'm willing to put certain libraries in, but am a bit wary of adding too much as it can wipe
out too much disk-space on the EC2 instances.

So boost seems reasonable, and I've had a request for CUDA too. So I will add the
following to the base HPCE AMI:

sudo apt-get install libboost-dev
sudo apt-get install nvidia-cuda-dev

This has added significantly to the base install load (~8% of disk), so anything
else needs to be small.

@dc3315 dc3315 closed this as completed Dec 4, 2017
@dc3315 dc3315 reopened this Dec 4, 2017
@dc3315
Copy link
Author

dc3315 commented Dec 4, 2017

sudo apt-get install libboost-system1.55-dev
sudo apt-get install libboost-filesystem1.55-dev

?
(please :D)

@dc3315 dc3315 closed this as completed Dec 4, 2017
@dc3315 dc3315 reopened this Dec 4, 2017
@m8pple
Copy link
Contributor

m8pple commented Dec 8, 2017

Sorry, just noticed this.

I think the extra space is not too bad, so I can do that. I'm a bit mystified as to which,
but I guess I'll find out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants