|
@@ -2,7 +2,7 @@
|
|
|
*
|
|
|
* Copyright (C) 2017 CNRS
|
|
|
* Copyright (C) 2017 Inria
|
|
|
- * Copyright (C) 2017 Université de Bordeaux
|
|
|
+ * Copyright (C) 2017, 2019 Université de Bordeaux
|
|
|
*
|
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
@@ -284,6 +284,7 @@ int main(void)
|
|
|
|
|
|
snprintf(s, sizeof(s), "/tmp/%s-variable_size", getenv("USER"));
|
|
|
|
|
|
+ setenv("STARPU_CALIBRATE_MINIMUM", LIMIT, 1);
|
|
|
setenv("STARPU_LIMIT_CPU_MEM", LIMIT, 1);
|
|
|
setenv("STARPU_DISK_SWAP", s, 0);
|
|
|
setenv("STARPU_DISK_SWAP_SIZE", "100000", 1);
|