Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
samtkaplan committed Dec 13, 2023
1 parent 02c752c commit 4b0ad55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AzManagers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2798,7 +2798,7 @@ function addproc(vm_template::Dict, nic_template=nothing;

vm = Dict("name"=>vmname, "ip"=>string(r["properties"]["ipConfigurations"][1]["properties"]["privateIPAddress"]),
"subscriptionid"=>string(subscriptionid), "resourcegroup"=>string(resourcegroup), "port"=>string(detached_port()),
"julia_num_threads"=>julia_num_threads, "omp_num_threads"=>omp_num_threads)
"julia_num_threads"=>string(julia_num_threads), "omp_num_threads"=>string(omp_num_threads))

if detachedservice
detached_service_wait(vm, customenv)
Expand Down

0 comments on commit 4b0ad55

Please sign in to comment.