├── .gitignore ├── LICENSE ├── Makefile.am ├── NOTICE ├── README.md ├── affinity ├── README.md ├── affinity.h ├── cpu.c ├── gpu.cu ├── makefile.mk ├── mpi+omp.c ├── mpi.c └── omp.c ├── aux ├── deepclean.sh └── load_env.sh ├── bootstrap ├── config └── tap-driver.py ├── configure.ac ├── doc ├── README.md └── mpibind.bib ├── etc ├── Makefile.am └── mpibind.pc.in ├── flux ├── Makefile.am ├── README.md ├── mpibind-flux-ex1.lua ├── mpibind-flux-ex2.lua ├── mpibind-flux.lua.in ├── options.md └── plugin.c ├── gpu-tests ├── makefile.mk ├── orig.mk ├── retrieve.cu ├── simple.cpp ├── visdevs-hwloc.cu └── visdevs.cu ├── python ├── Makefile.am ├── README.md ├── mpibind.py.in ├── mpibind_map.py ├── setup.py ├── test-mpi.py └── test-simple.py ├── slurm ├── Makefile.am ├── README.md └── plugin.c ├── src ├── Makefile.am ├── dev_tests.c ├── hwloc_tests.c ├── hwloc_utils.c ├── hwloc_utils.h ├── internals.c ├── main.c ├── manual.mk ├── mpibind-priv.h ├── mpibind.c ├── mpibind.h ├── simple.mk └── utils.c ├── test-suite ├── Makefile.am ├── README.md ├── coral-ea.c ├── coral-lassen.c ├── cts1-quartz.c ├── environment.c ├── epyc-corona.c ├── error.c ├── expected │ ├── expected.coral-ea │ ├── expected.coral-lassen │ ├── expected.coral-lassen.v1 │ ├── expected.cts1-quartz │ ├── expected.epyc-corona │ └── expected.epyc-corona.v1 ├── python │ ├── py-coral-ea.py │ ├── py-coral-lassen.py │ ├── py-cts1-quartz.py │ ├── py-epyc-corona.py │ └── test_utils.py ├── test_utils.c └── test_utils.h ├── topo-xml ├── arm64-ulna-hwloc1.xml ├── cascade-lake-ap-snl-hwloc1.xml ├── coral-butte-hwloc1.xml ├── coral-ea-hwloc1.xml ├── coral-lassen-hwloc1.xml ├── coral-lassen.xml ├── coral-rzansel-hwloc1.xml ├── cts1-pascal.xml ├── cts1-quartz-smt1.xml ├── eas-tioga.xml ├── epyc-corona-hwloc1.xml ├── epyc-corona-p2.xml ├── epyc-corona.xml ├── epyc-dual-sock-hwloc1.xml ├── g4dnmetal.xml ├── knl-quad-cache-hwloc1.xml ├── knl-quad-flat-hwloc1.xml ├── knl-snc4-cache-hwloc1.xml └── knl-snc4-flat-hwloc1.xml └── tutorials ├── carla25 └── README.md ├── common └── archs.md ├── cug23 ├── README.md ├── module1.md ├── module2.md └── module3.md ├── cug24 ├── README.md ├── archs.md ├── module1.md ├── module2.md ├── module3.md └── module4.md ├── eurosys25 ├── README.md ├── module1.md ├── module2.md └── module3.md ├── figures ├── aws-architecture.png ├── aws-g4dn-metal.png ├── cache.png ├── computing-architecture.png ├── corona-merge.png ├── corona-no-cache-io-physical.png ├── corona-no-cache-io.png ├── corona-physical.png ├── corona-web.png ├── corona.pdf ├── corona.png ├── hwloc-objects.png ├── lassen-web.png ├── lassen.pdf ├── lassen.png ├── mammoth.pdf ├── mammoth.png ├── module4_sockets.png ├── module4_specifyplacement.png ├── module4_spread.png ├── module4_threadstocores.png ├── module4_threadstocpus.png ├── module4_threadstosockets.png ├── module5_tioga.png ├── mpibind-logo-final_color-h.png ├── numa.png ├── pascal-web.png ├── pascal.pdf ├── pascal.png ├── poodle-web.png ├── ruby.pdf ├── ruby.png ├── rzadams-web.png ├── rzadams │ ├── FigureA.png │ ├── FigureB.png │ ├── FigureC.png │ ├── FigureD.png │ ├── FigureE.png │ ├── FigureF.png │ ├── FigureG.png │ ├── FigureH.png │ ├── FigureI.png │ └── FigureJ.png ├── sierra.pdf ├── sierra.png ├── tioga-web.png ├── tioga.pdf ├── tioga.png └── tioga │ ├── Tioga-Mod1-Ex5.png │ ├── Tioga-Mod1-Ex6.png │ ├── Tioga-Mod1-Ex7.png │ ├── Tioga-Mod1-noprocs.png │ ├── Tioga-Mod2-Ex1.png │ ├── Tioga-Mod2-Ex10.png │ ├── Tioga-Mod2-Ex11.png │ ├── Tioga-Mod2-Ex2.png │ ├── Tioga-Mod2-Ex4.png │ ├── Tioga-Mod2-Ex5.png │ ├── Tioga-Mod2-Ex6.png │ ├── Tioga-Mod2-Ex7.png │ ├── Tioga-Mod2-Ex8.png │ ├── Tioga-Mod2-Ex9.png │ ├── Tioga-Mod3-Ex1a.png │ ├── Tioga-Mod3-Ex1b.png │ ├── Tioga-Mod3-Ex2a.png │ ├── Tioga-Mod3-Ex2b.png │ ├── Tioga-Mod3-Ex3a.png │ ├── Tioga-Mod3-Ex3b.png │ ├── Tioga-Mod3-Ex5a.png │ ├── Tioga-Mod3-Ex5b.png │ ├── Tioga-Mod3-Ex6.png │ ├── figureA.png │ ├── figureB.png │ ├── figureC.png │ ├── figureD.png │ ├── figureE.png │ ├── figureF.png │ ├── figureG.png │ ├── figureH.png │ ├── figureI.png │ ├── figureJ.png │ ├── figureK.png │ ├── figureL.png │ ├── figureM.png │ ├── figureN.png │ ├── tioga-merge.png │ ├── tioga-no-cache-io-physical.png │ └── tioga-no-cache-io.png ├── flux ├── README.md ├── module1.md └── module2.md ├── gmis25 ├── README.md └── module2.md ├── lanl22 └── README.md ├── main ├── README.md ├── module1.md ├── module2.md ├── module3.md ├── module4.md └── module5.md ├── sca26 └── README.md └── tapia22 ├── README.md ├── Sep-09-1045-Supercomputing-Systems-101.pdf └── tapia-setup-instructions.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile.am: -------------------------------------------------------------------------------- 1 | .NOTPARALLEL: 2 | 3 | SUBDIRS = src test-suite python flux slurm etc 4 | 5 | ACLOCAL_AMFLAGS = -I config 6 | -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/NOTICE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/README.md -------------------------------------------------------------------------------- /affinity/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/affinity/README.md -------------------------------------------------------------------------------- /affinity/affinity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/affinity/affinity.h -------------------------------------------------------------------------------- /affinity/cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/affinity/cpu.c -------------------------------------------------------------------------------- /affinity/gpu.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/affinity/gpu.cu -------------------------------------------------------------------------------- /affinity/makefile.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/affinity/makefile.mk -------------------------------------------------------------------------------- /affinity/mpi+omp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/affinity/mpi+omp.c -------------------------------------------------------------------------------- /affinity/mpi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/affinity/mpi.c -------------------------------------------------------------------------------- /affinity/omp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/affinity/omp.c -------------------------------------------------------------------------------- /aux/deepclean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/aux/deepclean.sh -------------------------------------------------------------------------------- /aux/load_env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/aux/load_env.sh -------------------------------------------------------------------------------- /bootstrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/bootstrap -------------------------------------------------------------------------------- /config/tap-driver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/config/tap-driver.py -------------------------------------------------------------------------------- /configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/configure.ac -------------------------------------------------------------------------------- /doc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/doc/README.md -------------------------------------------------------------------------------- /doc/mpibind.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/doc/mpibind.bib -------------------------------------------------------------------------------- /etc/Makefile.am: -------------------------------------------------------------------------------- 1 | 2 | #if WITH_PKG_CONFIG 3 | pkgconfig_DATA = mpibind.pc 4 | #endif 5 | -------------------------------------------------------------------------------- /etc/mpibind.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/etc/mpibind.pc.in -------------------------------------------------------------------------------- /flux/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/flux/Makefile.am -------------------------------------------------------------------------------- /flux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/flux/README.md -------------------------------------------------------------------------------- /flux/mpibind-flux-ex1.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/flux/mpibind-flux-ex1.lua -------------------------------------------------------------------------------- /flux/mpibind-flux-ex2.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/flux/mpibind-flux-ex2.lua -------------------------------------------------------------------------------- /flux/mpibind-flux.lua.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/flux/mpibind-flux.lua.in -------------------------------------------------------------------------------- /flux/options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/flux/options.md -------------------------------------------------------------------------------- /flux/plugin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/flux/plugin.c -------------------------------------------------------------------------------- /gpu-tests/makefile.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/gpu-tests/makefile.mk -------------------------------------------------------------------------------- /gpu-tests/orig.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/gpu-tests/orig.mk -------------------------------------------------------------------------------- /gpu-tests/retrieve.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/gpu-tests/retrieve.cu -------------------------------------------------------------------------------- /gpu-tests/simple.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/gpu-tests/simple.cpp -------------------------------------------------------------------------------- /gpu-tests/visdevs-hwloc.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/gpu-tests/visdevs-hwloc.cu -------------------------------------------------------------------------------- /gpu-tests/visdevs.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/gpu-tests/visdevs.cu -------------------------------------------------------------------------------- /python/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/python/Makefile.am -------------------------------------------------------------------------------- /python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/python/README.md -------------------------------------------------------------------------------- /python/mpibind.py.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/python/mpibind.py.in -------------------------------------------------------------------------------- /python/mpibind_map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/python/mpibind_map.py -------------------------------------------------------------------------------- /python/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/python/setup.py -------------------------------------------------------------------------------- /python/test-mpi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/python/test-mpi.py -------------------------------------------------------------------------------- /python/test-simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/python/test-simple.py -------------------------------------------------------------------------------- /slurm/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/slurm/Makefile.am -------------------------------------------------------------------------------- /slurm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/slurm/README.md -------------------------------------------------------------------------------- /slurm/plugin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/slurm/plugin.c -------------------------------------------------------------------------------- /src/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/src/Makefile.am -------------------------------------------------------------------------------- /src/dev_tests.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/src/dev_tests.c -------------------------------------------------------------------------------- /src/hwloc_tests.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/src/hwloc_tests.c -------------------------------------------------------------------------------- /src/hwloc_utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/src/hwloc_utils.c -------------------------------------------------------------------------------- /src/hwloc_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/src/hwloc_utils.h -------------------------------------------------------------------------------- /src/internals.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/src/internals.c -------------------------------------------------------------------------------- /src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/src/main.c -------------------------------------------------------------------------------- /src/manual.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/src/manual.mk -------------------------------------------------------------------------------- /src/mpibind-priv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/src/mpibind-priv.h -------------------------------------------------------------------------------- /src/mpibind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/src/mpibind.c -------------------------------------------------------------------------------- /src/mpibind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/src/mpibind.h -------------------------------------------------------------------------------- /src/simple.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/src/simple.mk -------------------------------------------------------------------------------- /src/utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/src/utils.c -------------------------------------------------------------------------------- /test-suite/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/Makefile.am -------------------------------------------------------------------------------- /test-suite/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/README.md -------------------------------------------------------------------------------- /test-suite/coral-ea.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/coral-ea.c -------------------------------------------------------------------------------- /test-suite/coral-lassen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/coral-lassen.c -------------------------------------------------------------------------------- /test-suite/cts1-quartz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/cts1-quartz.c -------------------------------------------------------------------------------- /test-suite/environment.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/environment.c -------------------------------------------------------------------------------- /test-suite/epyc-corona.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/epyc-corona.c -------------------------------------------------------------------------------- /test-suite/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/error.c -------------------------------------------------------------------------------- /test-suite/expected/expected.coral-ea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/expected/expected.coral-ea -------------------------------------------------------------------------------- /test-suite/expected/expected.coral-lassen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/expected/expected.coral-lassen -------------------------------------------------------------------------------- /test-suite/expected/expected.coral-lassen.v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/expected/expected.coral-lassen.v1 -------------------------------------------------------------------------------- /test-suite/expected/expected.cts1-quartz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/expected/expected.cts1-quartz -------------------------------------------------------------------------------- /test-suite/expected/expected.epyc-corona: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/expected/expected.epyc-corona -------------------------------------------------------------------------------- /test-suite/expected/expected.epyc-corona.v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/expected/expected.epyc-corona.v1 -------------------------------------------------------------------------------- /test-suite/python/py-coral-ea.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/python/py-coral-ea.py -------------------------------------------------------------------------------- /test-suite/python/py-coral-lassen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/python/py-coral-lassen.py -------------------------------------------------------------------------------- /test-suite/python/py-cts1-quartz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/python/py-cts1-quartz.py -------------------------------------------------------------------------------- /test-suite/python/py-epyc-corona.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/python/py-epyc-corona.py -------------------------------------------------------------------------------- /test-suite/python/test_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/python/test_utils.py -------------------------------------------------------------------------------- /test-suite/test_utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/test_utils.c -------------------------------------------------------------------------------- /test-suite/test_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/test-suite/test_utils.h -------------------------------------------------------------------------------- /topo-xml/arm64-ulna-hwloc1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/topo-xml/arm64-ulna-hwloc1.xml -------------------------------------------------------------------------------- /topo-xml/cascade-lake-ap-snl-hwloc1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/topo-xml/cascade-lake-ap-snl-hwloc1.xml -------------------------------------------------------------------------------- /topo-xml/coral-butte-hwloc1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/topo-xml/coral-butte-hwloc1.xml -------------------------------------------------------------------------------- /topo-xml/coral-ea-hwloc1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/topo-xml/coral-ea-hwloc1.xml -------------------------------------------------------------------------------- /topo-xml/coral-lassen-hwloc1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/topo-xml/coral-lassen-hwloc1.xml -------------------------------------------------------------------------------- /topo-xml/coral-lassen.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/topo-xml/coral-lassen.xml -------------------------------------------------------------------------------- /topo-xml/coral-rzansel-hwloc1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/topo-xml/coral-rzansel-hwloc1.xml -------------------------------------------------------------------------------- /topo-xml/cts1-pascal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/topo-xml/cts1-pascal.xml -------------------------------------------------------------------------------- /topo-xml/cts1-quartz-smt1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/topo-xml/cts1-quartz-smt1.xml -------------------------------------------------------------------------------- /topo-xml/eas-tioga.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/topo-xml/eas-tioga.xml -------------------------------------------------------------------------------- /topo-xml/epyc-corona-hwloc1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/topo-xml/epyc-corona-hwloc1.xml -------------------------------------------------------------------------------- /topo-xml/epyc-corona-p2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/topo-xml/epyc-corona-p2.xml -------------------------------------------------------------------------------- /topo-xml/epyc-corona.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/topo-xml/epyc-corona.xml -------------------------------------------------------------------------------- /topo-xml/epyc-dual-sock-hwloc1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/topo-xml/epyc-dual-sock-hwloc1.xml -------------------------------------------------------------------------------- /topo-xml/g4dnmetal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/topo-xml/g4dnmetal.xml -------------------------------------------------------------------------------- /topo-xml/knl-quad-cache-hwloc1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/topo-xml/knl-quad-cache-hwloc1.xml -------------------------------------------------------------------------------- /topo-xml/knl-quad-flat-hwloc1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/topo-xml/knl-quad-flat-hwloc1.xml -------------------------------------------------------------------------------- /topo-xml/knl-snc4-cache-hwloc1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/topo-xml/knl-snc4-cache-hwloc1.xml -------------------------------------------------------------------------------- /topo-xml/knl-snc4-flat-hwloc1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/topo-xml/knl-snc4-flat-hwloc1.xml -------------------------------------------------------------------------------- /tutorials/carla25/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/carla25/README.md -------------------------------------------------------------------------------- /tutorials/common/archs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/common/archs.md -------------------------------------------------------------------------------- /tutorials/cug23/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/cug23/README.md -------------------------------------------------------------------------------- /tutorials/cug23/module1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/cug23/module1.md -------------------------------------------------------------------------------- /tutorials/cug23/module2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/cug23/module2.md -------------------------------------------------------------------------------- /tutorials/cug23/module3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/cug23/module3.md -------------------------------------------------------------------------------- /tutorials/cug24/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/cug24/README.md -------------------------------------------------------------------------------- /tutorials/cug24/archs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/cug24/archs.md -------------------------------------------------------------------------------- /tutorials/cug24/module1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/cug24/module1.md -------------------------------------------------------------------------------- /tutorials/cug24/module2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/cug24/module2.md -------------------------------------------------------------------------------- /tutorials/cug24/module3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/cug24/module3.md -------------------------------------------------------------------------------- /tutorials/cug24/module4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/cug24/module4.md -------------------------------------------------------------------------------- /tutorials/eurosys25/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/eurosys25/README.md -------------------------------------------------------------------------------- /tutorials/eurosys25/module1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/eurosys25/module1.md -------------------------------------------------------------------------------- /tutorials/eurosys25/module2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/eurosys25/module2.md -------------------------------------------------------------------------------- /tutorials/eurosys25/module3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/eurosys25/module3.md -------------------------------------------------------------------------------- /tutorials/figures/aws-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/aws-architecture.png -------------------------------------------------------------------------------- /tutorials/figures/aws-g4dn-metal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/aws-g4dn-metal.png -------------------------------------------------------------------------------- /tutorials/figures/cache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/cache.png -------------------------------------------------------------------------------- /tutorials/figures/computing-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/computing-architecture.png -------------------------------------------------------------------------------- /tutorials/figures/corona-merge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/corona-merge.png -------------------------------------------------------------------------------- /tutorials/figures/corona-no-cache-io-physical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/corona-no-cache-io-physical.png -------------------------------------------------------------------------------- /tutorials/figures/corona-no-cache-io.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/corona-no-cache-io.png -------------------------------------------------------------------------------- /tutorials/figures/corona-physical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/corona-physical.png -------------------------------------------------------------------------------- /tutorials/figures/corona-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/corona-web.png -------------------------------------------------------------------------------- /tutorials/figures/corona.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/corona.pdf -------------------------------------------------------------------------------- /tutorials/figures/corona.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/corona.png -------------------------------------------------------------------------------- /tutorials/figures/hwloc-objects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/hwloc-objects.png -------------------------------------------------------------------------------- /tutorials/figures/lassen-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/lassen-web.png -------------------------------------------------------------------------------- /tutorials/figures/lassen.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/lassen.pdf -------------------------------------------------------------------------------- /tutorials/figures/lassen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/lassen.png -------------------------------------------------------------------------------- /tutorials/figures/mammoth.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/mammoth.pdf -------------------------------------------------------------------------------- /tutorials/figures/mammoth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/mammoth.png -------------------------------------------------------------------------------- /tutorials/figures/module4_sockets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/module4_sockets.png -------------------------------------------------------------------------------- /tutorials/figures/module4_specifyplacement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/module4_specifyplacement.png -------------------------------------------------------------------------------- /tutorials/figures/module4_spread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/module4_spread.png -------------------------------------------------------------------------------- /tutorials/figures/module4_threadstocores.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/module4_threadstocores.png -------------------------------------------------------------------------------- /tutorials/figures/module4_threadstocpus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/module4_threadstocpus.png -------------------------------------------------------------------------------- /tutorials/figures/module4_threadstosockets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/module4_threadstosockets.png -------------------------------------------------------------------------------- /tutorials/figures/module5_tioga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/module5_tioga.png -------------------------------------------------------------------------------- /tutorials/figures/mpibind-logo-final_color-h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/mpibind-logo-final_color-h.png -------------------------------------------------------------------------------- /tutorials/figures/numa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/numa.png -------------------------------------------------------------------------------- /tutorials/figures/pascal-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/pascal-web.png -------------------------------------------------------------------------------- /tutorials/figures/pascal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/pascal.pdf -------------------------------------------------------------------------------- /tutorials/figures/pascal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/pascal.png -------------------------------------------------------------------------------- /tutorials/figures/poodle-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/poodle-web.png -------------------------------------------------------------------------------- /tutorials/figures/ruby.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/ruby.pdf -------------------------------------------------------------------------------- /tutorials/figures/ruby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/ruby.png -------------------------------------------------------------------------------- /tutorials/figures/rzadams-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/rzadams-web.png -------------------------------------------------------------------------------- /tutorials/figures/rzadams/FigureA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/rzadams/FigureA.png -------------------------------------------------------------------------------- /tutorials/figures/rzadams/FigureB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/rzadams/FigureB.png -------------------------------------------------------------------------------- /tutorials/figures/rzadams/FigureC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/rzadams/FigureC.png -------------------------------------------------------------------------------- /tutorials/figures/rzadams/FigureD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/rzadams/FigureD.png -------------------------------------------------------------------------------- /tutorials/figures/rzadams/FigureE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/rzadams/FigureE.png -------------------------------------------------------------------------------- /tutorials/figures/rzadams/FigureF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/rzadams/FigureF.png -------------------------------------------------------------------------------- /tutorials/figures/rzadams/FigureG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/rzadams/FigureG.png -------------------------------------------------------------------------------- /tutorials/figures/rzadams/FigureH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/rzadams/FigureH.png -------------------------------------------------------------------------------- /tutorials/figures/rzadams/FigureI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/rzadams/FigureI.png -------------------------------------------------------------------------------- /tutorials/figures/rzadams/FigureJ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/rzadams/FigureJ.png -------------------------------------------------------------------------------- /tutorials/figures/sierra.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/sierra.pdf -------------------------------------------------------------------------------- /tutorials/figures/sierra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/sierra.png -------------------------------------------------------------------------------- /tutorials/figures/tioga-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga-web.png -------------------------------------------------------------------------------- /tutorials/figures/tioga.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga.pdf -------------------------------------------------------------------------------- /tutorials/figures/tioga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod1-Ex5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod1-Ex5.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod1-Ex6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod1-Ex6.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod1-Ex7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod1-Ex7.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod1-noprocs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod1-noprocs.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod2-Ex1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod2-Ex1.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod2-Ex10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod2-Ex10.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod2-Ex11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod2-Ex11.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod2-Ex2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod2-Ex2.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod2-Ex4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod2-Ex4.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod2-Ex5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod2-Ex5.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod2-Ex6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod2-Ex6.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod2-Ex7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod2-Ex7.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod2-Ex8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod2-Ex8.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod2-Ex9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod2-Ex9.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod3-Ex1a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod3-Ex1a.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod3-Ex1b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod3-Ex1b.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod3-Ex2a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod3-Ex2a.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod3-Ex2b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod3-Ex2b.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod3-Ex3a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod3-Ex3a.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod3-Ex3b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod3-Ex3b.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod3-Ex5a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod3-Ex5a.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod3-Ex5b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod3-Ex5b.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/Tioga-Mod3-Ex6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/Tioga-Mod3-Ex6.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/figureA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/figureA.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/figureB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/figureB.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/figureC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/figureC.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/figureD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/figureD.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/figureE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/figureE.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/figureF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/figureF.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/figureG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/figureG.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/figureH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/figureH.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/figureI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/figureI.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/figureJ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/figureJ.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/figureK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/figureK.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/figureL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/figureL.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/figureM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/figureM.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/figureN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/figureN.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/tioga-merge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/tioga-merge.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/tioga-no-cache-io-physical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/tioga-no-cache-io-physical.png -------------------------------------------------------------------------------- /tutorials/figures/tioga/tioga-no-cache-io.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/figures/tioga/tioga-no-cache-io.png -------------------------------------------------------------------------------- /tutorials/flux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/flux/README.md -------------------------------------------------------------------------------- /tutorials/flux/module1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/flux/module1.md -------------------------------------------------------------------------------- /tutorials/flux/module2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/flux/module2.md -------------------------------------------------------------------------------- /tutorials/gmis25/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/gmis25/README.md -------------------------------------------------------------------------------- /tutorials/gmis25/module2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/gmis25/module2.md -------------------------------------------------------------------------------- /tutorials/lanl22/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/lanl22/README.md -------------------------------------------------------------------------------- /tutorials/main/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/main/README.md -------------------------------------------------------------------------------- /tutorials/main/module1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/main/module1.md -------------------------------------------------------------------------------- /tutorials/main/module2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/main/module2.md -------------------------------------------------------------------------------- /tutorials/main/module3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/main/module3.md -------------------------------------------------------------------------------- /tutorials/main/module4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/main/module4.md -------------------------------------------------------------------------------- /tutorials/main/module5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/main/module5.md -------------------------------------------------------------------------------- /tutorials/sca26/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/sca26/README.md -------------------------------------------------------------------------------- /tutorials/tapia22/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/tapia22/README.md -------------------------------------------------------------------------------- /tutorials/tapia22/Sep-09-1045-Supercomputing-Systems-101.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/tapia22/Sep-09-1045-Supercomputing-Systems-101.pdf -------------------------------------------------------------------------------- /tutorials/tapia22/tapia-setup-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LLNL/mpibind/HEAD/tutorials/tapia22/tapia-setup-instructions.md --------------------------------------------------------------------------------