From acb27149b7d758b2a9592b3a664d8547129c17be Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Wed, 4 Sep 2024 08:48:53 +0000 Subject: [PATCH] build based on e6d849a --- dev/.documenter-siteinfo.json | 2 +- dev/index.html | 2 +- dev/lib/modules/index.html | 2 +- dev/usage/runtests/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 592212f3..4d36b063 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-04T08:46:39","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-04T08:48:49","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index 5e6fcdf6..20f333a8 100644 --- a/dev/index.html +++ b/dev/index.html @@ -1,2 +1,2 @@ -Home · FastIce
+Home · FastIce
diff --git a/dev/lib/modules/index.html b/dev/lib/modules/index.html index 398f41b7..643f0995 100644 --- a/dev/lib/modules/index.html +++ b/dev/lib/modules/index.html @@ -1,2 +1,2 @@ -Modules · FastIce

Modules

Writers

FastIce.Writers.write_xdmfFunction
write_xdmf(arch, grid, path, fields, h5_names, timesteps=Float64(0.0))

Write Xdmf metadata to path for corresponding h5_names and fields for global grid. Saving time-dependant data can be achieved upon passing a vector to h5_names and timesteps.

source

LevelSets

+Modules · FastIce

Modules

Writers

FastIce.Writers.write_xdmfFunction
write_xdmf(arch, grid, path, fields, h5_names, timesteps=Float64(0.0))

Write Xdmf metadata to path for corresponding h5_names and fields for global grid. Saving time-dependant data can be achieved upon passing a vector to h5_names and timesteps.

source

LevelSets

diff --git a/dev/usage/runtests/index.html b/dev/usage/runtests/index.html index 43df996b..83561283 100644 --- a/dev/usage/runtests/index.html +++ b/dev/usage/runtests/index.html @@ -2,4 +2,4 @@ Running tests · FastIce

Running tests

CPU tests

To run the FastIce test suite on the CPU, simple run test from within the package mode or using Pkg:

julia> using Pkg
 julia> Pkg.test("FastIce")

GPU tests

To run the FastIce test suite on CUDA or ROC backend (Nvidia or AMD GPUs), respectively, run the tests using Pkg adding following test_args:

For CUDA backend (Nvidia GPUs):

julia> using Pkg
 julia> Pkg.test("FastIce"; test_args=["--backend=CUDA"])

For ROC backend (AMD GPUs):

julia> using Pkg
-julia> Pkg.test("FastIce"; test_args=["--backend=AMDGPU"])
+julia> Pkg.test("FastIce"; test_args=["--backend=AMDGPU"])