Skip to content

Commit 46dc9ec

Browse files
authored
Merge pull request #18 from louisponet/remotehpc
Remotehpc
2 parents b4778fe + ebd76e5 commit 46dc9ec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+422
-4902
lines changed

Project.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "DFControl"
22
uuid = "1e31e15d-4957-550d-a244-318eced754ae"
33
authors = ["Louis Ponet <[email protected]>"]
44
repo = "https://github.com/louisponet/DFControl.jl.git"
5-
version = "0.5.8"
5+
version = "0.5.9"
66

77
[deps]
88
ANSIColoredPrinters = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"
@@ -24,6 +24,7 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
2424
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
2525
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
2626
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
27+
RemoteHPC = "c4f2a1c4-7655-40d8-82ee-c6ae0a8b7409"
2728
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
2829
SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c"
2930
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
@@ -50,12 +51,13 @@ Parameters = "^0.12"
5051
ProgressMeter = "^1"
5152
Reexport = "^1"
5253
Requires = "^1"
54+
SnoopPrecompile = "^1"
5355
StaticArrays = "^1"
5456
StructTypes = "^1"
5557
ThreadPools = "^2"
5658
UnitfulAtomic = "^1"
57-
SnoopPrecompile = "^1"
5859
julia = "^1.6"
60+
RemoteHPC = "^0.1"
5961

6062
[extras]
6163
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"

0 commit comments

Comments
 (0)