Skip to content

Commit 7354980

Browse files
committed
Replace ClusterManagers by ElasticClusterManager in README and license file
1 parent 205fe3d commit 7354980

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ClusterManagers.jl is licensed under the MIT License:
1+
ElasticClusterManager.jl is licensed under the MIT License:
22

3-
> Copyright (c) 2013: Amit Murthy
4-
> and other contributors: https://github.com/amitmurthy/ClusterManagers.jl/contributors
3+
> Copyright (c) 2013: Amit Murthy and contributors
4+
> and other contributors: https://github.com/JuliaParallel/ElasticClusterManager.jl
55
>
66
> Permission is hereby granted, free of charge, to any person obtaining
77
> a copy of this software and associated documentation files (the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ElasticManager:
3434
Number of workers to be added : 0
3535
Terminated workers : []
3636
Worker connect command :
37-
/home/user/bin/julia --project=/home/user/myproject/Project.toml -e 'using ClusterManagers; ClusterManagers.elastic_worker("4cOSyaYpgSl6BC0C","127.0.1.1",36275)'
37+
/home/user/bin/julia --project=/home/user/myproject/Project.toml -e 'using ElasticClusterManager; ElasticClusterManager.elastic_worker("4cOSyaYpgSl6BC0C","127.0.1.1",36275)'
3838
```
3939

4040
By default, the printed command uses the absolute path to the current Julia executable and activates the same project as the current session. You can change either of these defaults by passing `printing_kwargs=(absolute_exename=false, same_project=false))` to the first form of the `ElasticManager` constructor.

0 commit comments

Comments
 (0)