Hi Max, Probably better to post your question on GitHub where there are more eyes. At first glance, those lines should be sufficient, and the fact that configuration was successful suggests the same. It would be useful to see the error messages (or even the full log) for the make step. I will be surprised (but delighted) if Flang is ready to build pFUnit.
What would be required in such a file? Currently I have cat << EOF > $BUILD/$PFUNIT/cmake/Flang.cmake set(CMAKE_Fortran_FLAGS_DEBUG "-g -O0 -Mbounds") set(CMAKE_Fortran_FLAGS_RELEASE "-O3") set(CMAKE_Fortran_FLAGS "-Mpreprocess -Mfreeform -Mstandard") EOF Configuration was successful, but make failed.
Add optional test arguments
Merge branch 'master' of ssh://git.code.sf.net/p/pfunit/code
Added Test for using "all" pes.
Merge branch 'feature/all-pes'
Added optional argument to cmake macro.
Fix some issues when stopping
testIsActive fails on RHEL7
Release 3.2.9 (bugfix)
Fix bug #62
Milton, Thank you very much for isolating this and providing a patch. We'd seen the problem sporadically, but I'd never been able to replicate it in my development environment. I should have time to look at your solution by Thursday, and if all looks good I'll push out a new version over the weekend.
testIsActive fails on RHEL7
I am look for a (very simple) instruction of how to use the mock support of pFUnit. Let's assume, I have the following simple program/modules: module test1_mod contains subroutine s1(a, b) implicit none real(8), intent(in) :: a real(8), intent(out) :: b b = a + 1 end subroutine s1 end module test1_mod module test2_mod contains subroutine t1(a, b) use test1_mod, only: s1 implicit none real(8), intent(in) :: a real(8), intent(out) :: b call s1(a, b) end subroutine t1 subroutine t2(a, b) implicit none...
Just to be clear - this is the Makefile in your own project, not the one generated...
On Feb 23, 2017, at 3:47 AM, Albert Jornet mandele@users.sf.net<mailto:mandele@users.sf.net>...
I removed the directoy and start a fresh directory. This time I defined FC=ifort...
Albert, The short fix will be to modify your path so that /usr/bin/f95 is not being...
Hi Tom, I made sure to clean the directory and re run the compilation in verbose...
Sorry for the delay. Seems to be a high correlation with bug reports and my travel...
Intel 14.0.3 Compilation issues for pFUnit 3.2.8
Add @check and @mpicheck annotations
Yes - I like the concept of @check. There would need to be an @mpiCheck as well....
Hi Tom, Thanks a lot for your detailed reply. Yes, this makes sense to me - thanks...
Unfortunately, this is a limitation of Fortran, which does not have true exceptions....
Failed assertion in subroutine called from test should prevent rest of test from executing
Hello Carlos, Yes - I understand, and unfortunately writing a baseline paper never...
Hello Carlos, Thank you for your kind words of support. They really do help to maintain...
pFUnit is being used to help in the development of a derivative of the CFD software...
Some publishers are denying the use of web page links. We would like to know if you...
pFUnit is being used to help in the development of a derivative of the CFD software...
pFUnit is being used to help in the development of a derivative of the CFD software...
Incorporating patch requests 9 and 10:
Thanks for doing my homework for me. :-) Should have the other item pushed in the...
Minor tweaks for suite fixtures and durations.
From: Tom Clune [mailto:tom_clune@users.sf.net] Matthew - here's another patch that...
Incorporating patch requests 9 and 10:
Matthew - here's another patch that I missed and/or resolved and forgot to clear....
Sorry for the delay. Somehow I failed to check patch submissions on the web site...
Support for this is already there. If your build script specifies -DPFUNIT_EXTRA_INITIALIZE=<proc_name>,...
Yes - robust has me rather depressed as well. I’ve found that even the simple test...
From: Tom Clune [mailto:tom_clune@users.sf.net] Thanks for bringing it to my attention....
From: Tom Clune [mailto:tom_clune@users.sf.net] Thanks for bringing it to my attention....
Matthew, Thanks for bringing it to my attention. I did a burst of work a few weeks...
Just a quick reminder that this tiny patch has been sitting around for some months...
Backed off of mpi_f90, now just "use mpi".
Debugging and cleanup.
CMake fix.
Various cleanup actions:
Merge branch 'development' of ssh://git.code.sf...
Some changes to reflect new testing options.
Eliminating the use of fixed length strings in ...
Eliminating the use of fixed length strings.
Attempt to eliminate hardwired string lengths.
Support for this already exists. If your build script specifies -DPFUNIT_EXTRA_INITIALIZE=<proc_name>,...
Global Initialization
Use with Emacs
Uhh... see here: https://github.com/citibeth/modele-tests/tree/develop
Update/Improve CMake procedures
I forgot another thing... SF's password reset just doesn't work (anymore). If you...
Move to GitHub
Yes, this is a definitely needed feature. When I'm debugging, I will focus on one...
I see no obvious solutions to this issue, other than using FException. I would be...
Follow GNU Conventions on Command Line Arguments
It looks like a gfortran issue from the error message "internal compiler error"....
Building pfunit 3.2.7 with gfortran 5.3.1
It doesn't conform to F-2003 standard :(. There might be other ways to get a similar...
The original requestor has suggested a package she created called fexception which...
Allow use of @ macros outside of @test subroutines
Allow use of @ macros outside of @test subroutines
In one sense one can already do this, but in another there is a fundamental limitation...
Allow use of @ macros outside of @test subroutines
Allow line continuations @asserts
Fixes for deferred strings
Unfortunately, I cannot install the pre-release of gcc on the local cluster. If the...
Cygwin compile
Compilation error on tests with intel 13.1.0
Robust fails regression in Examples with IMPI on Discover.
Ticket moved from /p/pfunit/bugs/42/
open function cause "segmentation violation error"
Build with unit tests itself failed compiling with gcc4.8.2
build problem tests.x failed
pFUnit segfaults on Intel Fortran 14.
Compile error with gfortran 5.3.1
Hello Wilbur, I'm not sure how I missed it when this ticket was opened. Very sorry...
make tests fails with NAG 6.1 Compiler
Correction from earlier commit - still need NAG...
Hi Tom, I'm using bash. Here is the last part of GDB just before the problem. It...
Workaround for NAG 6.0 exposed in previous rele...
Various fixes related to unsafe (nonstandard co...
I should also have suggested running the tests in a debugger. You clearly have the...