Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easybuild-repository-public-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
74305fc7
Commit
74305fc7
authored
2 years ago
by
Thomas Mueller
Browse files
Options
Downloads
Patches
Plain Diff
Schoenheitskorrekturen
parent
f51f8926
Branches
2024
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Golden_Repo/g/GlobalArrays/GlobalArrays-5.8.2-intel-para-2022a.eb
+13
-16
13 additions, 16 deletions
...epo/g/GlobalArrays/GlobalArrays-5.8.2-intel-para-2022a.eb
with
13 additions
and
16 deletions
Golden_Repo/g/GlobalArrays/GlobalArrays-5.8.2-intel-para-2022a.eb
+
13
−
16
View file @
74305fc7
...
...
@@ -5,15 +5,15 @@ version = '5.8.2'
homepage = 'https://hpc.pnl.gov/globalarrays'
description = """
Global Arrays is a portable Non-Uniform Memory Access (NUMA) shared-memory programming environment
for distributed and shared memory computers.
It augments the message-passing model by providing a
shared-memory like access to distributed dense arrays. This is also known as the
Partitioned Global Address Space (PGAS) model.
ComEx is a successor to ARMCI and provides an ARMCI-compatible interface. New parallel runtime development takes place within ComEx
including the MPI-only runtimes.
DRA (Disk Resident Arrays) is a parallel I/O library that
maintains dense two-dimensional arrays on disk.
SF (Shared Files) is a parallel I/O library that
allows noncollective I/O to a parallel file.
EAF (Exclusive Access Files) is parallel I/O library
that supports I/O to private files.
TCGMSG is a simple, efficient, but obsolete message-passing library.
Global Arrays is a portable Non-Uniform Memory Access (NUMA) shared-memory programming environment
for distributed and shared memory computers.
It augments the message-passing model by providing a
shared-memory like access to distributed dense arrays. This is also known as the
Partitioned Global Address Space (PGAS) model. ComEx is a successor to ARMCI and provides an
ARMCI-compatible interface. New parallel runtime development takes place within ComEx
including the MPI-only runtimes.
DRA (Disk Resident Arrays) is a parallel I/O library that
maintains dense two-dimensional arrays on disk.
SF (Shared Files) is a parallel I/O library that
allows noncollective I/O to a parallel file.
EAF (Exclusive Access Files) is parallel I/O library
that supports I/O to private files.
TCGMSG is a simple, efficient, but obsolete message-passing library.
TCGMSG-MPI is a TCGMSG interface implementation on top of MPI and ARMCI.
MA is a dynamic memory allocator/manager for Fortran and C programs.
GA++ is a C++ binding for global arrays.
...
...
@@ -26,11 +26,9 @@ toolchainopts = {'optarch': True, 'pic': True, 'usempi': True, 'opt': False}
source_urls = ['https://github.com/GlobalArrays/ga/releases/download/v%(version)s']
sources = ['ga.%(version)s.tgz']
checksums = [
'679570cb037f3f0ad14282c31ee795a9684a294c14ec9cf13ebcdc130c4474a5'
]
checksums = ['679570cb037f3f0ad14282c31ee795a9684a294c14ec9cf13ebcdc130c4474a5']
#preconfigopts = './autogen.sh && mkdir build && pushd build'
#
download contains configure already
preconfigopts = './autogen.sh && mkdir build && pushd build'
preconfigopts = ' mkdir build && pushd build && '
configure_cmd = '../configure '
configure_cmd += ' --enable-i8 --enable-shared --with-openib --with-mpi '
...
...
@@ -59,5 +57,4 @@ sanity_check_paths = {
'dirs': ['lib', 'include', 'bin']
}
moduleclass = 'numlib'
moduleclass = 'chem'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment