document.write('<style>.zl-bibtex-dialog {    display: none;    position: fixed;    top: 50%;    left: 50%;    transform: translate(-50%, -50%);    background-color: #111;    padding: 20px;    border-radius: 8px;    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);    z-index: 1000;    width: 90%;    max-width: 600px;}.zl-bibtex-textarea {    border: 1px solid #ddd;    width: 100%;    height: 300px;    padding: 10px;    margin-bottom: 10px;    resize: none;    color: #ddd;    background-color: #111;    margin-top: 0;    font-family: monospace;}.zl-button {    padding: 8px 12px;    border: none;    border-radius: 4px;    cursor: pointer;    margin-right: 10px;}.zl-button-green {    background-color: green;    color: white;}.zl-links {    cursor: pointer;    color: #cd4d16;    text-decoration: none;    transition: all 0.3s ease;    margin-right: 30px;}.zl-links:hover {    color: #b43218;}.zl-button-red {    background-color: red;    color: white;}</style>');
document.write('<div id=\'bibtex_dialog\' class=\'zl-bibtex-dialog\'></div>');

function openBibtex(bibtex) {
    document.getElementById('bibtex_dialog').style.display = 'block';
    document.getElementById('bibtex_dialog').innerHTML = "<textarea id='bibtexcode' class='zl-bibtex-textarea'>" + bibtex + "</textarea>";
    document.getElementById('bibtex_dialog').innerHTML += "<button class='zl-button zl-button-green' onclick='copyToClipboard()'>Copy</button>";
    document.getElementById('bibtex_dialog').innerHTML += "<button class='zl-button zl-button-red' onclick='document.getElementById(\"bibtex_dialog\").style.display = \"none\"'>Close</button>";
}

