From 2ed61d113db6e88d3148263665fe2a1c619adcd8 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Wed, 4 Sep 2024 08:46:44 +0000 Subject: [PATCH] build based on 1513691 --- 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 54a2d23d..592212f3 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-04T08:43:50","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-04T08:46:39","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index a781b862..5e6fcdf6 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 205a7d9c..398f41b7 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 fb637aef..43df996b 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"])