AND Public Git Repository - simgrid.git/rss - teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt history http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/history?f=teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt Clone of SimGrid repository with local patches en Arnaud Giersch /gitweb-files/git-logo.png AND Public Git Repository - simgrid.git/rss - teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt history http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/history?f=teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt Sun, 5 Nov 2023 00:10:41 +0000 Sun, 5 Nov 2023 00:10:41 +0000 gitweb v.2.20.1/2.20.1 Add a cmake option to disable McMini tests, and rename some existing ones Martin Quinson <martin.quinson@ens-rennes.fr> Sun, 5 Nov 2023 00:10:37 +0000 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/17fb4b64f0bfb6f25debbcbdf4577812284e6e9e http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/17fb4b64f0bfb6f25debbcbdf4577812284e6e9e Add a cmake option to disable McMini tests, and rename some existing ones Add a cmake option to disable McMini tests, and rename some existing ones Old configurations should be updated seamlessly.
  • [D] teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt
]]>
Stop trying to build on native WIN32, it's broken anyway Martin Quinson <martin.quinson@ens-rennes.fr> Sat, 7 Jan 2023 20:54:21 +0000 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/5ec2b80b686983f84ebab7c7398a29e73286deee http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/5ec2b80b686983f84ebab7c7398a29e73286deee Stop trying to build on native WIN32, it's broken anyway Stop trying to build on native WIN32, it's broken anyway
  • [D] teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt
]]>
avoid LTO when multiple compilers may be involved on a single target (gfortran+clang... Augustin Degomme <adegomme@users.noreply.github.com> Mon, 24 Feb 2020 16:34:57 +0000 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/4db76100bd8d21e96566b5f25f7fbec9b2e1c10e http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/4db76100bd8d21e96566b5f25f7fbec9b2e1c10e avoid LTO when multiple compilers may be involved on a single target (gfortran+clang... avoid LTO when multiple compilers may be involved on a single target (gfortran+clang for this one)
  • [D] teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt
]]>
activate some C/Fortran tests Augustin Degomme <adegomme@users.noreply.github.com> Wed, 24 Jul 2019 21:38:33 +0000 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/52db84398d011308543dd3bdae34c8a44852ecfe http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/52db84398d011308543dd3bdae34c8a44852ecfe activate some C/Fortran tests activate some C/Fortran tests
  • [D] teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt
]]>
Also add the mpich3 binaries in the dependencies of make tests Martin Quinson <martin.quinson@ens-rennes.fr> Sun, 13 Jan 2019 09:58:04 +0000 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/e3ff580889f5d85e5bdb7a42bad335184bbce0ed http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/e3ff580889f5d85e5bdb7a42bad335184bbce0ed Also add the mpich3 binaries in the dependencies of make tests Also add the mpich3 binaries in the dependencies of make tests + refactor several cmake files in this scary directory
  • [D] teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt
]]>
teshsuite/smpi/mpich3-test/f{77,90}: remove unused includes. Arnaud Giersch <arnaud.giersch@univ-fcomte.fr> Wed, 19 Jul 2017 09:56:22 +0000 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/c72ae2d0e2eeb74a7a5183892f8006c6da1fa671 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/c72ae2d0e2eeb74a7a5183892f8006c6da1fa671 teshsuite/smpi/mpich3-test/f{77,90}: remove unused includes. teshsuite/smpi/mpich3-test/f{77,90}: remove unused includes.
  • [D] teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt
]]>
various cleanups in the CMakeLists.txt files Martin Quinson <martin.quinson@loria.fr> Tue, 23 Feb 2016 10:49:59 +0000 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/1a4fbd7770910a461be806b05bff0dfdf9a87e5e http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/1a4fbd7770910a461be806b05bff0dfdf9a87e5e various cleanups in the CMakeLists.txt files various cleanups in the CMakeLists.txt files - We never need to explicitly list pthread as a dependency - Files are searched in ${CMAKE_CURRENT_SOURCE_DIR} by default - Default value of EXECUTABLE_OUTPUT_PATH is ${CMAKE_CURRENT_BINARY_DIR} when cmake/UnitTesting does not mess with it. - Indentation cosmetics: these files are boring, don't make them ugly
  • [D] teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt
]]>
Do not declare empty sets Frederic Suter <frederic.suter@cc.in2p3.fr> Mon, 15 Feb 2016 23:12:08 +0000 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/7abdd79c9f0f110c7ed500d9c9d30c475bbe83b2 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/7abdd79c9f0f110c7ed500d9c9d30c475bbe83b2 Do not declare empty sets Do not declare empty sets
  • [D] teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt
]]>
don't tell 165 times that we need CMAKE v2.6 Martin Quinson <martin.quinson@loria.fr> Sun, 30 Aug 2015 10:07:56 +0000 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/57a4ce6a28d437d6f1b931b9732d9ed584e252cd http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/57a4ce6a28d437d6f1b931b9732d9ed584e252cd don't tell 165 times that we need CMAKE v2.6 don't tell 165 times that we need CMAKE v2.6
  • [D] teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt
]]>
Change include order for smpi tests/examples to avoid conflicts Augustin Degomme <augustin.degomme@imag.fr> Mon, 5 Jan 2015 17:03:53 +0000 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/550e68e2d3bb08b56b4c900ba701e07f38882b19 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/550e68e2d3bb08b56b4c900ba701e07f38882b19 Change include order for smpi tests/examples to avoid conflicts Change include order for smpi tests/examples to avoid conflicts This include folder is the one where our mpi.h file lives. This file is provided by various other libraries. When another simgrid include folder contains another mpi.h file from another library, build is broken This trouble was seen on a freebsd system with graphviz installed, which added an include path in /usr/local/include, where there was a mpi.h file from mpich This commit forces the one from smpi to be the first and only mpi.h file examples/tests do use
  • [D] teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt
]]>
Kill f2c. Finally. I hope. degomme <degomme@localhost.localdomain> Wed, 4 Jun 2014 17:51:58 +0000 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/0ebc48a863c3e0aa6b910781bc43415515eaa0d0 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/0ebc48a863c3e0aa6b910781bc43415515eaa0d0 Kill f2c. Finally. I hope. Kill f2c. Finally. I hope.
  • [D] teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt
]]>
avoid compiling too many times mtest files from mpich testsuite, just use it as a... Augustin Degomme <degomme@idpann.imag.fr> Mon, 13 Jan 2014 13:46:14 +0000 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/efff2abcbc9698802e87b535bd681402072e09c2 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/efff2abcbc9698802e87b535bd681402072e09c2 avoid compiling too many times mtest files from mpich testsuite, just use it as a... avoid compiling too many times mtest files from mpich testsuite, just use it as a static lib This should speed up compilation of testsuite, and avoid problems with parallel builds
  • [D] teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt
]]>
hide the MPICH3 testsuite behind a compilation flag, to quicken compilation Augustin Degomme <degomme@idpann.imag.fr> Mon, 23 Sep 2013 10:43:22 +0000 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/d479da428b05f19957c08c9e74dff07ff9b83267 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/d479da428b05f19957c08c9e74dff07ff9b83267 hide the MPICH3 testsuite behind a compilation flag, to quicken compilation hide the MPICH3 testsuite behind a compilation flag, to quicken compilation
  • [D] teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt
]]>
Remove redefinitions of COMPILE_FLAGS for mpich3-test. Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr> Thu, 12 Sep 2013 11:52:30 +0000 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/bba9595ccbeef3e2b15b8d8466022821604f7f7d http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/bba9595ccbeef3e2b15b8d8466022821604f7f7d Remove redefinitions of COMPILE_FLAGS for mpich3-test. Remove redefinitions of COMPILE_FLAGS for mpich3-test. They should be useless now, and having hardcoded values for all these configure variables was not a good idea.
  • [D] teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt
]]>
Fix errors in make distcheck. Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr> Fri, 13 Sep 2013 15:03:20 +0000 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/363c6561b6288c19d8b6e89882c23814981865b5 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/363c6561b6288c19d8b6e89882c23814981865b5 Fix errors in make distcheck. Fix errors in make distcheck. * include missing files to the archive * exclude Eclipse files from the archive * exclude ./tools/spell/* from the archive * exclude directory ./teshsuite/smpi/mpich3-test/f77/attr/ from the archive * always include ./teshsuite/smpi/mpich3-test/{f77,f90}/*/CMakeLists.txt and move test for SMPI_F2C in those files
  • [D] teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt
]]>
Cosmetics: reindent. Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr> Fri, 13 Sep 2013 15:13:25 +0000 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/0d93d854c081e2991fcb656250c79121d02295cf http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/0d93d854c081e2991fcb656250c79121d02295cf Cosmetics: reindent. Cosmetics: reindent.
  • [D] teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt
]]>
one of the two ci configurations kept failing, attempt to fix it Augustin Degomme <degomme@idpann.imag.fr> Wed, 24 Jul 2013 08:14:11 +0000 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/60462481ce3851a5faf719d3d738beab79d56f11 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/60462481ce3851a5faf719d3d738beab79d56f11 one of the two ci configurations kept failing, attempt to fix it one of the two ci configurations kept failing, attempt to fix it
  • [D] teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt
]]>
switch cmake variable names Augustin Degomme <degomme@idpann.imag.fr> Tue, 16 Jul 2013 17:14:32 +0000 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/d416192a1a8754dfe2fd32d702f387750824bc4e http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/d416192a1a8754dfe2fd32d702f387750824bc4e switch cmake variable names switch cmake variable names
  • [D] teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt
]]>
cmakelists cleanup Augustin Degomme <degomme@idpann.imag.fr> Tue, 16 Jul 2013 17:02:46 +0000 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/273106067a95b0e3dc65904ff59c87e22522d1aa http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/273106067a95b0e3dc65904ff59c87e22522d1aa cmakelists cleanup cmakelists cleanup
  • [D] teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt
]]>
Add (some) mpich3 f77 tests Augustin Degomme <degomme@idpann.imag.fr> Tue, 16 Jul 2013 16:53:10 +0000 http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/9deda161a84a426d0ea75ec4bd9b8cdc3a4b28fb http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/9deda161a84a426d0ea75ec4bd9b8cdc3a4b28fb Add (some) mpich3 f77 tests Add (some) mpich3 f77 tests
  • [D] teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt
]]>