Re: [igraph] igraph on HPC

2019-06-18 Thread Szabolcs Horvát
On Sat, 15 Jun 2019 at 10:05, Szabolcs Horvát  wrote:

> Take a look at the installation instructions here:
>
> https://igraph.org/c/
>
> You can see the available options to the configure script and their
> default values with
>
> ./configure
>

This should, of course, have been

./configure --help

It will list the available options.


>
> The installation location is controlled by the --prefix option. I believe
> the default is /usr/local, which you won't be able to write to without
> administrative access. If you are working on a HPC cluster, I suggest you
> install the library somewhere within your home directory. For example, to
> install into ~/local, use
>
> ./configure --prefix=$HOME/local
>
>
>
> On Sat, 15 Jun 2019 at 00:18, Peng He  wrote:
>
>> Dear igraph users,
>>
>> I want to use igraph C library on high-performance computing
>> (HPC)clusters (Linux), but have no idea of how to install it. Does anyone
>> has experience about this? If any, could you please give me some hints?
>> Thank you in advance.
>>
>> Best
>> Peng
>> ___
>> igraph-help mailing list
>> igraph-help@nongnu.org
>> https://lists.nongnu.org/mailman/listinfo/igraph-help
>>
>
___
igraph-help mailing list
igraph-help@nongnu.org
https://lists.nongnu.org/mailman/listinfo/igraph-help


Re: [igraph] igraph on HPC

2019-06-15 Thread Szabolcs Horvát
Take a look at the installation instructions here:

https://igraph.org/c/

You can see the available options to the configure script and their default
values with

./configure

The installation location is controlled by the --prefix option. I believe
the default is /usr/local, which you won't be able to write to without
administrative access. If you are working on a HPC cluster, I suggest you
install the library somewhere within your home directory. For example, to
install into ~/local, use

./configure --prefix=$HOME/local



On Sat, 15 Jun 2019 at 00:18, Peng He  wrote:

> Dear igraph users,
>
> I want to use igraph C library on high-performance computing (HPC)clusters
> (Linux), but have no idea of how to install it. Does anyone has experience
> about this? If any, could you please give me some hints? Thank you in
> advance.
>
> Best
> Peng
> ___
> igraph-help mailing list
> igraph-help@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>
___
igraph-help mailing list
igraph-help@nongnu.org
https://lists.nongnu.org/mailman/listinfo/igraph-help


[igraph] igraph on HPC

2019-06-14 Thread Peng He
Dear igraph users,

I want to use igraph C library on high-performance computing (HPC)clusters 
(Linux), but have no idea of how to install it. Does anyone has experience 
about this? If any, could you please give me some hints? Thank you in advance.

Best
Peng

___
igraph-help mailing list
igraph-help@nongnu.org
https://lists.nongnu.org/mailman/listinfo/igraph-help