-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdgxstation.html
597 lines (557 loc) · 33.2 KB
/
dgxstation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
<!DOCTYPE html>
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<title>CompecTA | NVIDIA DGX Station Deep Learning System</title>
<meta name="description" content="We develop secure, scalable, high available, high performance computing and virtual productive system and network solutions for any kind of bussiness and research needs.">
<meta name="keywords" content="hpc, high performance computing, cloud computing, high speed computing, high technology computing, virtualization, network solutions, infiniband, nvidia grid, IT solutions,">
<meta name="author" content="compecta.com">
<!-- Mobil Tarayıcı Rengi -->
<meta name="theme-color" content="#1b75bc">
<meta name="msapplication-navbutton-color" content="#1b75bc">
<meta name="apple-mobile-web-app-status-bar-style" content="#1b75bc">
<!-- Website Dil Alternatifi -->
<link rel="alternate" hreflang="tr" href="//www.compecta.com.tr/dgxstation.html">
<!-- Mobile Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/apple-touch-icon-144x144.png">
<!-- Web Fonts -->
<link href='//fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Raleway:700,400,300' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=PT+Serif&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome CSS -->
<link href="fonts/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- Fontello CSS -->
<link href="fonts/fontello/css/fontello.min.css" rel="stylesheet">
<!-- Plugins -->
<link href="plugins/magnific-popup/magnific-popup.css" rel="stylesheet">
<link href="plugins/rs-plugin/css/settings.min.css" rel="stylesheet">
<link href="css/animations.css" rel="stylesheet">
<link href="plugins/owl-carousel/owl.carousel.css" rel="stylesheet">
<link href="plugins/owl-carousel/owl.transitions.css" rel="stylesheet">
<link href="plugins/hover/hover-min.css" rel="stylesheet">
<link href="plugins/morphext/morphext.css" rel="stylesheet">
<!-- CompecTA CSS file -->
<link href="css/style.css" rel="stylesheet" >
<link href="css/compecta.css" rel="stylesheet" >
<link href="css/custom.css" rel="stylesheet">
</head>
<body class="no-trans front-page ">
<!-- scrollToTop -->
<!-- ================ -->
<div class="scrollToTop"><i class="icon-up-open-big"></i></div>
<!-- page wrapper start -->
<!-- ================ -->
<div class="page-wrapper">
<!-- header-container start -->
<div class="header-container">
<!-- header-top start -->
<!-- ================ -->
<div class="header-top dark ">
<div class="container">
<div class="row">
<div class="col-xs-4 col-sm-5">
<!-- header-top-first start -->
<!-- ================ -->
<div class="header-top-first clearfix">
<div class="social-links hidden-xs small">
<div class="btn-group dropdown">
<button type="button" class="btn dropdown-toggle" data-toggle="dropdown"><i class="fa fa-globe"></i>Language </button>
<ul class="dropdown-menu dropdown-animation">
<li class=""><a href="//www.compecta.com.tr/dgxstation.html"><img alt="Türkçe" src="images/tr.jpg" class="bayrak"> TÜRKÇE</a></li>
<li class=""><a href="#" class="btn disabled" role="button"><img alt="English" src="images/en.jpg" class="bayrak"> ENGLISH <i class="fa fa-check"></i></a></li>
<li class=""><a href="//www.compecta.de/dgxstation.html"><img alt="Deutsch" src="images/de.jpg" class="bayrak"> DEUTSCH</a></li>
</ul>
</div>
</div>
<div class="social-links hidden-lg hidden-md hidden-sm small">
<div class="btn-group dropdown">
<button type="button" class="btn dropdown-toggle" data-toggle="dropdown"><i class="fa fa-globe"></i>Language </button>
<ul class="dropdown-menu dropdown-animation">
<li class=""><a href="//www.compecta.com.tr/dgxstation.html"><img alt="Türkçe" src="images/tr.jpg" class="bayrak"> TÜRKÇE</a></li>
<li class=""><a href="#" class="btn disabled" role="button"><img alt="English" src="images/en.jpg" class="bayrak"> ENGLISH <i class="fa fa-check"></i></a></li>
<li class=""><a href="//www.compecta.de/dgxstation.html"><img alt="Deutsch" src="images/de.jpg" class="bayrak"> DEUTSCH</a></li>
</ul>
</div>
</div>
</div>
<!-- header-top-first end -->
</div>
<div class="col-xs-8 col-sm-7">
<!-- header-top-second start -->
<!-- ================ -->
<div id="header-top-second" class="clearfix text-right">
<ul class="list-inline">
<li><i class="fa fa-phone pr-5 pl-10"></i>+90 216 455-1865</li>
<li><i class="fa fa-envelope pr-5 pl-10"></i><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
<!-- header-top-second end -->
</div>
</div>
</div>
</div>
<!-- header-top end -->
<!-- header start -->
<!-- ================ -->
<header class="header fixed clearfix">
<div class="container">
<div class="row">
<div class="col-xs-9 col-sm-12 col-md-2">
<!-- header-left start -->
<!-- ================ -->
<div class="header-left clearfix">
<!-- logo -->
<div id="logo" class="logo">
<a href="index.html"><img id="logo_img" src="images/compecta-logo.png" alt="CompecTA"></a>
</div>
</div>
<!-- header-left end -->
</div>
<div class=" col-sm-12 col-md-10">
<!-- header-right start -->
<!-- ================ -->
<div class="header-right clearfix">
<!-- main-navigation start -->
<!-- ================ -->
<div class="main-navigation animated">
<!-- navbar start -->
<!-- ================ -->
<nav role="navigation" class="navbar navbar-default">
<div class="container-fluid">
<!-- Toggle get grouped for better mobile display -->
<div class="navbar-header">
<button data-target="#navbar-collapse-1" data-toggle="collapse" class="navbar-toggle" type="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div id="navbar-collapse-1" class="collapse navbar-collapse">
<!-- main-menu -->
<ul class="nav navbar-nav anamenu">
<li class="visible-xs">
<a href="index.html">Home</a>
</li>
<li class="hidden-xs">
<a href="index.html"><i class="fa fa-home"></i></a>
</li>
<!-- products mega-menu start -->
<li class="dropdown mega-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Products</a>
<ul class="dropdown-menu">
<li>
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-6">
<h4 class="title text-default">CompecTA Deep Learning & AI Systems</h4>
<div class="divider"></div>
<ul class="menu">
<li><a href="novamini.html"><i class="icon-right-open pr-10"></i>CompecTA Nova Engine Mini™ <sup class="badge badge-default">NEW</sup><br><small>Mini DL & AI Developer Box with 2 NVIDIA<sup>®</sup> GPUs</small></a></li>
<li><a href="nova.html"><i class="icon-right-open pr-10"></i>CompecTA Nova Engine™ <sup class="badge badge-orange">POPULAR</sup><br><small>DL & AI Developer Box with 4 NVIDIA<sup>®</sup> GPUs</small></a></li>
<li><a href="supernova.html"><i class="icon-right-open pr-10"></i>CompecTA SuperNova Engine™<br><small>Scalable Deep Learning Server Systems for AI Development</small></a></li>
<li><a href="supernovax.html"><i class="icon-right-open pr-10"></i>CompecTA SuperNova Engine X™ <sup class="badge badge-default">NEW</sup><br><small>Super-fast & Scalabe Server Systems with 10 GPUs</small></a></li>
</ul>
<h4 class="title text-default space-top">NVIDIA DGX Systems</h4>
<div class="divider"></div>
<ul class="menu">
<li><a href="dgx-h100.html"><i class="icon-right-open pr-10"></i>NVIDIA<sup>®</sup> DGX H100 <sup class="badge badge-default">NEW</sup><br><small>The Most Complete AI Platform</small></a></li>
<li><a href="dgx-a100.html"><i class="icon-right-open pr-10"></i>NVIDIA<sup>®</sup> DGX A100 <sup class="badge badge-orange">EXCLUSIVE</sup><br><small>The Universal System for AI Infrastructure</small></a></li>
<li><a href="dgxstation-a100.html"><i class="icon-right-open pr-10"></i>NVIDIA<sup>®</sup> DGX Station A100 <sup class="badge badge-orange">EXCLUSIVE</sup><br><small>Workgroup Appliance for the Age of AI</small></a></li>
<!-- <li><a href="dgx-1.html"><i class="icon-right-open pr-10"></i>NVIDIA<sup>®</sup> DGX-1 <br><small>The Fastest Path to Deep Learning!</small></a></li>
<li><a href="dgxstation.html"><i class="icon-right-open pr-10"></i>NVIDIA<sup>®</sup> DGX Station <br><small>Personal AI Supercomputer</small></a></li> -->
</ul>
</div>
<div class="col-md-6">
<span class="visible-xs"> </span>
<h4 class="title text-default">HPC Systems</h4>
<div class="divider"></div>
<ul class="menu">
<li><a href="feynmangrid.html"><i class="icon-right-open pr-10"></i>FeynmanGrid™<br><small>CompecTA's approach to HPC on Demand</small></a></li>
<li><a href="feynmanstorz.html"><i class="icon-right-open pr-10"></i>FeynmanStor Z™<br><small>Simple and agile filesystem for small HPC deployments!</small></a></li>
<li><a href="starterpack.html"><i class="icon-right-open pr-10"></i>HPC Starter Pack<br><small>Entry-level HPC modules for small/medium clusters.</small></a></li>
</ul>
<!-- <h4 class="title text-default space-top">CompecTA Exclusives</h4>
<div class="divider"></div>
<ul class="menu">
<li><a href="nebula.html"><i class="icon-right-open pr-10"></i>CompecTA Nebula™ Molecular Dynamics <sup class="badge badge-default">NEW</sup><br><small>Optimised MD Solutions for GROMACS, AMBER, NAMD and LAMMPS</small></a></li>
<li><a href="jupiter-drive-agx.html"><i class="icon-right-open pr-10"></i>CompecTA Jupiter™ Drive AGX Storage<br><small>Scalable Storage Solution for NVIDIA Drive Systems</small></a></li>
<li><a href="liquidcooling.html"><i class="icon-right-open pr-10"></i>CompecTA Liquid Cooling Systems <sup class="badge badge-default">NEW</sup><br><small>High Performance with Low Temperatures and Low Noise Levels</small></a></li>
<li><a href="immersedcooling.html"><i class="icon-right-open pr-10"></i>CompecTA Immersed Cooling Solutions <sup class="badge badge-red">SOON</sup><br><small>Greater Power and Cooling Efficiency with Zero Noise</small></a></li>
</ul> -->
</div>
</div>
</div>
</div>
</li>
</ul>
</li>
<!-- products mega-menu end -->
<li class="dropdown ">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Solutions</a>
<ul class="dropdown-menu">
<li><a href="hpc.html"><i class="icon-right-open pr-10"></i>High Performance Computing Solutions<br><small>HPC systems polished by our 20 years of experience</small></a></li>
<li><a href="deeplearning.html"><i class="icon-right-open pr-10"></i>Deep Learning & AI Solutions<br><small>Ready-to-use solutions and tailor-made services</small></a></li>
<li><a href="beegfs.html"><i class="icon-right-open pr-10"></i>BeeGFS Filesystem Solutions <sup class="badge badge-default">NEW</sup><br><small>The Leading Parallel Cluster File System</small></a></li>
<li><a href="renting.html"><i class="icon-right-open pr-10"></i>CompecTA On-Demand Services <sup class="badge badge-default">NEW</sup><br><small>Minimize your Investment & Maximize your Efficiency</small></a></li>
<li><a href="cloud.html"><i class="icon-right-open pr-10"></i>Cloud Computing<br><small>Professional Cloud services from HPC Experts.</small></a></li>
<li><a href="virtualization.html"><i class="icon-right-open pr-10"></i>Virtualization & vGPU<br><small>New possibilities in Virtualization</small></a></li>
</ul>
</li>
<li>
<a href="partners.html">Partners</a>
</li>
<li>
<a href="references.html">References</a>
</li>
<li>
<a href="about.html">About Us</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- navbar end -->
</div>
<!-- main-navigation end -->
</div>
<!-- header-right end -->
</div>
</div>
</div>
</header>
<!-- header end -->
</div>
<!-- header-container end -->
<!-- breadcrumb start -->
<!-- ================ -->
<div class="breadcrumb-container">
<div class="container">
<ol class="breadcrumb">
<li><i class="fa fa-home pr-10"></i><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Products</a>
<ul class="dropdown-menu">
<li><a href="novamini.html"><i class="icon-right-open pr-10"></i>CompecTA Nova Engine Mini</a></li>
<li><a href="nova.html"><i class="icon-right-open pr-10"></i>CompecTA Nova Engine</a></li>
<li><a href="supernova.html"><i class="icon-right-open pr-10"></i>CompecTA SuperNova Engine</a></li>
<li><a href="supernovax.html"><i class="icon-right-open pr-10"></i>CompecTA SuperNova Engine X</a></li>
<li><a href="dgx-h100.html"><i class="icon-right-open pr-10"></i>NVIDIA<sup>®</sup> DGX H100</a></li>
<li><a href="dgx-a100.html"><i class="icon-right-open pr-10"></i>NVIDIA<sup>®</sup> DGX A100</a></li>
<li><a href="dgxstation-a100.html"><i class="icon-right-open pr-10"></i>NVIDIA<sup>®</sup> DGX Station A100</a></li>
<!-- <li><a href="nebula.html"><i class="icon-right-open pr-10"></i>CompecTA Nebula™ MD</a></li> -->
<li><a href="dgx-1.html"><i class="icon-right-open pr-10"></i>NVIDIA<sup>®</sup> DGX-1</a></li>
<li><a href="dgxstation.html"><i class="icon-right-open pr-10"></i>NVIDIA<sup>®</sup> DGX Station</a></li>
<li><a href="feynmangrid.html"><i class="icon-right-open pr-10"></i>FeynmanGrid</a></li>
<li><a href="feynmanstorz.html"><i class="icon-right-open pr-10"></i>FeynmanStor Z</a></li>
<li><a href="starterpack.html"><i class="icon-right-open pr-10"></i>HPC Starter Pack</a></li>
</ul>
</li>
<li class="active">NVIDIA DGX Station™</li>
</ol>
</div>
</div>
<!-- breadcrumb end -->
<!-- slider start -->
<!-- ============ -->
<!-- banner start -->
<!-- ================ -->
<div class="banner dark-translucent-bg" style="background-image:url('images/banners/dgxstation.jpg'); background-position: 50% 35%;">
<div class="container">
<div class="row">
<div class="col-md-10 text-center col-md-offset-1 pv-20">
<h3 class="title object-non-visible" data-animation-effect="fadeIn" data-effect-delay="100">NVIDIA DGX Station™</h3>
<div class="separator object-non-visible mt-10" data-animation-effect="fadeIn" data-effect-delay="150"></div>
<p class="text-center object-non-visible text-red" data-animation-effect="fadeIn" data-effect-delay="200"><em><strong>New version available. Please see the current model DGX Station A100</strong></em></p>
<div class="ph-20">
<a href="dgxstation-a100.html" class="btn btn-default btn-hvr hvr-shutter-out-horizontal margin-clear"><span class="button-badge"><span class="badge badge-red">NEW</span></span>NVIDIA DGX Station A100</a>
</div>
</div>
<a class="link-default" target="_blank" href="http://www.nvidia.com.tr/object/where-to-buy-dgx1-tr.html"><img src="images/NVIDIA_ElitePartner.png" class="nvidia-partner visible-lg visible-md"></a>
</div>
</div>
</div>
<!-- banner end -->
<!-- slider end -->
<!-- main-container start -->
<!-- ==================== -->
<!-- section start -->
<!-- ================ -->
<section class="full-width-section pv-40 border-clear">
<div class="container">
<div class="row">
<div class="col-md-8">
<h3>Groundbreaking AI, At Your Desk</h3>
<div class="separator-2"></div>
<p class="lead">Designed for your office, NVIDIA® DGX Station™ is the world’s first personal supercomputer for leading-edge AI development. Built on the same NVIDIA GPU Cloud Deep Learning Stack powering all NVIDIA DGX™ Systems, you can now experiment at your desk and extend your work across DGX Systems and the cloud.</p>
<h5 class="mt-20">The Only Supercomputer Designed for Your Office</h5>
<div class="separator-2"></div>
<p>NVIDIA DGX Station is the fastest AI supercomputer designed for use at your desk. Whisper quiet at one tenth the noise of other deep learning workstations, it’s designed for easy experimentation at the office. Meticulously crafted, DGX Station is the perfect addition to your lab, office, or workspace.</p>
<h5 class="mt-20">Get the Fastest Start in Deep Learning</h5>
<div class="separator-2"></div>
<p>Your real work is innovation and discovery; with DGX Station you can save up to a month in setup time alone. Just plug it in and power it up, for a deployment that’s simple and intuitive. This integrated hardware and software solution lets you spend more time focused on insight, instead of piecing together components.</p>
<h5 class="mt-20">Productivity From Desk to Data Center</h5>
<div class="separator-2"></div>
<p>Spend less time and money on IT, and more time on data science. DGX Station can save you hundreds of thousands of dollars in engineering hours and lost productivity, waiting for stable versions of open source frameworks. Enjoy productive experimentation at your desk now, and then scale your work in the data center on NVIDIA DGX-1™, or in the cloud—all powered by the NVIDIA GPU Cloud Deep Learning Stack and container technology.</p>
<h5 class="mt-20">3X Faster Than the Fastest Workstations</h5>
<div class="separator-2"></div>
<p>DGX Station has the computing capacity of four server racks in a desk-friendly package, using less than one twentieth the power. It’s the only personal supercomputer with four NVIDIA® Tesla® V100 GPUs, next generation NVIDIA NVLink™, and new Tensor Core architecture. DGX Station delivers 3X the training performance of today’s fastest workstations, with 480 TFLOPS of water cooled performance and FP16 precision.</p>
<div class="row">
<div class="col-sm-12">
<img class="space-top space-bottom" alt="NVIDIA DGX-1 Performance" src="images/dgxstation-47x-faster.png">
</div>
<div class="col-md-12">
<span class="space-top visible-xs visible-sm"></span>
<h3 class="space-top">Order your NVIDIA DGX Station Today</h3>
<div class="separator-2"></div>
<p>NVIDIA Education Pricing available. Please contact for eligibility requirements and legal terms and conditions.</p>
<p><em>CompecTA is the official <a class="link-default" target="_blank" href="http://www.nvidia.com.tr/object/where-to-buy-dgx1-tr.html">NPN Accelerated Computing Partner</a> in Turkey.</em></p>
<p class="text-red space-top" data-animation-effect="fadeIn" data-effect-delay="200"><em><strong>New version available. Please see the current model DGX Station A100.</strong></em></p>
<span class="space-top visible-xs visible-sm"></span>
<a href="dgxstation-a100.html" class="btn btn-default btn-hvr hvr-shutter-out-horizontal margin-clear"><span class="button-badge"><span class="badge badge-red">NEW</span></span>NVIDIA DGX Station A100</a>
</div>
</div>
</div>
<div class="col-md-4">
<h3>System Specifications</h3>
<div class="separator-2"></div>
<img class="space-bottom" alt="NVIDIA DGX-1" src="images/dgxstation-front.jpg">
<table class="table table-colored small">
<tr>
<td>GPUs</td>
<td class="text-center"><strong>4x Tesla V100</strong></td>
</tr>
<tr>
<td>TFLOPS (GPU FP16)</td>
<td class="text-center"><strong>480</strong></td>
</tr>
<tr>
<td>GPU Memory</td>
<td colspan="2" class="text-center"><strong>64 GB total system</strong></td>
</tr>
<tr>
<td>NVIDIA CUDA® Cores</td>
<td class="text-center"><strong>20,480</strong></td>
</tr>
<tr>
<td>NVIDIA Tensor Cores</td>
<td class="text-center"><strong>2,560</strong></td>
</tr>
<tr>
<td>CPU</td>
<td colspan="2" class="text-center"><strong>20-core Intel® Xeon® E5-2698 v4 2.2 GHz</strong></td>
</tr>
<tr>
<td>System Memory</td>
<td colspan="2" class="text-center"><strong>256 GB LRDIMM DDR4</strong></td>
</tr>
<tr>
<td>Storage</td>
<td colspan="2" class="text-center"><strong>Data: 3X 1.92 TB SSD RAID 0 <br>
OS: 1X 1.92 TB SSD</strong>
</td>
</tr>
<tr>
<td>Network</td>
<td colspan="2" class="text-center"><strong>Dual 10 Gb LAN</strong></td>
</tr>
<tr>
<td>Display</td>
<td colspan="2" class="text-center"><strong>3X DisplayPort, 4K resolution</strong></td>
</tr>
<tr>
<td>Acoustics</td>
<td colspan="2" class="text-center"><strong>< 35 dB</strong></td>
</tr>
<tr>
<td>System Weight</td>
<td colspan="2" class="text-center"><strong>40 kg / 88 lbs<br></strong></td>
</tr>
<tr>
<td>System Dimensions</td>
<td colspan="2" class="text-center"><strong>518 D x 256 W x 639 H (mm)</strong></td>
</tr>
<tr>
<td>Maximum Power Requirements</td>
<td colspan="2" class="text-center"><strong>1,500 W</strong></td>
</tr>
<tr>
<td>Operating Temperature Range</td>
<td colspan="2" class="text-center"><strong>10 - 30°C</strong></td>
</tr>
<tr>
<td>Software</td>
<td colspan="2" class="text-center"><strong>Ubuntu Desktop Linux OS<br>DGX Recommended Drivers<br>CUDA Toolkit</strong></td>
</tr>
</table>
<div class="hidden-sm">
<a class="link-default" target="_blank" href="http://www.nvidia.com.tr/object/where-to-buy-dgx1-tr.html"><img src="images/NVIDIA_ElitePartner.png" alt="NVIDIA Preferred Solution Provider"></a>
<ul class="list-unstyled space-top">
<div class="separator-2"></div>
<li><a class="link-default" target="_blank" href="https://www.nvidia.com/content/dam/en-zz/Solutions/Data-Center/dgx-station/dgx-station-data-science-supercomputer-datasheet-10232017.pdf">DGX Station Datasheet (PDF)</a></li>
<li><a class="link-default" target="_blank" href="https://www.nvidia.com/content/dam/en-zz/Solutions/Data-Center/dgx-station/dgx-station-infographic-volta-10232017.pdf">DGX Station Infographic (PDF)</a></li>
<li><a class="link-default" target="_blank" href="http://docs.nvidia.com/dgx/dgx-station-user-guide/">DGX Station User Guide</a></li>
<li><a class="link-default" target="_blank" href="http://www.nvidia.com/object/dgxsystems-support.html">DGX Station Support Page</a></li>
</ul>
</div>
<div class="row visible-sm">
<div class="col-sm-6">
<a class="link-default" target="_blank" href="http://www.nvidia.com.tr/object/where-to-buy-dgx1-tr.html"><img src="images/NVIDIA_ElitePartner.png" alt="NVIDIA Preferred Solution Provider"></a>
</div>
<div class="col-sm-6">
<p><em>CompecTA is the official <a class="link-default" target="_blank" href="http://www.nvidia.com.tr/object/where-to-buy-dgx1-tr.html">NPN Accelerated Computing Partner</a> in Turkey.</em></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section end -->
<div class="modal fade" id="SupportModal" tabindex="-1" role="dialog" aria-labelledby="SupportModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<h4 class="modal-title" id="SupportModalLabel">About Support</h4>
</div>
<div class="modal-body">
<h5>Application Level Support</h5>
<div class="separator-2"></div>
<p>CompecTA, wielding its over 20 years of experience in High Performance Computing Clusters, gives system administration and application level support to its customers.</p>
<p>We design and deploy the appliances for you and monitor them for failures. We manage everything starting from purchase orders to the running jobs on your system.</p>
<p>This means we also support you with problems about your applications, hardware and software issues. That way the only thing left to you is enjoy your fast and powerful computing solution.</p>
<h5>DGX-1 Support Details</h5>
<div class="separator-2"></div>
<p>NVIDIA DGX-1 support provides you with comprehensive system support and access to NVIDIA's cloud management portal to get the most comprehensive services from your NVIDIA DGX-1 system.</p>
<p>Streamline deep learning experimentation by leveraging containerized application management, launch jobs, monitor status and get software updates with NVIDIA cloud management.</p>
<h5>DGX-1 Documentation</h5>
<div class="separator-2"></div>
<ul>
<li><a class="link-default" target="_blank" href="http://images.nvidia.com/content/technologies/deep-learning/pdf/DGX-1-UserGuide.pdf">DGX-1 User Guide</a></li>
<li><a class="link-default" target="_blank" href="http://www.nvidia.com/object/dgx1-support.html">NVIDIA DGX-1 Support Page</a></li>
</ul>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-sm btn-dark" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<section class="section default-bg pv-30 clearfix">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="call-to-action text-center">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<h2 class="title">Get more information!</h2>
<p>Our experts can answer all your questions. Please reach us via mail or phone.</p>
<div class="separator"></div>
<form class="form-inline margin-clear">
<div class="lead margin-clear">
<label class="sr-only">Email address</label>
<i class="fa fa-envelope"></i> <a href="mailto:[email protected]" class="link-dark">[email protected]</a><br class="visible-xs"><div class="mt-5 visible-xs"></div>
<i class="fa fa-phone pr-5 pl-10"></i> +90 216 455-1865
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- main-container end -->
<!-- footer start -->
<!-- ============ -->
<footer id="footer" class="clearfix dark">
<!-- .footer start -->
<div class="footer">
<div class="container">
<div class="footer-inner">
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<div class="footer-content text-center padding-ver-clear">
<div class="logo-footer"><img id="logo-footer" class="center-block" src="images/compecta-logo-footer.png" alt=""></div>
<div class="mb-20">
<i class="text-default fa fa-map-marker pr-5"></i>Yenişehir Mh Barajyolu Cad. Özgür Sk. No:7 K:3 D:4 Ataşehir / İSTANBUL <br>
<i class="text-default fa fa-phone pr-5"></i>+90 216 455-1865<br class="visible-xs">
<i class="text-default fa fa-fax pl-10 pr-5"></i>+90 216 455-3988<br class="visible-xs">
<i class="text-default fa fa-envelope-o pl-10 pr-5"></i><a href="mailto:[email protected]" class="link-dark">[email protected]</a>
</div>
<div class="separator"></div>
<div class="owl-carousel clients">
<div class="client"><img class="partner-image" src="images/partners/intel.png" alt="Intel"></div>
<div class="client"><img class="partner-image" src="images/partners/altair.png" alt="Mellanox"></div>
<div class="client"><img class="partner-image" src="images/partners/mellanox.png" alt="Mellanox"></div>
<div class="client"><img class="partner-image" src="images/partners/nvidia.png" alt="NVIDIA"></div>
<div class="client"><img class="partner-image" src="images/partners/beegfs.png" alt="BeeGFS"></div>
<div class="client"><img class="partner-image" src="images/partners/redhat.png" alt="Redhat"></div>
<div class="client"><img class="partner-image" src="images/partners/microsoft.png" alt="Microsoft"></div>
<div class="client"><img class="partner-image" src="images/partners/supermicro.png" alt="Cisco"></div>
<div class="client"><img class="partner-image" src="images/partners/fujitsu.png" alt="Fujitsu"></div>
<div class="client"><img class="partner-image" src="images/partners/hpe.png" alt="HP"></div>
<div class="client"><img class="partner-image" src="images/partners/ibm.png" alt="IBM"></div>
<div class="client"><img class="partner-image" src="images/partners/dell.png" alt="Dell"></div>
<div class="client"><img class="partner-image" src="images/partners/cisco.png" alt="Cisco"></div>
<div class="client"><img class="partner-image" src="images/partners/brocade.png" alt="Brocade"></div>
<div class="client"><img class="partner-image" src="images/partners/scalemp.png" alt="Brocade"></div>
</div>
<div class="separator"></div>
<p class="text-center margin-clear small">Copyright © 2007-2023 CompecTA Ltd. All Rights Reserved</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- .footer end -->
</footer>
<!-- footer end -->
</div>
<!-- page-wrapper end -->
<!-- JavaScript -->
<!-- ================================================== -->
<!-- Jquery and Bootstap core js files -->
<script type="text/javascript" src="plugins/jquery.min.js"></script>
<script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script>
<!-- Modernizr javascript -->
<script type="text/javascript" src="plugins/modernizr.js"></script>
<!-- Appear javascript -->
<script type="text/javascript" src="plugins/waypoints/jquery.waypoints.min.js"></script>
<!-- Count To javascript -->
<script type="text/javascript" src="plugins/jquery.countTo.js"></script>
<!-- Owl carousel javascript -->
<script type="text/javascript" src="plugins/owl-carousel/owl.carousel.min.js"></script>
<!-- SmoothScroll javascript -->
<script type="text/javascript" src="plugins/jquery.browser.min.js"></script>
<script type="text/javascript" src="plugins/SmoothScroll.min.js"></script>
<!-- Initialization of Plugins -->
<script type="text/javascript" src="js/compecta.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-2469656-8', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>