-
Dear MEEP developers, I tried to compile meep on a CentOS 7 with GCC 7.5.0, but I failed when it reached the scheme folder.
make[4]: Leaving directory |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 7 replies
-
If you want just the Python API, you can add |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi, I would like to clarify the dependence requirement to use icc compiler. I suppose parallel meep requires the following packages In turns, these packages further requires extra packages Please correct my understanding of the above, thank you! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
It looks like you didn't run I would generally recommend trying to install it somewhere, and then set your |
Beta Was this translation helpful? Give feedback.
-
Hi, I would like to report that I have finally successful to install meep 1.22.0 on the centos7 cluster. I have realized that it works with gcc tools and I need to have to openmpi-3.1.6 compiled at first, then the hdf5 tools compiled to enable mpi support. Since the cluster runs slrum, I also need to compile openmpi-3.1.6 with the pmi option, so I can have srun support. After sorting out all the details, I am having a working meep binary to start computation. Thanks to all! By the way, there are 2 packages that I installed with yum, i.e. guile and swig, to save some efforts. Please close the issue, thank you once again! |
Beta Was this translation helpful? Give feedback.
If you want just the Python API, you can add
--without-scheme
as a configure option which will compile without the Scheme interface (which has been deprecated). Also, have you tried the specific build instructions for CentOS 7 from the user manual?