Skip to content

{chem}[nvofbf/2023a-CUDA-12.1.1] MetalWalls 21.06.1#21533

Closed
Crivella wants to merge 2 commits intoeasybuilders:developfrom
Crivella:feature-MW_gpu
Closed

{chem}[nvofbf/2023a-CUDA-12.1.1] MetalWalls 21.06.1#21533
Crivella wants to merge 2 commits intoeasybuilders:developfrom
Crivella:feature-MW_gpu

Conversation

@Crivella
Copy link
Contributor

@Crivella Crivella commented Oct 3, 2024

@sassy-crick
Copy link
Collaborator

@Crivella You might want to sync your PR with development, something like this:

eb --sync-pr-with-develop NUMBER_OF_PR

@github-actions github-actions bot added update and removed new labels Jun 16, 2025
@github-actions
Copy link

github-actions bot commented Jun 16, 2025

Updated software MetalWalls-21.06.1-nvofbf-2023a-CUDA-12.1.1.eb

Diff against MetalWalls-21.06.1-foss-2023a.eb

easybuild/easyconfigs/m/MetalWalls/MetalWalls-21.06.1-foss-2023a.eb

diff --git a/easybuild/easyconfigs/m/MetalWalls/MetalWalls-21.06.1-foss-2023a.eb b/easybuild/easyconfigs/m/MetalWalls/MetalWalls-21.06.1-nvofbf-2023a-CUDA-12.1.1.eb
index a70bf4769b..de8666d0d1 100644
--- a/easybuild/easyconfigs/m/MetalWalls/MetalWalls-21.06.1-foss-2023a.eb
+++ b/easybuild/easyconfigs/m/MetalWalls/MetalWalls-21.06.1-nvofbf-2023a-CUDA-12.1.1.eb
@@ -1,41 +1,33 @@
 name = 'MetalWalls'
 version = '21.06.1'
+versionsuffix = '-CUDA-%(cudaver)s'
 
 homepage = 'https://gitlab.com/ampere2/metalwalls'
 description = """MetalWalls (MW) is a molecular dynamics code dedicated to the modelling of electrochemical systems.
 Its main originality is the inclusion of a series of methods allowing to apply a constant potential within the
 electrode materials."""
 
-toolchain = {'name': 'foss', 'version': '2023a'}
-toolchainopts = {'usempi': True}
+toolchain = {"name": "nvofbf", "version": "2023a"}
 
 sources = [
     {
-        "filename": SOURCE_TAR_XZ,
+        "filename": "metalwalls-%(version)s.tar.gz",
         "git_config": {
             "url": "https://gitlab.com/ampere2",
             "repo_name": "metalwalls",
             "tag": '%(version)s',
+
         },
     },
 ]
-checksums = ['e2c2723ce72bb96fd6485a4bf0631093689f6766d9514301a59cf796f6a51e44']
+checksums = ['8852bf5bd3591868cc2af6be378ac4dbfcd209d53acc176536038dbe69892b3d']
 
-builddependencies = [
-    ("Python", "3.11.3"),
-    ("SciPy-bundle", "2023.07"),
-]
 dependencies = [
-    ("PLUMED", "2.9.0"),
-    ("f90wrap", "0.2.13"),
-    ("mpi4py", "3.1.4")
+    ('CUDA', '12.1.1', '', SYSTEM),
 ]
 
 files_to_copy = [
     (['mw'], 'bin'),
 ]
 
-runtest = 'test'
-pretestopts = 'export OMPI_MCA_rmaps_base_oversubscribe=true && '  # Test-suite requires minimum number of cores
-
 moduleclass = 'chem'

@Crivella Crivella closed this Dec 12, 2025
@Crivella Crivella deleted the feature-MW_gpu branch December 12, 2025 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants