- Dec 27, 2023
-
-
Ramon Nou authored
-
- Dec 20, 2023
-
-
Ramon Nou authored
has the output filename BW shows mean BW for the file.
-
- Dec 19, 2023
-
-
Ramon Nou authored
-
- Dec 18, 2023
-
-
Ramon Nou authored
-
Ramon Nou authored
Fix fallocate error and add support for adhoc backends fallocate is different from posix_fallocate, the first fails if the fallocate operation is not supported by the FS, like BEEGFS. However, the second one has a fail-safe and implements a write '0's to create the complete file. In this MR , we also include support for different adhoc fs (parallel, posix, gekkofs, hercules, dataclay and expand) We remove mpio in the ccp options and change it to parallel. Now is also posible to have a pure posix - posix transfer, which seems more performant than MPIIO Closes #35, #36, #37 See merge request !25
-
- Dec 12, 2023
-
-
Ramon Nou authored
-
- Dec 04, 2023
- Dec 01, 2023
-
-
Ramon Nou authored
-
- Nov 28, 2023
- Nov 24, 2023
-
-
Ramon Nou authored
posix_file::file::fallocate
-
- Nov 22, 2023
- Nov 17, 2023
- Nov 13, 2023
- Nov 09, 2023
- Nov 08, 2023
-
-
Ramon Nou authored
- Nov 07, 2023
-
-
Ramon Nou authored
-
Ramon Nou authored
Directory support This MR adds two features: - Creation of directories on the output. As cargo is normally running in the prolog the user has zero capabilities to create directories on the adhoc filesystem (as it is ephemeral). This MR creates the needed directories. - If the input contains a directory, we get all the files recursively. Before this MR only files can be used as input. The behaviour is that the input is used as prefix, i.e., relative directory, and will be put inside the output. - Prepares for 0.3.0 release The Merge request goes over !16 See merge request !18
-
Ramon Nou authored
-
updated thread Moving info from master to worker progress loop update rebase task added chrono fmt Progress loop extracted Reduce simultaneous transfers wrong Error code in write error control Missing size for write Added BW, solved sleep bug (intialization) BW workflow finished Support for creating directories Directory Support Reduce CPU usage with dynamic wait Only call create directories, if the path is not 0 Updated Spack for 0.4.0
-
Ramon Nou authored
-
Ramon Nou authored
-
- Oct 31, 2023
-
-
Alberto Miranda authored
Draft: Resolve "Cargo headers are not properly installed." Closes #23 See merge request !17
-
Alberto Miranda authored
-