Skip to content

Commit

Permalink
Removed Metal from Project.toml for general compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
smarras79 committed May 28, 2024
1 parent d275329 commit 78c13f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
PProf = "e4faabce-9ead-11e9-39d9-4379958e3056"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,20 +193,22 @@ After cloning Jexpresso do the following:
```

If on Apple, add Metal to the dependencies and continue to point 2:
1.apple
```
julia> ]
pkg> add Metal
```

2.
```
julia> ]
pkg> instantiate
```
```
pkg> precompile
```

Notice that points 1. and 2. are for all, but 1.apple is REQUIRED for Apple and Apple users.

To run Jexpresso, do as follows:

Push problem name to ARGS
Expand Down

0 comments on commit 78c13f5

Please sign in to comment.