help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Make and Clusters


From: Alberto Luaces
Subject: Re: Make and Clusters
Date: Tue, 10 Oct 2017 16:23:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

David Delahaye writes:

> Hello,
>
> I wonder how the make command is compatible with clusters. I know the
> "-j" option, which allows us to run several jobs simultaneously and
> uses the several cores of a given processor. But if we have several
> nodes of computation of a cluster, is the command "make -j" able to
> run over these nodes (transparently for the user)? I know there are
> specific commands to run jobs on a cluster, I would like to know how
> "make -j" is compatible with these commands. Thanks in advance for
> your help.
>

Hi, David,

For those building problems among several machines, you usually use
distcc+make (http://distcc.org).

-- 
Alberto




reply via email to

[Prev in Thread] Current Thread [Next in Thread]