
{  
   "types" : {
      "Bookmark" : {
         "pluralLabel" : "Bookmarks"
      },
      "Publication" : {
         "pluralLabel" : "Publications"
      },
      "GoldStandardPublication" : {
         "pluralLabel" : "GoldStandardPublications"
      },
      "GoldStandardBookmark" : {
         "pluralLabel" : "GoldStandardBookmarks"
      },
      "Tag" : {
         "pluralLabel" : "Tags"
      },
      "User" : {
         "pluralLabel" : "Users"
      },
      "Group" : {
         "pluralLabel" : "Groups"
      },
      "Sphere" : {
         "pluralLabel" : "Spheres"
      }
   },
   
   "properties" : {
      "count" : {
         "valueType" : "number"
      },
      "date" : {
         "valueType" : "date"
      },
      "changeDate" : {
         "valueType" : "date"
      },
      "url" : {
         "valueType" : "url"
      },
      "id" : {
         "valueType" : "url"
      },
      "tags" : {
         "valueType" : "item"
      },
      "user" : {
         "valueType" : "item"
      }      
   },
   
   "items" : [
   	  
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/21f9f7c2cbd18f9a7f47082575e6198ee/amerwafai",         
         "tags" : [
            "HLRS","Heterogeneous","Parallel","SCOPE","myown"
         ],
         
         "intraHash" : "1f9f7c2cbd18f9a7f47082575e6198ee",
         "interHash" : "710ae981f52849337a343d9e07607114",
         "label" : "Bridging the Divide: A New Methodology for Semi-Automatic Programming of Heterogeneous Parallel Machines",
         "user" : "amerwafai",
         "description" : "",
         "date" : "2016-01-29 09:34:55",
         "changeDate" : "2016-01-29 08:43:50",
         "count" : 2,
         "pub-type": "conference",
         "booktitle": "High-Level Programming for Heterogeneous and Hierarchical Parallel Systems",
         "year": "2016", 
         "url": "", 
         
         "author": [ 
            "V. Janjic","K. Hammond","M. Goli","J. McCall","K. Idrees","C. Glass","M. A. Wafai"
         ],
         "authors": [
         	
            	{"first" : "V.",	"last" : "Janjic"},
            	{"first" : "K.",	"last" : "Hammond"},
            	{"first" : "M.",	"last" : "Goli"},
            	{"first" : "J.",	"last" : "McCall"},
            	{"first" : "K.",	"last" : "Idrees"},
            	{"first" : "C.",	"last" : "Glass"},
            	{"first" : "M. A.",	"last" : "Wafai"}
         ],
         "abstract": "This paper presents a new programming methodology for intro- ducing and tuning parallelism for heterogeneous shared-memory systems (comprising a mixture of CPUs and GPUs), using a com- bination of algorithmic skeletons (such as farms and pipelines), Monte-Carlo tree search for deriving mappings of tasks to avail- able hardware resources, and refactoring tool support for applying the patterns and mappings in an easy and effective way. Using our approach, we demonstrate easily obtainable, significant and scal- able speedups on a number of case studies showing speedups of up to 41 over the sequential code on a 24-core machine with one GPU. We also demonstrate that the mappings the MCTS algorithm suggest are comparable to the best possible speedups that can be obtained.",
         "date-added" : "2016-01-29 08:09:45 +0000",
         
         "date-modified" : "2016-01-29 08:17:22 +0000",
         
         "bibtexKey": "2016-01"

      }
,
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/2dccb0302d8b765b1450e86f4b2798951/amerwafai",         
         "tags" : [
            "HLRS","SCOPE","absolute","and","calculation","cell","colored","core","distributed","dynamic","force","gather","intel","interaction","law","linked","memory","molecular","myown","newton","operation","optimization","parallel","parallelization","performance","phi","processing","range","scatter","shared","short","site","third","xeon","yellow"
         ],
         
         "intraHash" : "dccb0302d8b765b1450e86f4b2798951",
         "interHash" : "902fd5f88d25cf9f9a271091a6bbd41a",
         "label" : "Optimized Force Calculation of Molecular Dynamics Simulations for the Intel Xeon Phi",
         "user" : "amerwafai",
         "description" : "",
         "date" : "2016-01-29 09:34:55",
         "changeDate" : "2016-01-29 08:41:13",
         "count" : 1,
         "pub-type": "conference",
         "booktitle": "Euro-Par 2015: Parallel Processing","series": "LNCS","address":"Vienna, Austria",
         "year": "2015", 
         "url": "", 
         
         "author": [ 
            "Nikola Tchipev","Amer Wafai","Colin W. Glass","Wolfgang Eckhardt","Alexander Heinecke","Hans-Joachim Bungartz","Philipp Neumann"
         ],
         "authors": [
         	
            	{"first" : "Nikola",	"last" : "Tchipev"},
            	{"first" : "Amer",	"last" : "Wafai"},
            	{"first" : "Colin W.",	"last" : "Glass"},
            	{"first" : "Wolfgang",	"last" : "Eckhardt"},
            	{"first" : "Alexander",	"last" : "Heinecke"},
            	{"first" : "Hans-Joachim",	"last" : "Bungartz"},
            	{"first" : "Philipp",	"last" : "Neumann"}
         ],
         
         "editor": [ 
            "Jesper Larsson Träff","Sascha Hunold","Francesco Versaci"
         ],
         "editors": [
         	
            	{"first" : "Jesper Larsson",	"last" : "Träff"},
            	{"first" : "Sascha",	"last" : "Hunold"},
            	{"first" : "Francesco",	"last" : "Versaci"}
         ],
         "volume": "9233","abstract": "We provide details on the shared-memory parallelization for manycore architectures of the molecular dynamics framework ls1-mardyn, including an optimization of the SIMD vectorization for multi-centered molecules. The novel shared-memory parallelization scheme allows to re- tain Newton's third law optimization and exhibits very good scaling on many-core devices such as a full Xeon Phi card running 240 threads. The Xeon Phi can thus be exploited and delivers comparable performance as IvyBridge nodes in our experiments.",
         "date-added" : "2015-08-19 09:05:42 +0000",
         
         "date-modified" : "2015-08-19 09:10:27 +0000",
         
         "bibtexKey": "wafai15"

      }
