

 <?php include('includes/header.php') ?>

 <div class="main-body">
	<!--============-->
	<section class="bread-crumb-sec bg-sol">
		<div class="bread-crmb">
			<div class="container container-1">
				<div class="brd-crmb-title brd-crmb-hpc">
					<h1>High Performance Computing</h1>
				</div>
			</div>			
		</div>
		<div class="bc-list">
			<div class="container container-1">
				<div class="bc-list-menu">
					<ul class="bc-list-ul hpc-li">
						<li>
							<a href="index.php">Home</a>
						</li>
						
						<li>
							<a href="solution.php">Solutions</a>
						</li>
						<li>
							<span >HPC</span>
						</li>
					</ul>
				</div>
			</div>
		</div>
	</section>
	<!--============-->
	<section class="sol-sec sec-sol" id="Enterprise">
		<div class="sol-s-d">
			<div class="container container-1">
				<div class="row">
					<div class="col-sm-7">
						<div class="sol-s-sec">
							<div class="sol-s-img">
								<img src="image/icons/Enterprise-High-Performance-Computing.png">
							</div>
							<div class="sol-d-tit">
								<h2>High Performance Computing</h2>
								<p>High Performance computing Products are designed to run the most complex problems and workloads in areas ranging from life, earth, and space sciences, to engineering and manufacturing, to national security. High-performance computing products and expertise that make supercomputing more accessible and affordable for organizations and industries of all sizes. </p>
								<ul class="sol-first-ul">
									<li>
										<h5>Deployment Services:</h5>
										<ul class="sol-second-ul">
											<li>Access to an expert project manager and single point of contact</li>
											<li>Evaluation and design</li>
											<li>Validated and tested configurations using industry benchmarks</li>
											<li>Rack layout engineering and implementation planning</li>
											<li>Installation, rack-mounting, cabling and connection</li>
											<li>Knowledge transfer and product orientation from HPC Deployment Engineers</li>
										</ul>
									</li>
									<li>
										<h5>Remote HPC Cluster Management Services:</h5>
										<ul class="sol-second-ul">
											<li>Priority response for alerts or requests</li>
											<li>Access to a single point of contact</li>
											<li>Cluster application support</li>
											<li>Documentation and knowledge transfer</li>
											<li>Quarterly performance reporting</li>
										</ul>
									</li>
								</ul>
								<p>We can help you with all aspects of HPC technology — from workstations to large clusters</p>
							</div>
						</div>
					</div>
					<div class="col-sm-5">
						<div class="sol-s-imge">
							<img src="image/High-Performance-computing-image.jpg">
						</div>
					</div>
				</div>
			</div>
		</div>
	</section>
	<!--============-->
</div>





 	<div >
        <?php include('includes/footer.php') ?>
    </div>