Search found 4 matches

by Andrei Rajkovic
Mon Nov 28, 2016 8:38 am
Forum: OpenMM
Topic: Compile openMM on an RPI
Replies: 5
Views: 439

Re: Compile openMM on an RPI

The rest of the files
by Andrei Rajkovic
Mon Nov 28, 2016 8:37 am
Forum: OpenMM
Topic: Compile openMM on an RPI
Replies: 5
Views: 439

Re: Compile openMM on an RPI

I was able to successfully build OpenMM on the RPI. The operating system I used was Raspbian, but I also managed to install it on the Ubuntu OS (but this was more troubling since I was using arm-linux-gnueabihf-g++ and I had to manually change the paths for a lot of the systems header files) so I hi...
by Andrei Rajkovic
Mon Nov 07, 2016 11:15 am
Forum: OpenMM
Topic: Compile openMM on an RPI
Replies: 5
Views: 439

Re: Compile openMM on an RPI

Thanks for the resources! I'll start working on this and let you know if I make some progress.
by Andrei Rajkovic
Mon Nov 07, 2016 9:15 am
Forum: OpenMM
Topic: Compile openMM on an RPI
Replies: 5
Views: 439

Compile openMM on an RPI

I am attempting to compile openMM on a raspberry pi cluster, however I encounter an early error. c++: error: unrecognized command line option ‘-msse2’ From what I gather this error occurs due to the the RPI using an ARM processor. Is it possible to compile openMM with msse2 disabled or is there an a...