ADD: nvhidia 4.3 and 23.5 SDKK related openmpi and qe/7.3.1 CPU&GPU
This commit is contained in:
Executable
+23
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user