Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Begin filling in computations of ex(C) and en(C)
[simgrid.git] / BuildSimGrid.sh
index 68432fa..773ca48 100755 (executable)
@@ -3,7 +3,7 @@
 # This little script rebuilds and runs the SimGrid archive in parallel, extracting a log
 # This is almost a personal script, but others may find this useful
 #
-# Copyright (c) 2017-2022 The SimGrid Team. Licence: LGPL of WDFPL, as you want.
+# Copyright (c) 2017-2023 The SimGrid Team. Licence: LGPL of WDFPL, as you want.
 
 if [ ! -e Makefile ] && [ ! -e build.ninja ]; then
   if [ -e build/default/Makefile ] ; then