From f2e6510b5be44662b26f6cb76dee6a6dea13c700 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Fri, 3 May 2024 07:58:47 +0000 Subject: [PATCH] build based on a8568eb --- 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 283aa81d..43ef1d1f 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-02T21:04:17","documenter_version":"1.4.1"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.3","generation_timestamp":"2024-05-03T07:58:42","documenter_version":"1.4.1"}} \ No newline at end of file diff --git a/previews/PR54/index.html b/previews/PR54/index.html index f07c9b74..1cd04e82 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 1ae576bc..c2231000 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 9f5df6e0..106f8be9 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"])