Build succeeded (with --ignore-test-failure) for 1 out of 1 (1 easyconfigs in total)
- SUCCESS PyTorch3D-0.7.8-foss-2023a-CUDA-12.1.1.eb
- start: Fri, 01 Nov 2024 10:12:30 +0000 (UTC)
- end: Fri, 01 Nov 2024 13:37:16 +0000 (UTC)
| == 2024-11-01 16:10:54,729 environment.py:93 INFO Environment variable EBVAROMPI_F90 set to gfortran (previous value: 'gfortran') | |
| == 2024-11-01 16:10:54,729 environment.py:93 INFO Environment variable OMPI_FC set to gfortran (previous value: 'gfortran') | |
| == 2024-11-01 16:10:54,729 environment.py:93 INFO Environment variable EBVAROMPI_FC set to gfortran (previous value: 'gfortran') | |
| == 2024-11-01 16:10:54,729 environment.py:93 INFO Environment variable OPTFLAGS set to -O2 -ftree-vectorize -march=native (previous value: '-O2 -ftree-vectorize -march=native') | |
| == 2024-11-01 16:10:54,730 environment.py:93 INFO Environment variable EBVAROPTFLAGS set to -O2 -ftree-vectorize -march=native (previous value: '-O2 -ftree-vectorize -march=native') | |
| == 2024-11-01 16:10:54,730 environment.py:93 INFO Environment variable PRECFLAGS set to -fno-math-errno (previous value: '-fno-math-errno') | |
| == 2024-11-01 16:10:54,730 environment.py:93 INFO Environment variable EBVARPRECFLAGS set to -fno-math-errno (previous value: '-fno-math-errno |
Build succeeded for 0 out of 1 (1 easyconfigs in total)
| ) | |
| kwargs["duration"] = 1000 * 1 / kwargs.get("fps") | |
| if isinstance(ndimage, list): | |
| ndimage = np.stack(ndimage, axis=0) | |
| is_batch = True | |
| else: | |
| ndimage = np.asarray(ndimage) | |
| # check if ndimage is a batch of frames/pages (e.g. for writing GIF) |