# 
#     Copyright (c) 2020, NVIDIA CORPORATION.  All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto.  Any use, reproduction, disclosure or
# distribution of this software and related documentation without an express
# license agreement from NVIDIA CORPORATION is strictly prohibited.
# 

# mpihpcxcc linux configuration
#
#	Target: 	linux86-64
#	Host:		linux86-64
#	Language:	CUDA
#
load .mpihpcxccbinrc;
variable PATH is environment(PATH);
variable HOME is environment(HOME);
# COMPBASE is the root of the installation tree, a la /opt/hpc
variable COMPBASE is default($dirname($dirname($dirname($dirname($dirname($DRIVERDIR))))));
# COMPSYS is the target, a la linux86-64
variable COMPSYS is default($filename($dirname($dirname($dirname($dirname($DRIVERDIR))))));
# COMPVER is the version, a la 20.1
variable COMPVER is default($filename($dirname($dirname($dirname($DRIVERDIR)))));
variable SYS64 is default($COMPSYS);
variable COMPBASE64 is default($COMPBASE);
variable OEM_INFO is default(64-bit target on Linux);
variable MYLOCALRC is environment(NVLOCALRC);
variable LOCALRCFILENAME is default(localrc);
variable HOMELOCALRC is default($HOME/.config/NVIDIA/nvhpc/$COMPVER/$LOCALRCFILENAME.$DRIVERHOST);
include rcfiles/mpihpcxccrc;
endload;
cinclude localrc;
cinclude localrc.$$;
cinclude $HOMELOCALRC;
cinclude .mympihpcxccrc;
cinclude $MYLOCALRC;
cinclude cudarc;
