This is a HPC (High Performance Computing) server of the Department of Computer Engineering, University of Peradeniya.
The administrator changes will be documented here.
You can use this server using the LDAP login for ce.pdn.ac.lk undergraduates (which is used for CO top floor lab, aiken and tesla) without sudo access.
You can use ssh login. If it is not clear (or unaccessible)
jupyter notebook --no-browser --port=8888 --ip=0.0.0.0
http://SOMETHING:8888/tree?token=abc123def456
http://aiken.ce.pdn.ac.lk:8888/tree?token=abc123def456
Please request through any CO staff member. Please note that the server admin has no authority to install something unless it is requested by a staff memeber.
Ask the CE Network Admin
Write an email to CE Network Admin if this is not urgent. If not, call CE Network Admin.
How to run a Singularity container on Aiken?
sudo singularity config fakeroot --add eXXYYY
eyyxxx@aiken:~$ wget https://raw.githubusercontent.com/cepdnaclk/singularity-deployment/main/base.def
eyyxxx@aiken:~$ singularity build --fakeroot base.sif base.def
eyyxxx@aiken:~$ singularity exec base.sif <your-command>
If you need to learn more, go to: https://github.com/cepdnaclk/singularity-deployment