From 98840d64c89cb8c212afaafbf92037a72b3b7219 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 2 Feb 2023 19:18:44 +0100 Subject: [PATCH] Create .env --- network/.env | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 network/.env diff --git a/network/.env b/network/.env new file mode 100644 index 0000000..14805e6 --- /dev/null +++ b/network/.env @@ -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/