Giter Site home page Giter Site logo

how-to-use-criann-cluster's Introduction

how-to-use-criann-cluster

A list of questions I asked when using CRIANN cluster and the possible answers to them.

Feel free to ask a question or answer one. You are welcome to add one ๐Ÿšฉ to a question if you met it before. (Try not to remove flags~) Have fun!

How to log into the CRIANN cluster? ๐ŸŽฑ๐Ÿšฉ

How to install a Python package that doesn't exist on CRIANN server? ๐Ÿšฉ

There are several ways to do it.

Ask an administrator of CRIANN to add it for you.

It is simple, however may take a long time and may be refused.

Use the --user option of pip/pip3.

For example, if you try to add the NumPy package to your local directory, you can use the command:

pip3 install --user numpy

This will install the numpy package to your local directory, no need of the root right.

Install a package to your local directory from source code.

Take NumPy for example. First download the source from its website:

wget jaist.dl.sourceforge.net/project/numpy/NumPy/1.11.2/numpy-1.11.2.tar.gz

Unzip the file:

tar -xzf jaist.dl.sourceforge.net/project/numpy/NumPy/1.11.2/numpy-1.11.2.tar.gz

Enter the numpy directory:

cd numpy-1.11.2

Configure installation directory and install:

python setup.py install --prefix $HOME/.local

This command will install the NumPy package to the $HOME/.local directory.

how-to-use-criann-cluster's People

Contributors

jajupmochi avatar

Watchers

James Cloos avatar

how-to-use-criann-cluster's Issues

How to install a package that Criann doesn't have?

Hello,
I want to install ANTs (which has many python files)
on the Criann, and at the same time, I have to add the location of the ANTs binaries to the PATH environmental variable. Is that possible? Should I intall them on my own space or else? Because every time when I run the program on the server, in other words, when I submit the job to the server, I have to call the functions of ANTs. So I don't know where the ANTs should be installed?
Thank you. Looking forward to your reply.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.