Changes between Version 9 and Version 10 of Workshops/HowToRunPythonOnCypress2025August
- Timestamp:
- 01/14/26 16:50:30 (5 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/HowToRunPythonOnCypress2025August
v9 v10 38 38 }}} 39 39 40 == Why use a HPC Cluster? == 41 * '''tasks take too long''' 42 * When the task to solve becomes heavy on computations, the operations are typically outsourced from the local laptop or desktop to elsewhere. 43 * Your computation may execute more efficiently if the code supports multithreading or multiprocessing. 44 45 * '''one server is not enough''' 46 * When a single computer can’t handle the required computation or analysis, the work is carried out on larger groups of servers. 47 40 48 == How to run Python on Cypress == 41 49 * [[cypress/Python#PythonModules|Python Modules]]
