An assumption is made that you have already downloaded and installed the latest SIMPL code.
NOTE: The SIMPL-Python shared library requires some of the headers contained in the Python source package in order to compile. Be sure that you have BOTH the Python runtime and the Python source packages installed on your Linux system before doing the following steps.
Step 1: Download the latest Python-SIMPL source tar.gz file to your system if you have not already done so (~6k)
Step 2:To undo the gzip'd tar file simply perform the following steps:
This will create an $SIMPL_HOME/python tree and place all of the source
for the code in there.
Alternatively you can
cd $SIMPL_HOME/python
make clobber
make install
This will create the required Python-SIMPL hooks.
There is an online course that utilizes the Python-SIMPL interface.
There is another open source project which makes use of the Python-SIMPL interface