function copyToClipboard() {
//get bibtex code of textarea and copy
var textArea = document.getElementById('bibtexcode');
textArea.select();
document.execCommand('copy');

}document.write('<p align=\'right\'>Jump to year:<br>');
document.write('<a href=\"research/scheduling/scheduling.html#2025\">[2025]</a>');
document.write('&nbsp;');
document.write('<br>');
document.write('<a href=\"research/scheduling/scheduling.html#2020\">[2020]</a>');
document.write('&nbsp;');
document.write('<a href=\"research/scheduling/scheduling.html#2022\">[2022]</a>');
document.write('&nbsp;');
document.write('<a href=\"research/scheduling/scheduling.html#2024\">[2024]</a>');
document.write('&nbsp;');
document.write('<br>');
document.write('<a href=\"research/scheduling/scheduling.html#2015\">[2015]</a>');
document.write('&nbsp;');
document.write('<a href=\"research/scheduling/scheduling.html#2018\">[2018]</a>');
document.write('&nbsp;');
document.write('<a href=\"research/scheduling/scheduling.html#2019\">[2019]</a>');
document.write('&nbsp;');
document.write('<br>');
document.write('<a href=\"research/scheduling/scheduling.html#2014\">[2014]</a>');
document.write('&nbsp;');
document.write('<br>');
document.write('</p>');
document.write('<hr class=\'zl-publist\'>');
document.write('<div class=\'zl-publist\'>');
document.write('</ul>');
document.write('</br>');
document.write('<h2 class=\'zl-year-header\' id=\'2025\'>2025</h2>');
document.write('<ul class=\'zl-publication-list\'>');
document.write('<li><p style=\"text-align:justify;\">Taylan &Ouml;zden, Ahmad Tarraf, Felix Wolf: EquilibrIO: Taming the I/O Tides in High-Performance Computing. In <i>Proc. of the 2025 IEEE International Conference on Cluster Computing (CLUSTER), Edinburgh, Scotland, UK</i>, pages 1&ndash;12, IEEE, September 2025.<br> <a class=\"zl-links\" href=\"https://www.hpclab.tu-darmstadt.de/zotero-lists/attachments/L3P9UXD2_Özden et al. - 2025 - EquilibrIO Taming the IO Tides in High-Performance Computing.pdf\" target=\"_blank\">PDF</a>&nbsp;&nbsp;<a class=\"zl-links\" href=\"https://doi.org/10.1109/CLUSTER59342.2025.11186490\" target=\"_blank\">DOI</a>&nbsp;&nbsp;<span id=\'copybibtex\' class=\'zl-links\' onclick=\"openBibtex(\'@InProceedings{ozden_equilibrio_2025,\\n  author          = {Özden, Taylan and Tarraf, Ahmad and Wolf, Felix},\\n  title           = {{EquilibrIO}: {Taming} the {I}/{O} {Tides} in {High}-{Performance} {Computing}},\\n  booktitle       = {Proc. of the 2025 {IEEE} {International} {Conference} on {Cluster} {Computing} ({CLUSTER}), {Edinburgh}, {Scotland}, {UK}},\\n  year            = {2025},\\n  pages           = {1--12},\\n  publisher       = {IEEE},\\n  doi             = {10.1109/CLUSTER59342.2025.11186490}\\n}\')\">BibTeX</span></p></li>');
document.write('<li><p style=\"text-align:justify;\">Francieli Boito, Luan Teylo, Mihail Popov, Th&eacute;o Jolivel, Fran&ccedil;ois Tessier, Jakob Luettgau, Julien Monniot, Ahmad Tarraf, Andr&eacute; Ramos Carneiro, Carla Osthoff: A deep look into the temporal I/O behavior of HPC applications. In <i>Proc. of the IEEE International Parallel and Distributed Processing Symposium (IPDPS), Milan, Italy</i>, pages 749-762, June 2025.<br> <a class=\"zl-links\" href=\"https://doi.org/10.1109/IPDPS64566.2025.00072\" target=\"_blank\">DOI</a>&nbsp;&nbsp;<span id=\'copybibtex\' class=\'zl-links\' onclick=\"openBibtex(\'@InProceedings{boito_deep_2025,\\n  author          = {Boito, Francieli and Teylo, Luan and Popov, Mihail and Jolivel, Théo and Tessier, François and Luettgau, Jakob and Monniot, Julien and Tarraf, Ahmad and Carneiro, André Ramos and Osthoff, Carla},\\n  title           = {A deep look into the temporal {I}/{O} behavior of {HPC} applications},\\n  booktitle       = {Proc. of the {IEEE} {International} {Parallel} and {Distributed} {Processing} {Symposium} ({IPDPS}), {Milan}, {Italy}},\\n  year            = {2025},\\n  pages           = {749--762},\\n  address         = {Milano, Italy},\\n  doi             = {10.1109/IPDPS64566.2025.00072}\\n}\')\">BibTeX</span></p></li>');
document.write('</ul>');
document.write('</br>');
document.write('<h2 class=\'zl-year-header\' id=\'2024\'>2024</h2>');
document.write('<ul class=\'zl-publication-list\'>');
document.write('<li><p style=\"text-align:justify;\">Ahmad Tarraf, Javier Fernandez-Mu&ntilde;oz, David E. Singh, Taylan &Ouml;zden, Jesus Carretero, Felix Wolf: I/O Behind the Scenes: Bandwidth Requirements of HPC Applications With Asynchronous I/O. In <i>Proc. of the 2024 IEEE International Conference on Cluster Computing (CLUSTER), Kobe, Japan</i>, pages 426-439, IEEE, September 2024.<br> <a class=\"zl-links\" href=\"https://www.hpclab.tu-darmstadt.de/zotero-lists/attachments/2024-I_O_Behind_the_Scenes__Bandwidth_Requirements_of_HPC_Applications_With_Asynchronous_I_O-YP8BMIPI.pdf\" target=\"_blank\">PDF</a>&nbsp;&nbsp;<a class=\"zl-links\" href=\"https://doi.org/10.1109/CLUSTER59578.2024.00044\" target=\"_blank\">DOI</a>&nbsp;&nbsp;<span id=\'copybibtex\' class=\'zl-links\' onclick=\"openBibtex(\'@InProceedings{tarraf_io_2024,\\n  author          = {Tarraf, Ahmad and Fernandez-Muñoz, Javier and Singh, David E. and Özden, Taylan and Carretero, Jesus and Wolf, Felix},\\n  title           = {I/{O} {Behind} the {Scenes}: {Bandwidth} {Requirements} of {HPC} {Applications} {With} {Asynchronous} {I}/{O}},\\n  booktitle       = {Proc. of the 2024 {IEEE} {International} {Conference} on {Cluster} {Computing} ({CLUSTER}), {Kobe}, {Japan}},\\n  year            = {2024},\\n  pages           = {426--439},\\n  publisher       = {IEEE},\\n  isbn            = {979-8-3503-5871-1},\\n  doi             = {10.1109/CLUSTER59578.2024.00044}\\n}\')\">BibTeX</span></p></li>');
document.write('<li><p style=\"text-align:justify;\">Ahmad Tarraf, Martin Schreiber, Alberto Cascajo, Jean-Baptiste Besnard, Marc-Andr&eacute; Vef, Dominik Huber, Sonja Happ, Andr&eacute; Brinkmann, David E. Singh, Hans-Christian Hoppe, Alberto Miranda, Antonio J. Pe&ntilde;a, Rui Machado, Marta Garc&iacute;a-Gasulla, Martin Schulz, Paul Carpenter, Simon Pickartz, Tiberiu Rotaru, Sergio Iserte, Victor Lopez, Jorge Ejarque, Heena Sirwani, Jesus Carretero, Felix Wolf: Malleability in Modern HPC Systems: Current Experiences, Challenges, and Future Opportunities. <i>IEEE Transactions on Parallel and Distributed Systems</i>, 35(9): 1551&ndash;1564, June 2024.<br> <a class=\"zl-links\" href=\"https://www.hpclab.tu-darmstadt.de/zotero-lists/attachments/2024-Malleability_in_Modern_HPC_Systems_Current_Experiences,_Challenges,_and_Future_Opportunities-HIK2K64R.pdf\" target=\"_blank\">PDF</a>&nbsp;&nbsp;<a class=\"zl-links\" href=\"https://doi.org/10.1109/TPDS.2024.3406764\" target=\"_blank\">DOI</a>&nbsp;&nbsp;<span id=\'copybibtex\' class=\'zl-links\' onclick=\"openBibtex(\'@Article{tarraf_malleability_2024,\\n  author          = {Tarraf, Ahmad and Schreiber, Martin and Cascajo, Alberto and Besnard, Jean-Baptiste and Vef, Marc-André and Huber, Dominik and Happ, Sonja and Brinkmann, André and Singh, David E. and Hoppe, Hans-Christian and Miranda, Alberto and Peña, Antonio J. and Machado, Rui and García-Gasulla, Marta and Schulz, Martin and Carpenter, Paul and Pickartz, Simon and Rotaru, Tiberiu and Iserte, Sergio and Lopez, Victor and Ejarque, Jorge and Sirwani, Heena and Carretero, Jesus and Wolf, Felix},\\n  title           = {Malleability in {Modern} {HPC} {Systems}: {Current} {Experiences}, {Challenges}, and {Future} {Opportunities}},\\n  journal         = {IEEE Transactions on Parallel and Distributed Systems},\\n  year            = {2024},\\n  volume          = {35},\\n  number          = {9},\\n  pages           = {1551--1564},\\n  issn            = {1045-9219},\\n  doi             = {10.1109/TPDS.2024.3406764}\\n}\')\">BibTeX</span></p></li>');
document.write('<li><p style=\"text-align:justify;\">Ahmad Tarraf, Alexis Bandet, Francieli Boito, Guillaume Pallez, Felix Wolf: Capturing Periodic I/O Using Frequency Techniques. In <i>Proc. of the 38th IEEE International Parallel and Distributed Processing Symposium (IPDPS), San Francisco, CA, USA</i>, pages 465&ndash;478, IEEE, May 2024.<br> <a class=\"zl-links\" href=\"https://www.hpclab.tu-darmstadt.de/zotero-lists/attachments/2024-Capturing_Periodic_IO_Using_Frequency_Techniques-EZBFMTXY.pdf\" target=\"_blank\">PDF</a>&nbsp;&nbsp;<a class=\"zl-links\" href=\"https://arxiv.org/abs/2306.08601\" target=\"_blank\">URL</a>&nbsp;&nbsp;<a class=\"zl-links\" href=\"https://doi.org/10.1109/IPDPS57955.2024.00048\" target=\"_blank\">DOI</a>&nbsp;&nbsp;<span id=\'copybibtex\' class=\'zl-links\' onclick=\"openBibtex(\'@InProceedings{tarraf_capturing_2024,\\n  author          = {Tarraf, Ahmad and Bandet, Alexis and Boito, Francieli and Pallez, Guillaume and Wolf, Felix},\\n  title           = {Capturing {Periodic} {I}/{O} {Using} {Frequency} {Techniques}},\\n  booktitle       = {Proc. of the 38th {IEEE} {International} {Parallel} and {Distributed} {Processing} {Symposium} ({IPDPS}), {San} {Francisco}, {CA}, {USA}},\\n  year            = {2024},\\n  pages           = {465--478},\\n  publisher       = {IEEE},\\n  url             = {https://arxiv.org/abs/2306.08601},\\n  doi             = {10.1109/IPDPS57955.2024.00048}\\n}\')\">BibTeX</span></p></li>');
document.write('<li><p style=\"text-align:justify;\">Njoud O. Almaaitah, David E. Singh, Taylan &Ouml;zden, Jesus Carretero: Performance-driven scheduling for malleable workloads. <i>The Journal of Supercomputing</i>, January 2024.<br> <a class=\"zl-links\" href=\"https://www.hpclab.tu-darmstadt.de/zotero-lists/attachments/2024-Performance-driven_scheduling_for_malleable_workloads-X9G2VY74.pdf\" target=\"_blank\">PDF</a>&nbsp;&nbsp;<a class=\"zl-links\" href=\"https://doi.org/10.1007/s11227-023-05882-0\" target=\"_blank\">DOI</a>&nbsp;&nbsp;<span id=\'copybibtex\' class=\'zl-links\' onclick=\"openBibtex(\'@Article{almaaitah_performance-driven_2024,\\n  author          = {Almaaitah, Njoud O. and Singh, David E. and Özden, Taylan and Carretero, Jesus},\\n  title           = {Performance-driven scheduling for malleable workloads},\\n  journal         = {The Journal of Supercomputing},\\n  year            = {2024},\\n  issn            = {1573-0484},\\n  doi             = {10.1007/s11227-023-05882-0}\\n}\')\">BibTeX</span></p></li>');
document.write('</ul>');
document.write('</br>');
document.write('<h2 class=\'zl-year-header\' id=\'2022\'>2022</h2>');
document.write('<ul class=\'zl-publication-list\'>');
document.write('<li><p style=\"text-align:justify;\">Taylan &Ouml;zden, Tim Beringer, Arya Mazaheri, Hamid Mohammadi Fard, Felix Wolf: ElastiSim: A Batch-System Simulator for Malleable Workloads. In <i>Proc. of the 51st International Conference on Parallel Processing (ICPP), Bordeaux, France</i>, pages 1&ndash;11, ACM, August 2022.<br> <a class=\"zl-links\" href=\"https://www.hpclab.tu-darmstadt.de/zotero-lists/attachments/2022-ElastiSim_A_Batch-System_Simulator_for_Malleable_Workloads-UT5HTVTP.pdf\" target=\"_blank\">PDF</a>&nbsp;&nbsp;<a class=\"zl-links\" href=\"https://doi.org/10.1145/3545008.3545046\" target=\"_blank\">DOI</a>&nbsp;&nbsp;<span id=\'copybibtex\' class=\'zl-links\' onclick=\"openBibtex(\'@InProceedings{ozden_elastisim_2022,\\n  author          = {Özden, Taylan and Beringer, Tim and Mazaheri, Arya and Fard, Hamid Mohammadi and Wolf, Felix},\\n  title           = {{ElastiSim}: {A} {Batch}-{System} {Simulator} for {Malleable} {Workloads}},\\n  booktitle       = {Proc. of the 51st {International} {Conference} on {Parallel} {Processing} ({ICPP}), {Bordeaux}, {France}},\\n  year            = {2022},\\n  pages           = {1--11},\\n  publisher       = {ACM},\\n  isbn            = {978-1-4503-9733-9},\\n  doi             = {10.1145/3545008.3545046}\\n}\')\">BibTeX</span></p></li>');
document.write('</ul>');
document.write('</br>');
document.write('<h2 class=\'zl-year-header\' id=\'2020\'>2020</h2>');
document.write('<ul class=\'zl-publication-list\'>');
document.write('<li><p style=\"text-align:justify;\">Hamid Mohammadi Fard, Radu Prodan, Felix Wolf: Dynamic Multi-objective Scheduling of Microservices in the Cloud. In <i>Proc. of 2020 IEEE/ACM 13th International Conference on Utility and Cloud Computing (UCC), Leicester, UK</i>, pages 386&ndash;393, IEEE, December 2020.<br> <a class=\"zl-links\" href=\"https://www.hpclab.tu-darmstadt.de/zotero-lists/attachments/2020-Dynamic_Multi-objective_Scheduling_of_Microservices_in_the_Cloud-W4BRPK8H.pdf\" target=\"_blank\">PDF</a>&nbsp;&nbsp;<a class=\"zl-links\" href=\"https://doi.org/10.1109/UCC48980.2020.00061\" target=\"_blank\">DOI</a>&nbsp;&nbsp;<span id=\'copybibtex\' class=\'zl-links\' onclick=\"openBibtex(\'@InProceedings{fard_dynamic_2020,\\n  author          = {Fard, Hamid Mohammadi and Prodan, Radu and Wolf, Felix},\\n  title           = {Dynamic {Multi}-objective {Scheduling} of {Microservices} in the {Cloud}},\\n  booktitle       = {Proc. of 2020 {IEEE}/{ACM} 13th {International} {Conference} on {Utility} and {Cloud} {Computing} ({UCC}), {Leicester}, {UK}},\\n  year            = {2020},\\n  pages           = {386--393},\\n  publisher       = {IEEE},\\n  isbn            = {978-0-7381-2395-0},\\n  doi             = {10.1109/UCC48980.2020.00061}\\n}\')\">BibTeX</span></p></li>');
document.write('</ul>');
document.write('</br>');
document.write('<h2 class=\'zl-year-header\' id=\'2019\'>2019</h2>');
document.write('<ul class=\'zl-publication-list\'>');
document.write('<li><p style=\"text-align:justify;\">Hamid Mohammadi Fard, Radu Prodan, Felix Wolf: A Container-driven Approach for Resource Provisioning in Edge-Fog Cloud. In <i>Proc. of the 5th International Symposium on Algorithmic Aspects of Cloud Computing (ALGOCLOUD 2019), Munich, Germany</i>, pages 59&ndash;76, Springer, September 2019.<br> <a class=\"zl-links\" href=\"https://www.hpclab.tu-darmstadt.de/zotero-lists/attachments/2019-A_Container-driven_Approach_for_Resource_Provisioning_in_Edge-Fog_Cloud-VX7XG343.pdf\" target=\"_blank\">PDF</a>&nbsp;&nbsp;<a class=\"zl-links\" href=\"https://doi.org/10.1007/978-3-030-58628-7_5\" target=\"_blank\">DOI</a>&nbsp;&nbsp;<span id=\'copybibtex\' class=\'zl-links\' onclick=\"openBibtex(\'@InProceedings{fard_container-driven_2019,\\n  author          = {Fard, Hamid Mohammadi and Prodan, Radu and Wolf, Felix},\\n  title           = {A {Container}-driven {Approach} for {Resource} {Provisioning} in {Edge}-{Fog} {Cloud}},\\n  booktitle       = {Proc. of the 5th {International} {Symposium} on {Algorithmic} {Aspects} of {Cloud} {Computing} ({ALGOCLOUD} 2019), {Munich}, {Germany}},\\n  year            = {2019},\\n  pages           = {59--76},\\n  publisher       = {Springer},\\n  isbn            = {978-3-030-58628-7},\\n  doi             = {10.1007/978-3-030-58628-7_5}\\n}\')\">BibTeX</span></p></li>');
document.write('<li><p style=\"text-align:justify;\">Leah E. Lackner, Hamid Mohammadi Fard, Felix Wolf: Efficient Job Scheduling for Clusters with Shared Tiered Storage. In <i>Proc. of the 19th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing (CCGrid), Larnaca, Cyprus</i>, pages 321&ndash;330, IEEE, May 2019.<br> <a class=\"zl-links\" href=\"https://www.hpclab.tu-darmstadt.de/zotero-lists/attachments/2019-Efficient_Job_Scheduling_for_Clusters_with_Shared_Tiered_Storage-23X8TMTK.pdf\" target=\"_blank\">PDF</a>&nbsp;&nbsp;<a class=\"zl-links\" href=\"https://doi.org/10.1109/CCGRID.2019.00046\" target=\"_blank\">DOI</a>&nbsp;&nbsp;<span id=\'copybibtex\' class=\'zl-links\' onclick=\"openBibtex(\'@InProceedings{lackner_efficient_2019,\\n  author          = {Lackner, Leah E. and Fard, Hamid Mohammadi and Wolf, Felix},\\n  title           = {Efficient {Job} {Scheduling} for {Clusters} with {Shared} {Tiered} {Storage}},\\n  booktitle       = {Proc. of the 19th {IEEE}/{ACM} {International} {Symposium} on {Cluster}, {Cloud} and {Grid} {Computing} ({CCGrid}), {Larnaca}, {Cyprus}},\\n  year            = {2019},\\n  pages           = {321--330},\\n  publisher       = {IEEE},\\n  isbn            = {978-1-7281-0912-1},\\n  doi             = {10.1109/CCGRID.2019.00046}\\n}\')\">BibTeX</span></p></li>');
document.write('</ul>');
document.write('</br>');
document.write('<h2 class=\'zl-year-header\' id=\'2018\'>2018</h2>');
document.write('<ul class=\'zl-publication-list\'>');
document.write('<li><p style=\"text-align:justify;\">Suraj Prabhakaran, Marcel Neumann, Felix Wolf: Efficient Fault Tolerance through Dynamic Node Replacement. In <i>Proc. of the 18th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing (CCGrid), Washington, DC, USA</i>, pages 163&ndash;172, IEEE, May 2018.<br> <a class=\"zl-links\" href=\"https://www.hpclab.tu-darmstadt.de/zotero-lists/attachments/2018-Efficient_Fault_Tolerance_through_Dynamic_Node_Replacement-DRKEUDTK.pdf\" target=\"_blank\">PDF</a>&nbsp;&nbsp;<a class=\"zl-links\" href=\"https://doi.org/10.1109/CCGRID.2018.00031\" target=\"_blank\">DOI</a>&nbsp;&nbsp;<span id=\'copybibtex\' class=\'zl-links\' onclick=\"openBibtex(\'@InProceedings{prabhakaran_efficient_2018,\\n  author          = {Prabhakaran, Suraj and Neumann, Marcel and Wolf, Felix},\\n  title           = {Efficient {Fault} {Tolerance} through {Dynamic} {Node} {Replacement}},\\n  booktitle       = {Proc. of the 18th {IEEE}/{ACM} {International} {Symposium} on {Cluster}, {Cloud} and {Grid} {Computing} ({CCGrid}), {Washington}, {DC}, {USA}},\\n  year            = {2018},\\n  pages           = {163--172},\\n  publisher       = {IEEE},\\n  isbn            = {978-1-5386-5815-4},\\n  doi             = {10.1109/CCGRID.2018.00031}\\n}\')\">BibTeX</span></p></li>');
document.write('</ul>');
document.write('</br>');
document.write('<h2 class=\'zl-year-header\' id=\'2015\'>2015</h2>');
document.write('<ul class=\'zl-publication-list\'>');
document.write('<li><p style=\"text-align:justify;\">Suraj Prabhakaran, Marcel Neumann, Sebastian Rinke, Felix Wolf, Abhishek Gupta, Laxmikant V. Kal&eacute;: A Batch System with Efficient Adaptive Scheduling for Malleable and Evolving Applications. In <i>Proc. of the 29th IEEE International Parallel and Distributed Processing Symposium (IPDPS), Hyderabad, India</i>, pages 429&ndash;438, IEEE, May 2015.<br> <a class=\"zl-links\" href=\"https://www.hpclab.tu-darmstadt.de/zotero-lists/attachments/2015-A_Batch_System_with_Efficient_Scheduling_for_Malleable_and_Evolving_Applications-YKF5RH6G.pdf\" target=\"_blank\">PDF</a>&nbsp;&nbsp;<a class=\"zl-links\" href=\"https://doi.org/10.1109/IPDPS.2015.34\" target=\"_blank\">DOI</a>&nbsp;&nbsp;<span id=\'copybibtex\' class=\'zl-links\' onclick=\"openBibtex(\'@InProceedings{prabhakaran_batch_2015,\\n  author          = {Prabhakaran, Suraj and Neumann, Marcel and Rinke, Sebastian and Wolf, Felix and Gupta, Abhishek and Kalé, Laxmikant V.},\\n  title           = {A {Batch} {System} with {Efficient} {Adaptive} {Scheduling} for {Malleable} and {Evolving} {Applications}},\\n  booktitle       = {Proc. of the 29th {IEEE} {International} {Parallel} and {Distributed} {Processing} {Symposium} ({IPDPS}), {Hyderabad}, {India}},\\n  year            = {2015},\\n  pages           = {429--438},\\n  publisher       = {IEEE},\\n  isbn            = {978-1-4799-8649-1},\\n  issn            = {1530-2075},\\n  doi             = {10.1109/IPDPS.2015.34}\\n}\')\">BibTeX</span></p></li>');
document.write('</ul>');
document.write('</br>');
document.write('<h2 class=\'zl-year-header\' id=\'2014\'>2014</h2>');
document.write('<ul class=\'zl-publication-list\'>');
document.write('<li><p style=\"text-align:justify;\">Suraj Prabhakaran, Mohsin Iqbal, Sebastian Rinke, Christian Windisch, Felix Wolf: A Batch System with Fair Scheduling for Evolving Applications. In <i>Proc. of the 43rd International Conference on Parallel Processing (ICPP), Minneapolis, MN, USA</i>, pages 1&ndash;10, September 2014.<br> <a class=\"zl-links\" href=\"https://www.hpclab.tu-darmstadt.de/zotero-lists/attachments/2014-A_Batch_System_with_Fair_Scheduling_for_Evolving_Applications-PL9UJKMZ.pdf\" target=\"_blank\">PDF</a>&nbsp;&nbsp;<a class=\"zl-links\" href=\"https://doi.org/10.1109/ICPP.2014.44\" target=\"_blank\">DOI</a>&nbsp;&nbsp;<span id=\'copybibtex\' class=\'zl-links\' onclick=\"openBibtex(\'@InProceedings{prabhakaran_batch_2014,\\n  author          = {Prabhakaran, Suraj and Iqbal, Mohsin and Rinke, Sebastian and Windisch, Christian and Wolf, Felix},\\n  title           = {A {Batch} {System} with {Fair} {Scheduling} for {Evolving} {Applications}},\\n  booktitle       = {Proc. of the 43rd {International} {Conference} on {Parallel} {Processing} ({ICPP}), {Minneapolis}, {MN}, {USA}},\\n  year            = {2014},\\n  pages           = {1--10},\\n  isbn            = {978-1-4799-5618-0},\\n  issn            = {0190-3918},\\n  doi             = {10.1109/ICPP.2014.44}\\n}\')\">BibTeX</span></p></li>');
document.write('</ul>');
document.write('</div>');