,
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/2397984814dd598e14dfb34e12d7da8af/amerwafai",         
         "tags" : [
            "GPU","HLRS","HPC","Hardware","Parallel","Portable","Programming","SCOPE","architecture","mown","myown"
         ],
         
         "intraHash" : "397984814dd598e14dfb34e12d7da8af",
         "interHash" : "372f16a4d9fcc1ae19a70b705f96897a",
         "label" : "Portable Codes on New HPC Architectures",
         "user" : "amerwafai",
         "description" : "",
         "date" : "2016-01-29 09:34:55",
         "changeDate" : "2016-01-29 08:39:52",
         "count" : 2,
         "pub-type": "inproceedings",
         "booktitle": "Facing the Multicore-Challenge III 2012","series": "LNCS","publisher":"Springer Berlin Heidelberg",
         "year": "2012", 
         "url": "", 
         
         "author": [ 
            "Mhd. Amer Wafai","Colin W. Glass","Christoph Niethammer"
         ],
         "authors": [
         	
            	{"first" : "Mhd. Amer",	"last" : "Wafai"},
            	{"first" : "Colin W.",	"last" : "Glass"},
            	{"first" : "Christoph",	"last" : "Niethammer"}
         ],
         
         "editor": [ 
            "Rainer Keller","David Kramer","Jan-Philipp Weiß"
         ],
         "editors": [
         	
            	{"first" : "Rainer",	"last" : "Keller"},
            	{"first" : "David",	"last" : "Kramer"},
            	{"first" : "Jan-Philipp",	"last" : "Weiß"}
         ],
         "volume": "7686","pages": "133-134",
         "date-added" : "2015-08-18 14:21:33 +0000",
         
         "date-modified" : "2015-08-19 08:21:35 +0000",
         
         "bibtexKey": "wafai13"

      }
,
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/2f66b021f40d92acc6700b9efe90274a8/kamranidrees",         
         "tags" : [
            "Adaptive","FastFlow","HLRS","Load-Balancer","Parallel","Patterns","Programming","SCOPE","Scheduler","myown"
         ],
         
         "intraHash" : "f66b021f40d92acc6700b9efe90274a8",
         "interHash" : "fbb59d731ba6758ce2fbb3cec4a384e3",
         "label" : "An Adaptive Load-balancer for Task-scheduling in FastFlow",
         "user" : "kamranidrees",
         "description" : "",
         "date" : "2015-10-19 15:01:07",
         "changeDate" : "2015-11-19 14:16:51",
         "count" : 1,
         "pub-type": "inproceedings",
         "booktitle": "Proceedings of the 5th International Conference on Advanced Communications and Computation","series": "INFOCOMP '15",
         "year": "2015", 
         "url": "", 
         
         "author": [ 
            "Md Moniruzzaman","Kamran Idrees","Michael Rossbory","Jose Gracia"
         ],
         "authors": [
         	
            	{"first" : "Md",	"last" : "Moniruzzaman"},
            	{"first" : "Kamran",	"last" : "Idrees"},
            	{"first" : "Michael",	"last" : "Rossbory"},
            	{"first" : "Jose",	"last" : "Gracia"}
         ],
         
         "location" : "Brussels, Belgium",
         
         "bibtexKey": "Monir:Kamran:Load-Balancer:FastFlow"

      }
,
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/248c7209c4cd15faf242fbbd3504baae0/kamranidrees",         
         "tags" : [
            "FastFlow","HLRS","SCOPE","myown","parallel","patterns","refactoring"
         ],
         
         "intraHash" : "48c7209c4cd15faf242fbbd3504baae0",
         "interHash" : "7ca8adf83eb5f013cd8618c559873d10",
         "label" : "Agricultural reform: more efficient farming using advanced parallel refactoring tools",
         "user" : "kamranidrees",
         "description" : "",
         "date" : "2015-10-19 14:16:16",
         "changeDate" : "2015-11-19 14:17:37",
         "count" : 1,
         "pub-type": "inproceedings",
         "booktitle": "Parallel, Distributed and Network-Based Processing (PDP), 2014 22nd Euromicro International Conference on",
         "year": "2014", 
         "url": "", 
         
         "author": [ 
            "Christopher Brown","Vladimir Janjic","Kevin Hammond","Holger Schoner","Kamran Idrees","Colin W Glass"
         ],
         "authors": [
         	
            	{"first" : "Christopher",	"last" : "Brown"},
            	{"first" : "Vladimir",	"last" : "Janjic"},
            	{"first" : "Kevin",	"last" : "Hammond"},
            	{"first" : "Holger",	"last" : "Schoner"},
            	{"first" : "Kamran",	"last" : "Idrees"},
            	{"first" : "Colin W",	"last" : "Glass"}
         ],
         "pages": "36--43",
         "bibtexKey": "brown2014agricultural"

      }
	  
   ]
}
