Using htmap

From T2B Wiki
Revision as of 10:23, 16 February 2022 by Admin (talk | contribs) (Created page with "== What is htmap? == It's a Python library that allows you to map some function calls out to an HTCondor cluster. It's really easy to use and it brings the computing power of our cluster into your Python codes. You'll find a more detailed presentation [https://htmap.readthedocs.io/en/latest/ here]. == How to use htmap with our HTCondor cluster? == There are many ways to use htmap, and we haven't tested all of them. This small tutorial will demonstrate how to use htma...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

What is htmap?

It's a Python library that allows you to map some function calls out to an HTCondor cluster. It's really easy to use and it brings the computing power of our cluster into your Python codes.

You'll find a more detailed presentation here.

How to use htmap with our HTCondor cluster?

There are many ways to use htmap, and we haven't tested all of them. This small tutorial will demonstrate how to use htmap in a shared mode. (By "shared", it's meant that it exploits the fact that your user home directory is also available on the workernodes.)