From 1548419149c2ccf8c1eb62e2b572d4a3d39eee4e Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Sat, 25 May 2024 20:06:12 +0000 Subject: [PATCH] build based on 9251d0a --- previews/PR54/.documenter-siteinfo.json | 2 +- previews/PR54/index.html | 2 +- previews/PR54/lib/modules/index.html | 2 +- previews/PR54/usage/runtests/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/previews/PR54/.documenter-siteinfo.json b/previews/PR54/.documenter-siteinfo.json index 5f724746..f52122d5 100644 --- a/previews/PR54/.documenter-siteinfo.json +++ b/previews/PR54/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.3","generation_timestamp":"2024-05-17T08:25:15","documenter_version":"1.4.1"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.3","generation_timestamp":"2024-05-25T20:06:07","documenter_version":"1.4.1"}} \ No newline at end of file diff --git a/previews/PR54/index.html b/previews/PR54/index.html index 8c7c9fe1..12a384ed 100644 --- a/previews/PR54/index.html +++ b/previews/PR54/index.html @@ -1,2 +1,2 @@ -Home · FastIce
+Home · FastIce
diff --git a/previews/PR54/lib/modules/index.html b/previews/PR54/lib/modules/index.html index bc789be0..42e3b7e5 100644 --- a/previews/PR54/lib/modules/index.html +++ b/previews/PR54/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/previews/PR54/usage/runtests/index.html b/previews/PR54/usage/runtests/index.html index 15f81435..448f8db0 100644 --- a/previews/PR54/usage/runtests/index.html +++ b/previews/PR54/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:

using Pkg
 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):

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

For ROC backend (AMD GPUs):

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