Sign inSign up

fangqq/mcxlabcl

By fangqq

•Updated 12 months ago

MCXLAB-CL - OpenCL MCXLAB for Intel/AMD/NVIDIA CPUs and GPUs

Image
1

290

fangqq/mcxlabcl repository overview

⁠MCXLAB-CL - OpenCL MCXLAB for Intel/AMD/NVIDIA

MCXLAB-CL is highly compatible with MCXLAB, except that it can not only run on NVIDIA GPUs, but also Intel, AMD CPUs and GPUs.

To use this package, please first pull this image to your local OS by

docker pull fangqq/mcxlabcl:v2025

you can then execute simulations via Octave commands that invokes mcxlabcl and other provided functions

# to list all supported GPUs
docker run --rm --gpus all "fangqq/mcxlabcl:v2025" octave-cli --eval "mcxlabcl('gpuinfo')"

# to list built-in examples
docker run --rm --gpus all "fangqq/mcxlabcl:v2025" octave-cli --eval "cd /mcxlabcl/examples; demo_mcxlabcl_basic"

# to run a simulating using the `run_my_simulation.m` input file in the current host folder
docker run --gpus all -v `pwd`:/app "fangqq/mcxlabcl:v2025" octave-cli --eval "/app; run_my_simulation"

Tag summary

Content type

Image

Digest

sha256:fc9fe68bc…

Size

269.6 MB

Last updated

12 months ago

docker pull fangqq/mcxlabcl:v2025.10