Commit Graph

352 Commits

Author SHA1 Message Date
Vitalii Koshura 20fc4adbc7
[vboxwrapper] bump development version to 26209
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-11-23 14:51:51 +01:00
Vitalii Koshura 9f1f5efb4f
[vboxwrapper] bump version to 26208
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-11-23 14:23:14 +01:00
Vitalii Koshura 47fe31df84
Set version to 8.1.0
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-03-19 15:18:13 +01:00
David Anderson 73fba33695 client/server/web: add 'Apple GPU' as an official GPU type.
For now, it's detected only via OpenCL (like Intel GPUs).
Eventually we'll detect via Metal as well.

Plan classes for Apple GPU must include 'apple_gpu' in their name.

The changes are mostly copy-and-paste of Intel GPU code.
I hate duplicate code but I don't know how to fix.
2024-01-28 01:41:12 -08:00
Vitalii Koshura ea6fbcabc4
[worker] Add missed WORKER_RELEASE entry to the version.h.in file
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-01-16 00:53:00 +01:00
Vitalii Koshura d72cbd1f88
Add proper versioning and the corresponding script to worker application
Fix setting vboxwrapper and wrapper versions during build
Fix artifacts names for upload
Fix deployment script, fix artifacts upload

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-12-19 10:54:06 +03:00
David Anderson e15bbb64e0 Sample apps (worker, wrapper, vboxwrapper):
change Linux Makefile to add version# / platform to executable name

NOTE: all files that will get sent to a BOINC client
should have a version number in the filename;
if they're executable code they should also have
a platform name in the filename.

It would be nice to centralize these version numbers (like in version.h).
For now they're scattered around project files and Makefiles
2023-12-11 18:11:44 -08:00
Vitalii Koshura 4f3afbf312
Set development version to 7.25.0
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-08-08 02:15:00 +02:00
Vitalii Koshura d15322396e
Update development version to 7.23.0
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-01-24 00:26:02 +01:00
David Anderson c73b62adb9 scheduler: add a debug printf for multi-thread issue 2022-11-12 12:23:45 -08:00
Vitalii Koshura 1adb5672ad
[vboxwrapper] Update version to 26206
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-11-03 16:50:53 +01:00
Vitalii Koshura df9f5cd83a
[wrapper] Update version
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-08-19 23:09:04 +02:00
Vitalii Koshura ad87e8e75e
Update version
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-06-07 18:17:33 +02:00
David Anderson 405397a610 Update wrapper and vboxwrapper .exe filenames in Win project files 2022-04-06 16:47:38 -07:00
David Anderson 18425611e7 Bump version # of wrapper and vboxwrapper 2022-04-06 16:34:21 -07:00
Vitalii Koshura 54601ad80d
Merge pull request #4639 from BOINC/dpa_vboxw_version
set vboxwrapper version
2022-02-17 09:51:48 +01:00
Vitalii Koshura 6ec615553f
Update version to 7.19.0
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-06-28 18:41:52 +02:00
David Anderson acdc5fb758 set vboxwrapper version 2020-09-24 01:17:46 -07:00
David Anderson 62b26017b6 update version to 7.17; update installshield files 2020-01-23 22:58:59 -08:00
David Anderson 98abb78ada Increment version #s in configure.ac and version.h too (to 26202) 2019-05-12 22:26:18 -07:00
David Anderson b8271e9cdc client: change version to 7.15.0 2018-11-16 16:40:07 -08:00
David Anderson 9e58be90e1 scheduler: parse <wsl> and <wsl_available>
Currently these generate a server log error message.
TODO: add plan class support for WSL
2018-11-07 09:44:23 -08:00
David Anderson 1bffea8aaf update installshield files; update version #s; fix Win custom action build 2018-07-17 12:42:39 -07:00
RichardHaselgrove 0f628055b7 in preparation for next development cycle 2018-02-09 12:22:30 +00:00
David Anderson 2dae052594 vboxwrapper: bump version to 26200 2017-11-05 21:05:42 -08:00
David Anderson 306605e6d8 scheduler: add <rte_no_stats> config flag to estimate job runtime without stats
The scheduler estimates job runtime based on statistics
of past jobs for this (host, app version).
This doesn't work well if the distribution of runtimes is very wide,
as may be the case of universal apps.

