PTsolvers / FastIce.jl

Parallel multi-xPU iterative FastIce flow solvers
https://ptsolvers.github.io/GPU4GEO/stream/
MIT License
10 stars 1 forks source link

Modules: Redundant dependencies #45

Open youwuyou opened 7 months ago

youwuyou commented 7 months ago

Under Project.toml, it seems like GeometryBasics, ElasticArrays and Preferences packages are not being used right now in FastIce.jl.

utkinis commented 7 months ago

Thanks for checking this @youwuyou ! Some of these packages are indeed leftovers from previous experiments in FastIce. GeometryBasics will be needed when #44 is merged, other things are redundant.

youwuyou commented 1 month ago

@utkinis It seems like #44 has been merged, shall we remove these dependencies in an upcoming pull request?

luraess commented 1 month ago

Current working and to be merged branch is iu/chmy. Can you check the status there? We can address remaining in there and close it then.