Skip to content
Snippets Groups Projects
Commit 09c6bbd8 authored by Marty Kandes's avatar Marty Kandes
Browse files

Removed some unnecessary URL environment vars from new OMB def files

parent b8c09469
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ University of California, San Diego ...@@ -60,7 +60,7 @@ University of California, San Diego
## Version ## Version
1.8.8 1.8.9
## Last Updated ## Last Updated
......
...@@ -10,7 +10,7 @@ From: ghcr.io/mkandes/naked-singularity:ubuntu-18.04-mlnx-ofed-4.7-3.2.9.0-mvapi ...@@ -10,7 +10,7 @@ From: ghcr.io/mkandes/naked-singularity:ubuntu-18.04-mlnx-ofed-4.7-3.2.9.0-mvapi
AUTHOR_NAME Marty Kandes AUTHOR_NAME Marty Kandes
AUTHOR_EMAIL mkandes@sdsc.edu AUTHOR_EMAIL mkandes@sdsc.edu
LAST_UPDATED 20210805 LAST_UPDATED 20210902
%setup %setup
...@@ -18,7 +18,6 @@ From: ghcr.io/mkandes/naked-singularity:ubuntu-18.04-mlnx-ofed-4.7-3.2.9.0-mvapi ...@@ -18,7 +18,6 @@ From: ghcr.io/mkandes/naked-singularity:ubuntu-18.04-mlnx-ofed-4.7-3.2.9.0-mvapi
# Set OMB major and minor version numbers, root and # Set OMB major and minor version numbers, root and
# installation directories # installation directories
export OMB_ROOT_URL='http://mvapich.cse.ohio-state.edu/download/mvapich'
export OMB_MAJOR='5' export OMB_MAJOR='5'
export OMB_MINOR='7' export OMB_MINOR='7'
export OMB_VERSION="${OMB_MAJOR}.${OMB_MINOR}" export OMB_VERSION="${OMB_MAJOR}.${OMB_MINOR}"
...@@ -47,7 +46,6 @@ From: ghcr.io/mkandes/naked-singularity:ubuntu-18.04-mlnx-ofed-4.7-3.2.9.0-mvapi ...@@ -47,7 +46,6 @@ From: ghcr.io/mkandes/naked-singularity:ubuntu-18.04-mlnx-ofed-4.7-3.2.9.0-mvapi
# Set MVAPICH major, minor, and revision numbers, root and # Set MVAPICH major, minor, and revision numbers, root and
# installation directories # installation directories
export MV_ROOT_URL='http://mvapich.cse.ohio-state.edu/download/mvapich'
export MV_MAJOR='2' export MV_MAJOR='2'
export MV_MINOR='3' export MV_MINOR='3'
export MV_REVISION='6' export MV_REVISION='6'
......
...@@ -10,7 +10,7 @@ From: ghcr.io/mkandes/naked-singularity:ubuntu-18.04-mlnx-ofed-4.7-3.2.9.0-openm ...@@ -10,7 +10,7 @@ From: ghcr.io/mkandes/naked-singularity:ubuntu-18.04-mlnx-ofed-4.7-3.2.9.0-openm
AUTHOR_NAME Marty Kandes AUTHOR_NAME Marty Kandes
AUTHOR_EMAIL mkandes@sdsc.edu AUTHOR_EMAIL mkandes@sdsc.edu
LAST_UPDATED 20210804 LAST_UPDATED 20210901
%setup %setup
...@@ -18,7 +18,6 @@ From: ghcr.io/mkandes/naked-singularity:ubuntu-18.04-mlnx-ofed-4.7-3.2.9.0-openm ...@@ -18,7 +18,6 @@ From: ghcr.io/mkandes/naked-singularity:ubuntu-18.04-mlnx-ofed-4.7-3.2.9.0-openm
# Set OMB major and minor version numbers, root and # Set OMB major and minor version numbers, root and
# installation directories # installation directories
export OMB_ROOT_URL='http://mvapich.cse.ohio-state.edu/download/mvapich'
export OMB_MAJOR='5' export OMB_MAJOR='5'
export OMB_MINOR='7' export OMB_MINOR='7'
export OMB_VERSION="${OMB_MAJOR}.${OMB_MINOR}" export OMB_VERSION="${OMB_MAJOR}.${OMB_MINOR}"
...@@ -47,7 +46,6 @@ From: ghcr.io/mkandes/naked-singularity:ubuntu-18.04-mlnx-ofed-4.7-3.2.9.0-openm ...@@ -47,7 +46,6 @@ From: ghcr.io/mkandes/naked-singularity:ubuntu-18.04-mlnx-ofed-4.7-3.2.9.0-openm
# Set OpenMPI major, minor, and revision numbers, root and # Set OpenMPI major, minor, and revision numbers, root and
# installation directories # installation directories
export OMPI_ROOT_URL='https://download.open-mpi.org/release/open-mpi'
export OMPI_MAJOR='3' export OMPI_MAJOR='3'
export OMPI_MINOR='1' export OMPI_MINOR='1'
export OMPI_REVISION='6' export OMPI_REVISION='6'
......
...@@ -10,7 +10,7 @@ From: ghcr.io/mkandes/naked-singularity:ubuntu-18.04-mlnx-ofed-4.7-3.2.9.0-openm ...@@ -10,7 +10,7 @@ From: ghcr.io/mkandes/naked-singularity:ubuntu-18.04-mlnx-ofed-4.7-3.2.9.0-openm
AUTHOR_NAME Marty Kandes AUTHOR_NAME Marty Kandes
AUTHOR_EMAIL mkandes@sdsc.edu AUTHOR_EMAIL mkandes@sdsc.edu
LAST_UPDATED 20210804 LAST_UPDATED 20210901
%setup %setup
...@@ -18,7 +18,6 @@ From: ghcr.io/mkandes/naked-singularity:ubuntu-18.04-mlnx-ofed-4.7-3.2.9.0-openm ...@@ -18,7 +18,6 @@ From: ghcr.io/mkandes/naked-singularity:ubuntu-18.04-mlnx-ofed-4.7-3.2.9.0-openm
# Set OMB major and minor version numbers, root and # Set OMB major and minor version numbers, root and
# installation directories # installation directories
export OMB_ROOT_URL='http://mvapich.cse.ohio-state.edu/download/mvapich'
export OMB_MAJOR='5' export OMB_MAJOR='5'
export OMB_MINOR='7' export OMB_MINOR='7'
export OMB_VERSION="${OMB_MAJOR}.${OMB_MINOR}" export OMB_VERSION="${OMB_MAJOR}.${OMB_MINOR}"
...@@ -47,7 +46,6 @@ From: ghcr.io/mkandes/naked-singularity:ubuntu-18.04-mlnx-ofed-4.7-3.2.9.0-openm ...@@ -47,7 +46,6 @@ From: ghcr.io/mkandes/naked-singularity:ubuntu-18.04-mlnx-ofed-4.7-3.2.9.0-openm
# Set OpenMPI major, minor, and revision numbers, root and # Set OpenMPI major, minor, and revision numbers, root and
# installation directories # installation directories
export OMPI_ROOT_URL='https://download.open-mpi.org/release/open-mpi'
export OMPI_MAJOR='4' export OMPI_MAJOR='4'
export OMPI_MINOR='0' export OMPI_MINOR='0'
export OMPI_REVISION='5' export OMPI_REVISION='5'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment