From 3d663dd3b60f6ea40cc8659d12e16478016d27b9 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Wed, 13 Mar 2024 01:51:24 +0000 Subject: [PATCH] build based on 1cffd90 --- previews/PR56/.documenter-siteinfo.json | 2 +- previews/PR56/index.html | 2 +- previews/PR56/lib/modules/index.html | 2 +- previews/PR56/usage/runtests/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/previews/PR56/.documenter-siteinfo.json b/previews/PR56/.documenter-siteinfo.json index 9fae88a7..8572cdc0 100644 --- a/previews/PR56/.documenter-siteinfo.json +++ b/previews/PR56/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-03-12T16:18:07","documenter_version":"1.3.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-03-13T01:51:19","documenter_version":"1.3.0"}} \ No newline at end of file diff --git a/previews/PR56/index.html b/previews/PR56/index.html index 7061e3e3..edbc2dea 100644 --- a/previews/PR56/index.html +++ b/previews/PR56/index.html @@ -1,2 +1,2 @@ -Home · FastIce
+Home · FastIce
diff --git a/previews/PR56/lib/modules/index.html b/previews/PR56/lib/modules/index.html index 4b4d300d..d5dfbb0e 100644 --- a/previews/PR56/lib/modules/index.html +++ b/previews/PR56/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/PR56/usage/runtests/index.html b/previews/PR56/usage/runtests/index.html index b7557a8d..84b3df27 100644 --- a/previews/PR56/usage/runtests/index.html +++ b/previews/PR56/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"])