https://github.com/devsim/devsim_tests_linux_aarch64
https://github.com/devsim/devsim_tests_linux_aarch64
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devsim/devsim_tests_linux_aarch64
- Owner: devsim
- Created: 2024-01-03T20:01:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T12:24:00.000Z (over 1 year ago)
- Last Synced: 2025-02-13T14:41:29.628Z (over 1 year ago)
- Language: Shell
- Size: 7.47 MB
- Stars: 0
- 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 in a Ubuntu 24.04 image running in a docker image on an Apple M2.
Trial run from a Anaconda Python environment:
```
apt install -y cmake make libopenblas-dev
source ~/miniconda3/bin/activate
source preinstall.sh
pip install --target devsim_linux_2.10.0 devsim-2.10.0-cp39-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
chmod u+x devsim_linux_2.10.0/devsim_data/testing/rundifftest.py
bash travis_tests.sh 2.10.0
```
See ``docker.sh`` to start an ubuntu environment on a Linux aarch64 or macOS machine.