xref: /petsc/lib/petsc/bin/win32fe/win32fe_nvcc (revision 6e57e0df90fbcccf2ac9cb5c3b648faf3c6d1a4d)
1#!/usr/bin/env sh
2#
3#  Wrapper for NVIDIA nvcc compiler on Microsoft Windows using win32fe as a full path compiler
4#
5p=`dirname $0`
6${p}/win32fe nvcc $*
7