Skip to content

Instantly share code, notes, and snippets.

@VRehnberg
VRehnberg / PyTorch3D-0.7.8-foss-2023a-CUDA-12.1.1_partial.log
Created November 1, 2024 15:11
(partial) EasyBuild log for failed build of /apps/c3se-easyconfigs/PyTorch3D-0.7.8-foss-2023a-CUDA-12.1.1.eb
== 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

Test result

Build succeeded (with --ignore-test-failure) for 1 out of 1 (1 easyconfigs in total)

Overview of tested easyconfigs (in order)

  • SUCCESS PyTorch3D-0.7.8-foss-2023a-CUDA-12.1.1.eb

Time info

  • start: Fri, 01 Nov 2024 10:12:30 +0000 (UTC)
  • end: Fri, 01 Nov 2024 13:37:16 +0000 (UTC)

Test result

Build succeeded (with --ignore-test-failure) for 1 out of 1 (1 easyconfigs in total)

Overview of tested easyconfigs (in order)

  • SUCCESS DeepSpeed-0.14.5-foss-2023a-CUDA-12.1.1.eb

Time info

  • start: Fri, 01 Nov 2024 13:23:02 +0000 (UTC)
  • end: Fri, 01 Nov 2024 13:27:17 +0000 (UTC)

Test result

Build succeeded (with --ignore-test-failure) for 1 out of 1 (1 easyconfigs in total)

Overview of tested easyconfigs (in order)

  • SUCCESS DeepSpeed-0.14.5-foss-2023a-CUDA-12.1.1.eb

Time info

  • start: Fri, 01 Nov 2024 09:10:46 +0000 (UTC)
  • end: Fri, 01 Nov 2024 11:09:30 +0000 (UTC)

Test result

Build succeeded (with --ignore-test-failure) for 1 out of 1 (1 easyconfigs in total)

Overview of tested easyconfigs (in order)

  • SUCCESS PyTorch3D-0.7.8-foss-2023a-CUDA-12.1.1.eb

Time info

  • start: Fri, 01 Nov 2024 09:23:22 +0000 (UTC)
  • end: Fri, 01 Nov 2024 09:28:20 +0000 (UTC)

Test result

Build succeeded (with --ignore-test-failure) for 1 out of 1 (1 easyconfigs in total)

Overview of tested easyconfigs (in order)

  • SUCCESS PyTorch3D-0.7.8-foss-2023a-CUDA-12.1.1.eb

Time info

  • start: Fri, 01 Nov 2024 07:17:21 +0000 (UTC)
  • end: Fri, 01 Nov 2024 07:22:22 +0000 (UTC)

Test result

Build succeeded (with --ignore-test-failure) for 1 out of 1 (1 easyconfigs in total)

Overview of tested easyconfigs (in order)

  • SUCCESS DeepSpeed-0.14.5-foss-2023a-CUDA-12.1.1.eb

Time info

  • start: Thu, 31 Oct 2024 15:56:25 +0000 (UTC)
  • end: Thu, 31 Oct 2024 17:28:49 +0000 (UTC)

Test result

Build succeeded (with --ignore-test-failure) for 1 out of 1 (1 easyconfigs in total)

Overview of tested easyconfigs (in order)

  • SUCCESS PyTorch3D-0.7.8-foss-2023a-CUDA-12.1.1.eb

Time info

  • start: Thu, 31 Oct 2024 17:14:40 +0000 (UTC)
  • end: Thu, 31 Oct 2024 17:19:30 +0000 (UTC)

Test result

Build succeeded for 0 out of 1 (1 easyconfigs in total)

Overview of tested easyconfigs (in order)

Time info

  • start: Thu, 31 Oct 2024 15:55:23 +0000 (UTC)
  • end: Thu, 31 Oct 2024 16:02:49 +0000 (UTC)
@VRehnberg
VRehnberg / PyTorch3D-0.7.8-foss-2023a-CUDA-12.1.1_partial.log
Created October 31, 2024 16:02
(partial) EasyBuild log for failed build of /apps/c3se-easyconfigs/PyTorch3D-0.7.8-foss-2023a-CUDA-12.1.1.eb
)
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)