Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 9bcc719

Browse files
committed
adding conda-env.yml
1 parent e38eceb commit 9bcc719

File tree

2 files changed

+75
-2
lines changed

2 files changed

+75
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ It supports a controller-worker execution model as well as a CSP-like execution.
44

55
## Setting up build environment
66
``` bash
7+
git --recurse-submodules clone https://github.com/intel-sandbox/personal.fschlimb.ddptensor
8+
cd personal.fschlimb.ddptensor
79
conda env create -f conda-env.yml -n ddpt
810
conda activate ddpt
911
export MPIROOT=$CONDA_PREFIX
1012
export MKLROOT=$CONDA_PREFIX
11-
git --recurse-submodules clone https://github.com/intel-sandbox/personal.fschlimb.ddptensor
1213
```
1314
## Building ddptensor
1415
``` bash
15-
cd personal.fschlimb.ddptensor
1616
CC=gcc-9 CXX=g++-9 CMAKE_BUILD_PARALLEL_LEVEL=8 python setup.py develop
1717
```
1818

conda-env.yml

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
name: ddpt2
2+
channels:
3+
- intel
4+
- defaults
5+
dependencies:
6+
- _libgcc_mutex=0.1=main
7+
- _openmp_mutex=4.5=1_gnu
8+
- attrs=21.4.0=pyhd3eb1b0_0
9+
- bzip2=1.0.8=h7b6447c_0
10+
- c-ares=1.18.1=h7f8727e_0
11+
- ca-certificates=2022.2.1=h06a4308_0
12+
- certifi=2021.10.8=py38h06a4308_2
13+
- cmake=3.22.1=h1fce559_0
14+
- dpcpp-cpp-rt=2022.0.1=h06a4308_3633
15+
- dpcpp_cpp_rt=2022.0.1=intel_3633
16+
- expat=2.4.4=h295c915_0
17+
- fortran_rt=2022.0.1=intel_3633
18+
- impi-devel=2021.5.0=intel_497
19+
- impi_rt=2021.5.0=intel_497
20+
- iniconfig=1.1.1=pyhd3eb1b0_0
21+
- intel-cmplr-lib-rt=2022.0.1=h06a4308_3633
22+
- intel-cmplr-lic-rt=2022.0.1=h06a4308_3633
23+
- intel-fortran-rt=2022.0.1=h06a4308_3633
24+
- intel-opencl-rt=2022.0.1=h06a4308_3633
25+
- intel-openmp=2022.0.1=h06a4308_3633
26+
- intelpython=2022.0.0=0
27+
- krb5=1.19.2=hac12032_0
28+
- ld_impl_linux-64=2.35.1=h7274673_9
29+
- libcurl=7.80.0=h0b77cf5_0
30+
- libedit=3.1.20210910=h7f8727e_0
31+
- libev=4.33=h7f8727e_1
32+
- libffi=3.3=he6710b0_2
33+
- libgcc-ng=9.3.0=h5101ec6_17
34+
- libgomp=9.3.0=h5101ec6_17
35+
- libnghttp2=1.46.0=hce63b2e_0
36+
- libssh2=1.9.0=h1ba5d50_1
37+
- libstdcxx-ng=9.3.0=hd4cf53a_17
38+
- libuv=1.40.0=h7b6447c_0
39+
- lz4-c=1.9.3=h295c915_1
40+
- mkl=2022.0.1=h06a4308_117
41+
- mkl-include=2022.0.1=h06a4308_117
42+
- mkl-service=2.4.0=py38h4119f30_11
43+
- mkl_fft=1.3.1=py38h8344fd8_7
44+
- mkl_random=1.2.2=py38h4ac99d2_7
45+
- mkl_umath=0.1.1=py38h03fa629_17
46+
- mpi4py=3.0.3=py38h4a7690d_11
47+
- ncurses=6.3=h7f8727e_2
48+
- numpy=1.21.2=py38hec4e512_7
49+
- numpy-base=1.21.2=py38h40791c5_7
50+
- openssl=1.1.1m=h7f8727e_0
51+
- packaging=21.3=pyhd3eb1b0_0
52+
- pip=21.2.4=py38h06a4308_0
53+
- pluggy=1.0.0=py38h06a4308_0
54+
- py=1.11.0=pyhd3eb1b0_0
55+
- pybind11=2.9.1=py38hae6d005_0
56+
- pyparsing=3.0.4=pyhd3eb1b0_0
57+
- pytest=6.2.5=py38h06a4308_2
58+
- python=3.8.12=h12debd9_0
59+
- readline=8.1.2=h7f8727e_1
60+
- rhash=1.4.1=h3c74f83_1
61+
- scipy=1.6.2=py38ha2f9938_5
62+
- setuptools=58.0.4=py38h06a4308_0
63+
- six=1.16.0=pyhd3eb1b0_1
64+
- sqlite=3.38.0=hc218d9a_0
65+
- tbb=2021.5.0=hd09550d_0
66+
- tbb-devel=2021.5.0=hd09550d_0
67+
- tbb4py=2021.5.0=py38hd09550d_0
68+
- tk=8.6.11=h1ccaba5_0
69+
- toml=0.10.2=pyhd3eb1b0_0
70+
- wheel=0.37.1=pyhd3eb1b0_0
71+
- xz=5.2.5=h7b6447c_0
72+
- zlib=1.2.11=h7f8727e_4
73+
- zstd=1.5.0=ha4553b6_1

0 commit comments

Comments
 (0)