Nicolas Barrier
Results
2
issues of
Nicolas Barrier
Hi everyone. I have a problem when trying to build netcdf-fortran using CMake. I use the following command: ``` cmake -DCMAKE_Fortran_COMPILER=mpif90 -DCMAKE_CXX_COMPILER=mpicxx -DCMAKE_C_COMPILER=mpicc -DCMAKE_INSTALL_PREFIX=${PWD}/install -DCMAKE_PREFIX_PATH="/home/barrier/Libs/netcdf_par/git-netcdf-c/build/install" .. ``` which returns the...
Hi everyone. I have an issue when trying to debug a program that contains 2D array. If I try to put breakpoints checking for `array[0].length`, it fails with: ``` Breakpoint...
bug
evaluation