This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from dask_jobqueue import SLURMCluster | |
from dask.distributed import Client | |
import dask | |
import dask.array as da | |
import subprocess | |
import time | |
# Configure the SLURM cluster | |
cluster = SLURMCluster( | |
queue='debug', # Replace with your Slurm queue name |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage[margin=1.25in]{geometry} | |
\usepackage{graphicx} | |
\usepackage{titlesec} | |
\usepackage{amsmath} | |
\usepackage{amsfonts} % math fonts | |
\usepackage{amssymb} % extra math symbols | |
\usepackage{amsthm} | |
\usepackage{mathtools} | |
\usepackage{verbatim} % \begin{comment} multi-line comments \end{comment} |