-
Notifications
You must be signed in to change notification settings - Fork 8
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
Initial commit of Auryn based implementation. #4
base: master
Are you sure you want to change the base?
Conversation
I can successfully compile and run the examples in the main Auryn rep on my local machine. I have problems though getting your autotoolized version to run:
and I got
Might be something trivial, but all I have time to look into for now I'm afraid. Will the autotooled version be merged into the master soon (and have a .travis.yml to test it...) or would it be possible to make a Makefile here to compile this with a local install of https://github.com/fzenke/auryn? |
That's odd. I do have a travis.yml set up for the autotoolised version, and it builds OK there (https://travis-ci.org/sanjayankur31/auryn) - and I use Fedora 21/22 for my work and it builds there too. What Linux variant are you using? It can't find a mpi.h header which is generally provided by some implementation of mpi - mpich2 is what i use. For the travis builds, which use ubuntu, this is the command set that seems to work:
I'm not sure if Friedemann plans to merge the autotoolised version any time soon. To develop auryn, he has a local make file in his repo but that builds auryn each time you compile a simulation - quite unnecessary IMO, which is why I went to autotoolised route. |
Hi there,
I still feel it is too early to merge the autotoolized version,
As a note on the side. In my workflow I only compile Auryn once (make Cheers! Friedemann Update: Changed that on the wiki |
Discovered the problem... Didn't include the flag on:
Got the autotoolised version to install (make lib also works in @fzenke's original repo) and managed to get the Vogels et al example to compile and run after tweaking the Makefile a bit. Will try to make changes/push some doc updates after I get back from the OSB meeting... Nice work with this! |
This is the initial set of files required for the Auryn implementation of this model. I still need to add the generated graphs and things. I'll do that ASAP. The code here can be used in the mean time.