09: Run batch, add prefix mechanism

This commit is contained in:
2022-11-24 13:49:26 +01:00
parent bf70eba296
commit 8f93a2a02a
70 changed files with 1044 additions and 4 deletions

View File

@ -241,7 +241,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"filename: ./data_l1.5_k0.08_w3_d1.5_20221124112842.hdf5\n",
"filename: ./data_l1.5_k0.08_w3_d1.5_20221124103953.hdf5\n",
"current_time :\t\t\t 1669285905.690512\n",
"delta :\t\t\t 1.5\n",
"equil_sweeps :\t\t\t 100\n",
@ -357,6 +357,17 @@
"**(b)** Write a bash script `job_latticescalar.sh` that submits an array job to the cluster for $w=3$ and $2000$ measurements and $\\lambda = 1.0, 1.5, 2.0$ and $\\kappa = 0.08, 0.09, ..., 0.18$ (so 33 simulations in total). Submit the job to the `hefstud` slurm partition (do not run all 33 in parallel). **(30 pts)**"
]
},
{
"cell_type": "code",
"execution_count": 5,
"id": "744c914c",
"metadata": {},
"outputs": [],
"source": [
"# The results are gathered by running `sbatch ../job_latticescalar.sh` from ~/NWI-NM042B_2022/Exercise sheet 9/results.\n",
"# This is done to gather the log files in the results folder."
]
},
{
"cell_type": "markdown",
"id": "711111db",