Read this article.
Method 1: Please contact the admin and request them run update-alternatives as documented here.
Method 2: All gcc/g++ versions are installed in /usr/bin/. Following is an example on how you can use gcc-8 as gcc using a simple trick (without sudo).
gcc -v#You will see what the current gcc version is
mkdir ~/symlinks
cd ~/symlinks
ln -s /usr/bin/gcc-8 ./gcc #We are creating a symbolic link called gcc to gcc-8
export PATH="~/symlinks:$PATH" #We add the new gcc to the path (before the existing path)
cd ~
gcc -v #Now you get the gcc-8 when you run gcc command
Suggested solution: Labml is an all in one solution for conducting, logging and monitoring NN based experiments on mobile/remote PC.
Command | Description |
---|---|
wget
|
Download the installer. |
bash
|
Run the .sh bash installer. |
ENTER | To continue with the installer |
Keep reading the agreement to the end | |
yes
|
To agree |
~/miniconda
|
Select an installation folder. This is just an example. You may use something that you see fit. |
no
|
Do not run the init. Ideally, you should be able to. However, our multiple NFS (network file system) makes things very complicated. |
~/miniconda/bin/conda init --user bash
|
~/miniconda/bin/conda init
Here, we make sure we run the init from our new installation. --user
This change is only for your user account bash
This change is only for your ~/.bashrc |
--user
|
This change is only for your user account. |
Logout and login to the SSH shell again | |
source ~/.bashrc
|
Once this is run, you should see (base) on your SSH prompt. |
which conda
which python
|
You can use these commands to verify if you are using the correct conda/python installations. |
Individual students have their storage as babbage.ce.pdn.ac.lk:/home/e14000 [Not really, but don't worry]. This storage is mounted to the same location to every other server (aiken, tesla, kepler, turing, new HP server) through network interfaces. However, you can request additional storage for your projects on individual servers. This storage is usually faster than babbage.
Make a post on #ask-for-helpon #PeraCOMDiscord with the following information.
We will create a unix group and a folder with chmod 770 permission on the server. We will update this information on the “Server groups, folders, and datasets” Google sheet on this web page.
Please note that every folder comes with an expiry date. Check the date on the Google sheet and make sure that your endorsing academic staff member sends a time extension request (e.g. “extend the expiration date of kepler:/e14-4yp-explainable-ml by 6 months”) to webmaster.github.ce@eng.pdn.ac.lk when it is close to the expiry date.
Note: