Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update ChangeLog
authorAugustin Degomme <adegomme@gmail.com>
Tue, 15 Dec 2020 08:30:44 +0000 (09:30 +0100)
committerAugustin Degomme <adegomme@gmail.com>
Tue, 15 Dec 2020 08:30:44 +0000 (09:30 +0100)
ChangeLog

index b12bad3..d50b2dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -53,6 +53,10 @@ SMPI:
  - smpicc/cxx/ff/f90 now will actually perform definition checks at link time. When
    building shared libraries, this may cause issues, so environment variable
    SMPI_NO_UNDEFINED_CHECK can be added to disable this.
+ - most temporary files should now be created in /tmp dir (or equivalent). 
+   If this one does not allow execution of code (noexec flag), this may cause issues.
+   Please use another tmp directory (using TMPDIR or equivalent system variable) 
+   in this case
 
 XBT:
  - Drop xbt_str_split().