Skip to content

Silicon1602/masters-thesis

Repository files navigation

Prerequisites & setup

The compilation of this master's thesis was only verified on Linux. The following software is required to compile this work:

In order to be able to generate the list of abbrevations, the following has to be added to to ~/.latexmkrc:

add_cus_dep('acn', 'acr', 0, 'makeacn2acr');
sub makeacn2acr {
    system("makeindex -s \"$_[0].ist\" -t \"$_[0].alg\" -o \"$_[0].acr\" \"$_[0].acn\"");
}

About

My master's thesis on an InfiniBand based communication in a co-simulation framework, which I submitted to RWTH Aachen University at November 9, 2018.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors