Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang authored Apr 29, 2024
1 parent 838111b commit 7013e98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Introduction

This repository contains a set of tools for testing the behavior of MATLAB.
This repository contains a set of scripts that test the behavior of MATLAB, sometimes illustrate its bugs.

- [`crash`](https://github.com/equipez/test_matlab/blob/master/crash) illustrates a bug of
the **Linux** version of MATLAB (up to R2023b) concerning [`MEX`](https://www.mathworks.com/help/matlab/ref/mex.html).
Expand All @@ -11,13 +11,13 @@ the **Linux** version of MATLAB (up to R2023b) concerning [`MEX`](https://www.ma
- [`test_copyfile`](https://github.com/zequipe/test_matlab/blob/master/copyfile/test_copyfile.m)
illustrates a bug of MATLAB (up to R2023b) concerning `copyfile` on Linux and macOS.

- [`test_mac`](https://github.com/zequipe/test_matlab/tree/master/test_mac) shows that the MEX of MATLAB R2023b (update 6 as of February 15, 2024) does not work with Xcode 15 and Intel oneAPI 2023. This differs from the [official documentation](https://www.mathworks.com/support/requirements/supported-compilers-mac.html).

- [`mex_time`](https://github.com/equipez/test_matlab/blob/master/mex_time) tests the
running time of MATLAB concerning `MEX`,
in particular on [GitHub Actions](https://github.com/equipez/test_matlab/actions/workflows/mex_time.yml).
[[README](https://github.com/equipez/test_matlab/blob/master/mex_time/README.md)]

- [`test_mac`](https://github.com/zequipe/test_matlab/tree/master/test_mac) shows that the MEX of MATLAB R2023b (update 6 as of February 15, 2024) does not work with Xcode 15 and Intel oneAPI 2023. This differs from the [official documentation](https://www.mathworks.com/support/requirements/supported-compilers-mac.html).

## Discussions

- StackOverflow: [Does MEX of MATLAB R2023b (update 6) on macOS-13 work with Xcode 15.0 and Intel oneAPI 2023?](https://stackoverflow.com/questions/77998520/does-mex-of-matlab-r2023b-update-6-work-with-xcode-15-0-and-intel-oneapi-2023)
Expand Down

0 comments on commit 7013e98

Please sign in to comment.