Skip to content
#

parallel

Here are 1,073 public repositories matching this topic...

apengwin
apengwin commented Feb 6, 2020
  • I have marked all applicable categories:
    • exception-raising bug
    • [ x] visual output bug
    • documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate)
    • new feature request
  • [ x] I have visited the [source website], and in particular
    read the [known iss
simon-mo
simon-mo commented Apr 30, 2020
  /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),
  
jameslamb
jameslamb commented Apr 27, 2020

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:\

numba
stuartarchibald
stuartarchibald commented Apr 8, 2020

Feature request

It'd be useful to have the amount of memory available on a machine added to the numba -s output. This is useful to know for cases where e.g. swapping might be occurring.

This is a good first issue, work involves:

  1. Find a way to get the total available memory using Python standard libraries or NumPy.
  2. Print the information in 1. in this section: https://github.com
1000i100
1000i100 commented Oct 12, 2018

I use git-bash (like probably nearly all windows npm user).
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 ?

sile
sile commented Jan 22, 2020

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

wood-chris
wood-chris commented Apr 17, 2020

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

CSharperMantle
CSharperMantle commented Apr 7, 2020

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
tsarvela
tsarvela commented Oct 30, 2018

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() ?

Improve this page

Add a description, image, and links to the parallel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the parallel topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.