Back to home page

EIC code displayed by LXR

 
 

    


Warning, /eic.github.io/_resources/facilities.md is written in an unsupported language. File is not indexed.

0001 ---
0002 title: Facilities
0003 description: Resources available at BNL and JLab
0004 name: facilities
0005 layout: default
0006 
0007 tables:
0008   cpu:
0009     width: 90%
0010     headers:
0011       - BNL
0012       - JLab
0013     rows:
0014       - [
0015       "Dedicated EIC resources: 7 machines with 64 core,
0016       6×64 batch slots = 384 slots and one for interactive use (VMs).
0017       Each node has dual CPU AMD EPYC 7351.",
0018 
0019       "JLab operates a common cluster. 25k job slots. Delivering ~ 76M core hours per year normalized to dual CPU AMD EPYC 7351."
0020       ]
0021 
0022       - [
0023       "1,000 slots allocated from a variety of CPUs (Intel<sup>&reg;</sup> Xeon<sup>&reg;</sup> and AMD EPYC)",
0024       
0025       "EIC is currently one of ten projects sharing a 10% fair-share of the cluster.
0026       So guaranteed 7.6M core hours if the other nine are idle 0.8M if all are busy"
0027       ]
0028 
0029       - [
0030       "31k slots available to all experiments that can be dynamically allocated upon priorities (358 M core hours per year).",
0031 
0032       "A further 4MCH/yr dedicated to EIC will be added when demand requires it."
0033       ]
0034   wms:
0035     width: 90%
0036     headers:
0037       - BNL
0038       - JLab
0039     rows:
0040       - [
0041       "OSG Submit host osgsub01.sdcc.bnl.gov",
0042       "OSG submit host"
0043       ]
0044       - [
0045       "OSG/EIC jobs landing at BNL are purely opportunistic.",
0046       "OSG infrastructure to land EIC jobs on the JLab cluster. Counts against quota."
0047       ]
0048   
0049   data:
0050     width: 90%
0051     headers:
0052       - BNL
0053       - JLab
0054     rows:
0055       - [
0056       "<b>/eic/data</b> 6TB NFS mounted (GPFS general user use), 72% full",
0057       "EIC is allocated 5TB of volatile and 5TB of cache neither of which are close to the limit.
0058       The total pool at JLab is 5PB.
0059       Volatile and Cache are auto managed with a deletion policy so allocation can be changed."
0060       ]
0061       - [
0062       "<b>/gpfs02/eic/DATA</b> 400TB NFS mounted (GPFS data use), 53% full",
0063       ""
0064       ]
0065       - [
0066       "Xrootd/StashCache under preparation",
0067       "Xrootd/StashCache available"
0068       ]
0069       - [
0070       "1PB pool (S3 or Xrootd)",
0071       ""
0072       ]
0073   
0074   aux:
0075     width: 90%
0076     headers:
0077       - BNL
0078       - JLab
0079     rows:
0080       - [
0081       "CernVM-FS Stratum 0 repository server",
0082       "CernVM-FS Stratum 1 repository server"
0083       ]
0084       - [
0085       "Globus for data transfer",
0086       "Globus for data transfer"
0087       ]
0088       - [
0089       "BNLBox data export possible ([documentation](https://eic.github.io/resources/storage.html))",
0090       ""
0091       ]
0092   
0093 ---
0094 {% include layouts/title.md %}
0095 
0096 {{ page.tablewidth }}
0097 
0098 BNL and JLab provide computing resources for the worldwide EIC community:
0099 
0100 * TOC
0101 {:toc}
0102 
0103 ##### CPU
0104 {% include layouts/big_table.md table=page.tables.cpu %}
0105 
0106 <br/>
0107 ##### Workload Management
0108 {% include layouts/big_table.md table=page.tables.wms %}
0109 
0110 <br/>
0111 ##### Data Storage
0112 {% include layouts/big_table.md table=page.tables.data %}
0113 
0114 <br/>
0115 ##### Auxiliary Data Services
0116 {% include layouts/big_table.md table=page.tables.aux %}