parallel
Here are 1,073 public repositories matching this topic...
/Users/travis/build/ray-project/ray/python/ray/node.py:533: DeprecationWarning: Redis.hmset() is deprecated. Use Redis.hset() instead.
redis_client.hmset("webui", {"url": self._webui_url})
/Users/travis/build/ray-project/ray/python/ray/worker.py:358: DeprecationWarning: Redis.hmset() is deprecated. Use Redis.hset() instead.
"run_on_other_drivers": str(run_on_other_drivers),
Working on #2963 , I see two warnings generated when building the R package using MSVC.
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(467,5):
warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build.
config.cpp
C:\
Fail to run examples by (node >=v8.5.0), so please try napa examples by (node <= v8.4.0) before fix
A few times it did work without error....
I got these errors in both the pi and fibonacci examples....
System:
Mac 10.11.6
NodeJS v8.7.0
NPM v5.5.1
.
if i run mkdir -p plop
it create me plop
folder if not existant and do nothing if it exist.
if i do the same as npm task or with npm-run-all it create me -p
folder and plop
if they don't exist and fail if there already there.
is'nt possible to use git-bash command in priority when available ?
Add summary
-
Updated
May 14, 2020 - JavaScript
Currently, if trial.report()
method is called multiple times with the same step in a trial, only the first reported value will be recorded into the storage and the others will be silently ignored.
Reporting multiple values with the same step is an unintended usage of the method, and it could cause bugs that are hard to notice (see #847 as an example of such bug).
Therefore, it seems better to
-
Updated
Apr 24, 2020 - JavaScript
-
Updated
May 16, 2020 - Jupyter Notebook
-
Updated
Jul 11, 2019 - JavaScript
Version of Singularity:
$ singularity version
3.5.2
Expected behavior
Given this simple def file:
$ more simple.def
Bootstrap: library
From: ubuntu:18.04
%post
mkdir -p /opt/openmpi-4.0.1 && cd $_
pwd
The pwd
should print /opt/openmpi-4.0.1
Actual behavior
S
-
Updated
Nov 30, 2016 - Java
-
Updated
Apr 18, 2020 - Python
Points to cover:
- playbook for how to get started with testing
- differences between testing locally vs staging vs production
- how to configure tests for different environments
@johngrimsey thank you for the idea! Please feel free to comment if I missed something.
-
Updated
Dec 4, 2017 - Rust
-
Updated
May 17, 2020 - C++
-
Updated
May 15, 2020 - C
I am sorry but I don't know how to put it into an Issue format, so I have to explain it plainly.
Dear contributors,
It seems that every source file in Vc library has the following copyright notice:
/* This file is part of the Vc library. {{{
Copyright © 2009-2015 XXX <xxx@example.com>
Redistribution and use in source and binary forms, with or without
modification, are permitte
-
Updated
Apr 26, 2020
-
Updated
Jan 14, 2018 - Java
Feature request
The asynchronous functionality of parallel-ssh is very much appreciated for management tasks. Thank you for this!
For the feature request:
It seems that the open_session() can keep worker allocated for much longer than expected in failure cases. Would it be reasonable to stretch the timeout option of wait_socket() to open_session() ?
-
Updated
May 4, 2020 - Java
Improve this page
Add a description, image, and links to the parallel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parallel topic, visit your repo's landing page and select "manage topics."
read the [known iss