HamishGBrown / MuSTEM

Open source version of the MuSTEM multislice electron microscopy simulation code, developed at the University of Melbourne.
http://tcmp.ph.unimelb.edu.au/mustem/muSTEM.html
GNU General Public License v3.0
54 stars 26 forks source link

Can I use Linux version ? #21

Open futazuka-wm opened 5 years ago

futazuka-wm commented 5 years ago

Hello Dr. Hamish,

My name is Toshihiro Futazuka in The University of Tokyo, Japan.

I want to use muSTEM with linux cluster machine. Can we compile source code in Linux? Is there any Linux version of this software ?

I`m sorry for asking elementary question .......

futazuka-wm commented 4 years ago

I resolved by myself. I`m sorry for stupid question......

vitesh13 commented 3 years ago

As I have a similar question about running CPU version in linux, I will continue here: I cloned the repo and I have intel fortran compiler. I made the changes to the MKLROOT variable to point to my intel compiler. But what is the target for Makefile? Is it just make all or something like this? I get following error: make: *** No rule to make target 'quadpack.f90', needed by 'quadpack.o'. Stop.

I am asking this as the build directions are given for visual studio but not for linux. The readme just mentions that any fortran compiler with FFTW libraries should work.

What would be the correct command for the make file?