diff --git a/previews/PR54/.documenter-siteinfo.json b/previews/PR54/.documenter-siteinfo.json index 6da305a8..fa2cadda 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-03T11:07:59","documenter_version":"1.4.1"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.3","generation_timestamp":"2024-05-07T16:57:12","documenter_version":"1.4.1"}} \ No newline at end of file diff --git a/previews/PR54/index.html b/previews/PR54/index.html index 64ee21a5..e9c7d1b4 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 76dc9913..cae7ea93 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 9139eaed..719fe719 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"])