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
- Host: GitHub
- URL: https://github.com/devsim/devsim_tests_linux_x86_64
- Owner: devsim
- Created: 2020-11-14T21:44:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T12:20:00.000Z (over 1 year ago)
- Last Synced: 2025-04-09T18:54:04.297Z (about 1 year ago)
- Language: Shell
- Size: 16.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```