read moreOur paper title "Effective Parallelization of the Vehicle Routing Problem" is accepted at Genetic and Evolutionary Computation Conference (GECCO '23), July 15--19, 2023, Lisbon, Portugal My co-authors are: Somesh Singh, Prof. Rupesh Nasre and Prof. N.S.Narayanaswamy.
Other articles
First reviewing experience
With Rupesh's invitation to subreview a HiPC paper and his tips (below) started my 1st offical review.
Think on these lines:
- Critic: Some technical points you could be suspicious / careful about. Point those out, mention your reason for suspicion (without calling it suspicion) and ask.
- Audience: Some points you are …
TS submission
We submitted to Transportation Science - DIMACS special issue. This submission was a different learning experience. ..writing up such that we project whatever good things we had and squeeze out even the tiny benefits from our approach -- was a nice learning experience. I had (and still have) the problem of writing …
read moreGuest Lecture On GPU course
First Acceptance!
After multiple attempts to publish our work at ICPP and PPoPP. Our work on Steiner Tree is accepted for Publication at IJPP 2022. This is my first and latest Research work. The research paper "Accelerating Computation of Steiner Trees on GPUs" with my advisors is published in the International Journal …
read moreSeminar at TCE
Rajesh's gave an online seminar talk about doing research for the students of TCE. Although Rajesh is not the perfect person (according to Rajesh ;-) to do so, Rajesh had shared the experiences of doing and writing up research works at IIT Madras. The event was conducted as a part of …
read moreSTAR Teaching Assistant award 3rd time!
Rajesh is selected as one of the outstanding teaching assistant (STAR TA) for Jan-May 2021. Rajesh is getting award for the third time. This time, it is for CS1111 - Problem Solving Using Computers. Instructor is Jayalal Sarma. It was very challenging to conduct the lab course online due to pandemic …
read moreRecieved STAR TA award again!
Rajesh Pandian M is selected as one of the outstanding teaching assistant (STAR TA) for Aug-Dec 2019. This time for CS1111 - Problem Solving Using Computers. Instructor is N.S.Narayanaswamy. It is a first-year programming course for CS under graduate course. Last time it was for Rupesh Nasres's OOAIA course …
read moreHosted on Github + my domain
Site up
Mirroring my cse site on Github pages as mrprajesh.github.io as well as mrprajesh.co.in
My workflow to publish on domain took lesser time. Now, I can update the site quickly.
- Thanks to Pelican - static site generator.
- Github pages - is my web-hosting space. It is free …
My Learnings
Some say learning stops when you grow old. But, according to me Learning begins from the day we are born till the our last breath. I am making a note of whatever I had(/have been) learnt(/learning) during my stay at IIT Madras. Everyone you see in this world …
read moreReSubmission
Re-submitted our work to a conference!
read moreFirst Submission to a Conf!
Submitted our work to a conference. More later!
read moreCALDAM Pre-Conference School!
Rajesh has attended the CALDAM Pree-conference school 2019 which happened at IIT Kharagpur between Feb 11-12 2019. It is also called as CALDAM Indo-Italian Pre-Conference School on Algorithms and Combinatorics. There were many good speakers and their talk we very good. Especially Prof. Anil Maheswari, Prof. Ajit Diwan, Prof. Alberto …
read moreNVIDIA-IITM Hackathon 2019!
Rajesh has attended the NVIDIA-IITM Hackathon which happened at CSE department, IIT Madras between Jan 24+25 2019. Bharath Kumar was mentoring us. We learned many stuffs including OpenACC, CUDA, Profiling CPU/GPU code ,etc. More details later.
read moreACM Member
HiPC 2018!
Rajesh has attended the HiPC conference which happened at Bangalore, India. He has met many students from IIIT hyderabad and IIT Tirupati. It was very useful and motivating towards his research direction.
read moreTrained Project Staffs at HPC!
Trained project staffs of High Performance Computing Environment at our Computer Center on the basic Linux adminstration stuff. Slides here. Well, well..! I can teach too. Felt happy!
read moreLearning to Teach CS1100/CS1111
Terminal
- Open
terminal
after pressing super key or using shortcutCTRL+ALT+T
ls
- list the files in the current directorypwd
- List the path of the working directory/folder.mkdir <DIRNAME>
- Creates a directory named<DIRNAME>
cd <DIRNAME>
- change directory to whatever specified in<DIRNAME>
rmdir <DIRNAME>
- removed the …
- Open
Git and Github
Git is a cool versioning manager and Github is awesome. You could manage large open/close software projects.
To install
sudo apt-get install git
Git - commands to know
git clone <URL>
- Clone the repository<URL>
may be github url.git add <File/FOLDER>
- Monitors thefile/FOLDER
for changes …
Linux
This is where I am logging everything I know about Linux. There are so many distros out there. Whatever here works on debian based system like Ubuntu or Linux Mint, and might need a slight tinkering for other distros.
command - ls
ls -l
- long listing the filels -lrt
- list …
Shell Scripting
Rajesh receives STAR TA award!
Rajesh Pandian M is selected as one of the STAR TA for Jan-May 2018.
read moreHandling Lab Course
ACM Lecture Series
As part of the "50 Years of Turing Award" talk series, the eighth talk has been scheduled at IIT Madras. The details are as follows:
- Topic : Contributions ofJudea Pearl(Turing Award Recipient of 2011 for his invention of Bayesian Networks)
- Speaker: Prof. Deepak Khemani (Dept. of CSE, IIT Madras)
- Date …
Hello Pelican!