J. Philip Haupt

Results 10 comments of J. Philip Haupt

Actually, the unit test that I am trying is the following: ``` module test_tile_indices_mod use funit implicit none contains @test subroutine test_assert_true_and_false() @assertTrue(1 == 1) @assertFalse(1 == 2) end subroutine...

Sure. Here is the output of `make VERBOSE=1` ``` /usr/bin/cmake -S/home/jph/modern-fortran/misc -B/home/jph/modern-fortran/misc/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /home/jph/modern-fortran/misc/build/CMakeFiles /home/jph/modern-fortran/misc/build//CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/home/jph/modern-fortran/misc/build' make -f...

Looks like rebuilding pFUnit with `FC=caf cmake ..` fixes my problem. However, it doesn't seem to play nice with MPI any more (I am not sure how to write a...

Perhaps I do not understand. However, if I simply clone the directory you linked, and do (after adding `FC=caf` in the `.x` file) ``` cd MPI export PFUNIT_DIR=/path/to/pfunit/build/with/caf ./build_with_cmake_and_run.x ```...

I'm sorry, how would I edit it to launch serially? Wouldn't that require editing several tests as well (changing `npes`)?

Hello and thank you for reporting this; you are indeed right, and it looks like there are some plots missing now as well. As this is a public mirror of...

Actually, the PDF version of the documentation does not have the display problem for plots (though the link for the FCIDUMP is still broken): https://www2.fkf.mpg.de/alavi/neci/stable/pdf/neci_user.pdf

Unfortunately I am having a hard time recreating your problem. I suppose you are running the test in `test_suite/neci/parallel/N_FCIMCPar` (presumably while in the directory, so that NECI can see the...

Sorry, could you please clarify how you were able to run it before? I was under the impression from your first post that it compiles but crashes at the start...

> You can already adjust the timings, when you change the settings for legacy mode. We just need to migrate those to a new config properly. Yes, I mention this...