MemSurfer icon indicating copy to clipboard operation
MemSurfer copied to clipboard

MemSurfer is a software tool to compute bilayer membrane surfaces.

Results 15 MemSurfer issues
Sort by recently updated
recently updated
newest added

I am having the same issue described in https://github.com/LLNL/MemSurfer/issues/20 on a Oracle Linux 8 system. CGAL 5.6.1 is header-only and a devel package with the library is not available. It...

When I'm importing memsurfer, I get the following error: ImportError: /home/nambinik/miniconda3/lib/python3.11/site-packages/memsurfer-1.1.0-py3.11-linux-x86_64.egg/memsurfer/_memsurfer_cmod.so: undefined symbol: __gmpq_add I believe this might be due to the GMP library not being linked, With inspiration from...

Hi, I have installed Memsurfer 1.1.0. setup.py ran successfully. But when testing with a simple script "test_install.py", containing just one line: import memsurfer then I get the error: Traceback (most...

installation

Hello, I am trying to install MemSurfer on Ubuntu 22.04 The installation of all dependencies goes well, however `setup.py` fails with `TypeError: _is_gcc() takes 1 positional argument but 2 were...

1. I installed MemSurfer from source utilizing the README protocol: $ git clone --recursive [email protected]:LLNL/MemSurfer.git $ MEM_HOME=`pwd`/MemSurfer 2. After installing dependencies, $ export CC_COMPILER=`which gcc` $ export CXX_COMPILER=`which g++` $...

installation

When I finished installation of first step —— Installing MemSurfer's Dependencies,The python3.x folder does not appear in the Memsurfer/external/lib/ folder。 ![image](https://user-images.githubusercontent.com/105799938/169061797-fceac60d-e555-4ffc-94b7-1b50a063bde8.png) so,I don‘t add the the following to my shell....

installation

hi, i had install MemSurfer in the centsos system=8.0 , but when i tried to import the package that occur the follow error: ![image](https://user-images.githubusercontent.com/73353085/169441327-80916226-5d8f-4f94-9943-09da1ac29a8f.png) can you help me to solve...

installation

I'm attempting to install MemSurfer via the online instructions, and wound up with a problem when I attempt to actually run the installation script. I installed CGAL via homebrew, however,...

installation

Is it possible to save the output data in either VTK or numpy array format instead of the VTP format?

feature

After following the installation/compilation steps descriped in the readme, importing the module fails with the message: ImportError: cannot import name '_pymemsurfer' from partially initialized module 'memsurfer' (most likely due to...

installation