Create .env

This commit is contained in:
David Rotermund 2023-02-02 19:18:44 +01:00 committed by GitHub
parent e6be8d5c5d
commit 98840d64c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
network/.env Normal file
View file

@ -0,0 +1,12 @@
PYBIN=~/P3.10/bin/
CC=/usr/lib64/ccache/clang++
NVCC=/usr/local/cuda-12/bin/nvcc -allow-unsupported-compiler
PARAMETERS_O_CPU = -O3 -std=c++14 -fPIC -Wall -fopenmp=libomp
PARAMETERS_Linker_CPU = -shared -lm -lomp -lstdc++ -Wall
PARAMETERS_O_GPU= -O3 -std=c++14 -ccbin=$(CC) \
-Xcompiler "-fPIC -Wall -fopenmp=libomp"
PARAMETERS_Linker_GPU=-Xcompiler "-shared -lm -lomp -lstdc++ -Wall"
O_DIRS = o/