ADD: nvhidia 4.3 and 23.5 SDKK related openmpi and qe/7.3.1 CPU&GPU

This commit is contained in:
Germann Elsa Sylvia
2024-04-11 15:36:30 +02:00
parent 18454b7782
commit 993a57c8da
9 changed files with 202 additions and 19 deletions
+23
View File
@@ -0,0 +1,23 @@
#!/usr/bin/env modbuild
pbuild::configure() {
:
}
pbuild::compile() {
:
}
pbuild::install() {
export NVHPC_SILENT="true"
export NVHPC_INSTALL_DIR=$PREFIX
export NVHPC_INSTALL_TYPE="network"
./install
}
pbuild::post_install() {
cd $PREFIX/Linux_x86_64/$V_MAJOR.$V_MINOR/compilers/bin
rm -rf localrc*
./makelocalrc -x $PWD
}