startup.py¶
- jcmwave.startup(jcm_root=None, n_threads=None, nodes=None, tempdir=None)¶
Deploys JCMsuite.
- Parameters:
jcm_root (filepath) –
installation directory of JCMsuite.
When not set, the environment variable <JCMROOT> is used.
n_threads (int) – number of threads used by JCMsuite (calls
set_num_threads)nodes (str) – list of computer nodes to form a cluster for MPI computation (calls
set_nodes)tempdir (str) – location where temporary projects are placed instead of the system’s default tempdir location