An open API service indexing awesome lists of open source software.

https://github.com/devsim/devsim_tests_linux_x86_64


https://github.com/devsim/devsim_tests_linux_x86_64

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

Please see preinstall.sh for installing prerequisites from the Anaconda Python distribution.

Please see ``travis_tests.sh`` for an example of how to setup and run the tests.

Results are sensitive to the CPU and system libraries that may be installed in your Linux distribution.

All tests pass on a Ubuntu 24.04 machine with an Intel I9 processor.

Trial run from a Anaconda Python environment:
```
source preinstall.sh
pip install --target devsim_linux_2.9.1 devsim-2.9.1-cp37-abi3-manylinux_2_28_x86_64.whl
chmod u+x devsim_linux_2.9.1/devsim_data/testing/rundifftest.py
bash travis_tests.sh 2.9.1
```