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