kylincaster

Results 10 issues of kylincaster

The Google would probiden the anonymous download of large size file by too many user in a short periodic of time The error is given by > Too many users...

如题,远程服务器是linux,如何才能在本地用windows的机器调用远程算力。

Dear all, Recently, I am trying to port the code into LAMMPS. Unforturnately, I'm confused about the setup and handling methods for 'constant potential option'. Can someone provide relevant literatures...

For multi-user, each user has the same opportunity to invoke a new job, if the user's slot and the total slot are large enough. usage: 1. the task-spooler server can...

Dear all, I have made some modifications to the libmsym Python binding by adding the missing class, such as **subgroup**, and providing a more enhanced string representation. In the `element.c`...

### Issues - [X] I have browsed through the Issues. 我已浏览过Issues,确定没有重复提问。 ### Umi-OCR version 程序版本 2.1.0 ### Windows version 系统版本 win10 ### OCR plugins Used 使用的OCR插件 _No response_ ### Reproduction...

Multidispatch is the core feature of Julia. Therefore, handling functions that use multidispatch is inevitable. Unfortunately, the current generate_obj function cannot handle multidispatch. The generated library resembles a **C-like library**...

Dear all, I am working on developing and compiling a large Julia project. To facilitate the development process, I hope to compile the project incrementally, similar to the procedure used...

Dear all, In **Julia v1.10**, the following function using `@turbo` from **LoopVectorization.jl** runs without error and returns `10`: ```julia using LoopVectorization a = ones(10) b = ones(11) @inline function dot(A::AbstractArray{T},...

Hi, I recently submitted a pull request that adds: - Windows support for loading dynamic libraries via `LoadLibrary` - Using `@generated` macro to simulate variadic C-style function templates (e.g., `printf`,...