AND Public Git Repository - simgrid.git/atom - teshsuite/smpi/mpich3-test/f77/init/CMakeLists.txt history Clone of SimGrid repository with local patches http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git Arnaud Giersch /gitweb-files/git-favicon.png /gitweb-files/git-logo.png 2023-11-05T00:10:41Z gitweb Add a cmake option to disable McMini tests, and rename some existing ones 2023-11-05T00:10:37Z Martin Quinson martin.quinson@ens-rennes.fr Martin Quinson martin.quinson@ens-rennes.fr 2023-11-05T00:10:37Z 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

Old configurations should be updated seamlessly.
  • [D] teshsuite/smpi/mpich3-test/f77/init/CMakeLists.txt
Stop trying to build on native WIN32, it's broken anyway 2023-01-07T20:54:21Z Martin Quinson martin.quinson@ens-rennes.fr Martin Quinson martin.quinson@ens-rennes.fr 2023-01-07T20:54:21Z http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/5ec2b80b686983f84ebab7c7398a29e73286deee
Stop trying to build on native WIN32, it's broken anyway
  • [D] teshsuite/smpi/mpich3-test/f77/init/CMakeLists.txt
Also add the mpich3 binaries in the dependencies of make tests 2019-01-13T09:58:04Z Martin Quinson martin.quinson@ens-rennes.fr Martin Quinson martin.quinson@ens-rennes.fr 2019-01-13T09:58:04Z http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/e3ff580889f5d85e5bdb7a42bad335184bbce0ed
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/init/CMakeLists.txt
teshsuite/smpi/mpich3-test/f{77,90}: remove unused includes. 2017-07-19T09:56:22Z Arnaud Giersch arnaud.giersch@univ-fcomte.fr Arnaud Giersch arnaud.giersch@univ-fcomte.fr 2017-07-19T09:56:22Z http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/c72ae2d0e2eeb74a7a5183892f8006c6da1fa671
teshsuite/smpi/mpich3-test/f{77,90}: remove unused includes.
  • [D] teshsuite/smpi/mpich3-test/f77/init/CMakeLists.txt
various cleanups in the CMakeLists.txt files 2016-02-23T10:49:59Z Martin Quinson martin.quinson@loria.fr Martin Quinson martin.quinson@loria.fr 2016-02-23T10:49:59Z http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/1a4fbd7770910a461be806b05bff0dfdf9a87e5e
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/init/CMakeLists.txt
Do not declare empty sets 2016-02-15T23:12:08Z Frederic Suter frederic.suter@cc.in2p3.fr Frederic Suter frederic.suter@cc.in2p3.fr 2016-02-15T23:12:08Z http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/7abdd79c9f0f110c7ed500d9c9d30c475bbe83b2
Do not declare empty sets
  • [D] teshsuite/smpi/mpich3-test/f77/init/CMakeLists.txt
don't tell 165 times that we need CMAKE v2.6 2015-08-30T10:07:56Z Martin Quinson martin.quinson@loria.fr Martin Quinson martin.quinson@loria.fr 2015-08-30T10:07:56Z http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/57a4ce6a28d437d6f1b931b9732d9ed584e252cd
don't tell 165 times that we need CMAKE v2.6
  • [D] teshsuite/smpi/mpich3-test/f77/init/CMakeLists.txt
Change include order for smpi tests/examples to avoid conflicts 2015-01-05T17:03:53Z Augustin Degomme augustin.degomme@imag.fr Augustin Degomme augustin.degomme@imag.fr 2015-01-05T17:03:53Z http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/550e68e2d3bb08b56b4c900ba701e07f38882b19
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/init/CMakeLists.txt
Kill f2c. Finally. I hope. 2014-06-04T17:51:58Z degomme degomme@localhost.localdomain degomme degomme@localhost.localdomain 2014-06-04T17:51:58Z http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/0ebc48a863c3e0aa6b910781bc43415515eaa0d0
Kill f2c. Finally.        I hope.
  • [D] teshsuite/smpi/mpich3-test/f77/init/CMakeLists.txt
