From 92906cc016313e9c206fafa15eecf5db2875a439 Mon Sep 17 00:00:00 2001 From: Jonathan Anderson Date: Fri, 15 Jan 2021 15:13:51 -0600 Subject: [PATCH] Update README.md I needed to add Distributed to make the slurm example work for me since @spawnat macro is in that package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68d7c78..d219040 100755 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You can also write your own custom cluster manager; see the instructions in the ### Slurm: a simple example ```julia -using ClusterManagers +using Distributed, ClusterManagers # Arguments to the Slurm srun(1) command can be given as keyword # arguments to addprocs. The argument name and value is translated to