Skip to content

pythondll_test9

Pre-release
Pre-release
Compare
Choose a tag to compare
@tcaduser tcaduser released this 25 Oct 01:47

A prerelease version of devsim is available for all platforms:
https://github.com/devsim/devsim/releases/tag/pythondll_test9

The main feature is that it is compiled as a shared library for loading into a Python 2.7, 3.6, or Python 3.7 interpreter.

To use the plugin, download the prerelease for your architecture and decompress it. Then point your PYTHONPATH variable to the lib directory in the distribution. The module may be imported as:
import devsim

as opposed to the previous:
import ds

Anaconda is required for these releases, except for the non-gcc osx build. You would first activate your environment with at least these packages installed:
numpy, mkl

This version is developed on the pythondll branch and currently has working build scripts for Centos 6, Mac OS X, and Windows. I can assist in supporting the other platforms.

Your feedback is appreciated.