avoid compiling too many times mtest files from mpich testsuite, just use it as a... 2014-01-13T13:46:14Z Augustin Degomme degomme@idpann.imag.fr Augustin Degomme degomme@idpann.imag.fr 2014-01-13T13:46:14Z 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 static lib
This should speed up compilation of testsuite, and avoid problems with parallel builds
  • [D] teshsuite/smpi/mpich3-test/f77/init/CMakeLists.txt
hide the MPICH3 testsuite behind a compilation flag, to quicken compilation 2013-09-23T10:43:22Z Augustin Degomme degomme@idpann.imag.fr Augustin Degomme degomme@idpann.imag.fr 2013-09-23T10:43:22Z http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/d479da428b05f19957c08c9e74dff07ff9b83267
hide the MPICH3 testsuite behind a compilation flag, to quicken compilation
  • [D] teshsuite/smpi/mpich3-test/f77/init/CMakeLists.txt
Remove redefinitions of COMPILE_FLAGS for mpich3-test. 2013-09-12T11:52:30Z Arnaud Giersch arnaud.giersch@iut-bm.univ-fcomte.fr Arnaud Giersch arnaud.giersch@iut-bm.univ-fcomte.fr 2013-09-12T11:52:30Z http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/bba9595ccbeef3e2b15b8d8466022821604f7f7d
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/init/CMakeLists.txt
Fix errors in make distcheck. 2013-09-13T15:03:20Z Arnaud Giersch arnaud.giersch@iut-bm.univ-fcomte.fr Arnaud Giersch arnaud.giersch@iut-bm.univ-fcomte.fr 2013-09-13T15:03:20Z http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/363c6561b6288c19d8b6e89882c23814981865b5
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/init/CMakeLists.txt
Cosmetics: reindent. 2013-09-13T15:13:25Z Arnaud Giersch arnaud.giersch@iut-bm.univ-fcomte.fr Arnaud Giersch arnaud.giersch@iut-bm.univ-fcomte.fr 2013-09-13T15:13:25Z http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/0d93d854c081e2991fcb656250c79121d02295cf
Cosmetics: reindent.
  • [D] teshsuite/smpi/mpich3-test/f77/init/CMakeLists.txt
one of the two ci configurations kept failing, attempt to fix it 2013-07-24T08:14:11Z Augustin Degomme degomme@idpann.imag.fr Augustin Degomme degomme@idpann.imag.fr 2013-07-24T08:14:11Z 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
  • [D] teshsuite/smpi/mpich3-test/f77/init/CMakeLists.txt
switch cmake variable names 2013-07-16T17:14:32Z Augustin Degomme degomme@idpann.imag.fr Augustin Degomme degomme@idpann.imag.fr 2013-07-16T17:14:32Z http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/d416192a1a8754dfe2fd32d702f387750824bc4e
switch cmake variable names
  • [D] teshsuite/smpi/mpich3-test/f77/init/CMakeLists.txt
cmakelists cleanup 2013-07-16T17:02:46Z Augustin Degomme degomme@idpann.imag.fr Augustin Degomme degomme@idpann.imag.fr 2013-07-16T17:02:46Z http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/273106067a95b0e3dc65904ff59c87e22522d1aa
cmakelists cleanup
  • [D] teshsuite/smpi/mpich3-test/f77/init/CMakeLists.txt
Add (some) mpich3 f77 tests 2013-07-16T16:53:10Z Augustin Degomme degomme@idpann.imag.fr Augustin Degomme degomme@idpann.imag.fr 2013-07-16T16:53:10Z http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/9deda161a84a426d0ea75ec4bd9b8cdc3a4b28fb
Add (some) mpich3 f77 tests
  • [D] teshsuite/smpi/mpich3-test/f77/init/CMakeLists.txt