If this flag is set, runtime estimation is based solely on
CPU/GPU peak FLOPS and job FLOPs estimate.
2017-10-31 12:14:50 -07:00
David Anderson 12fd645406 increment client version to 7.9.0 2017-09-22 22:58:29 -07:00
David Anderson 5add5fda1d client: update keyword handling
new keyword model:
- keywords as identified by integer IDs
- instead of being treated as opaque data,
    the keyword XML is now parsed by the client.

This is a first step: pass keywords from AM to client to scheduler,
so that they can be used in job filtering.
Displaying keywords in the client will come later.
2017-07-15 19:05:23 -07:00
Charlie Fenton ba07fdfde0 VBOX: Bump VBOXWRAPPER_RELEASE version number to 26199, since there have been source code changes since release of 26198. 2017-06-20 02:59:30 -07:00
David Anderson 7436252a47 change version to 7.7.2 2017-03-25 21:41:28 -07:00
Rom Walton db235ff199 BUILD: Update vboxwrappers version to 26197. 2016-08-08 08:10:17 -07:00
Rom Walton 6a0713c0a0 BUILD: Update vboxwrappers version to 26196. 2016-07-12 23:15:16 -07:00
Rom Walton fe6dfb418a BUILD: Update vboxwrappers version to 26195. 2016-07-12 23:03:44 -07:00
Rom Walton 211cb04be9 BUILD: Update vboxwrappers version to 26194. 2016-07-04 16:31:42 -07:00
Rom Walton 0fc08e0ffa BUILD: Update vboxwrappers version to 26193. 2016-06-15 23:46:22 -07:00
Rom Walton d0aec882f2 BUILD: Update vboxwrappers version to 26192. 2016-06-14 09:52:18 -07:00
Rom Walton 95ff3db917 BUILD: Update vboxwrappers version to 26191. 2016-06-13 19:47:02 -07:00
Rom Walton 6e792288e4 BUILD: Update vboxwrappers version to 26190. 2016-06-13 09:51:13 -07:00
Rom Walton bf53dc8a01 BUILD: Update vboxwrappers version to 26189. 2016-06-12 22:04:52 -07:00
Rom Walton f68d6951e8 BUILD: Update vboxwrappers version to 26188. 2016-06-12 20:37:31 -07:00
Rom Walton 2d2beded16 BUILD: Update vboxwrappers version to 26187. 2016-06-10 08:08:38 -07:00
Rom Walton a1b337aaa0 BUILD: Update vboxwrappers version to 26186. 2016-06-03 23:16:59 -07:00
Rom Walton 5d0ac6d573 BUILD: Update vboxwrappers version to 26185. 2016-06-03 23:00:48 -07:00
Rom Walton 52ab02ae92 BUILD: Update vboxwrappers version to 26184. 2016-02-10 15:06:54 -05:00
Rom Walton efcbc3c38d BUILD: Update vboxwrappers version to 26183. 2016-02-07 17:20:00 -05:00
Rom Walton c080bba6bf BUILD: Update vboxwrappers version to 26182. 2016-02-03 21:58:34 -05:00
Rom Walton d44644111c BUILD: Update vboxwrappers version to 26181. 2016-02-03 21:56:29 -05:00
Rom Walton 12692d3a3c BUILD: Update vboxwrappers version to 26180. 2016-01-30 14:05:43 -05:00
Rom Walton 1e3b1ae67c BUILD: Update vboxwrappers version to 26179.
BUILD: Update wrappers version to 26016.
2015-11-19 23:54:40 -05:00
Rom Walton 6faaf77ba5 BUILD: Fix build version mistake. 2015-10-16 20:58:57 -04:00