Nichols A. Romero

Results 16 issues of Nichols A. Romero

Here is the file the is giving the ICE: flang -fopenmp -fopenmp-targets=nvptx64-nvidia-cuda -c ../rte/kernels-openacc/mo_optical_props_kernels.F90 And the error message is: /scratch/naromero/tmp/spack-stage/spack-stage-flang-master-3evqiq2n54ak5c6ad4nscjtduayto7q3/spack-src/tools/flang2/flang2exe/verify.cpp:80: DEBUG_ASSERT 0 < ilix failed F90-F-0000-Internal compiler error. internal error...

@gklimowicz @sscalpone In order to build classic flang, https://github.com/flang-compiler/flang/wiki/Building-Flang You have to do a `make` in the `runtime/libpgmath` directory, before the main `make` in the top level directory. This makes...

I believe this is different from similar module related bugs that have been submitted by others. I am using the `f18` driver. I believe Fortran modules are working, since I...

This `dfloat` intrinsic function appears frequently in a DOE code. Here is a reduced test case that shows a canonical example of how it is used: ``` subroutine fwdcpfft_comp(psi, nr1,...

This compile-time error comes from a DOE science code. I suspect the problem is triggered by the intrinsic `sizeof` function operating on a pointer to a derived type. ``` home/naromero/mpich-3.3.2-test/bin/mpif90...

The picsar code contains many lines of the form: ``` !DIR$ ASSUME_ALIGNED xp:32 ``` Currently, f18 gives this error: ``` mpif90 -g -O3 -fPIC -I/usr/include -D LIBRARY=1 -D FFTW=1 -c...

Does mpiP output the communication matrix? `sending rank | receiving rank | bytes sent`

Is MPIP expected to work on ARM? I am using MPIP with MPICH on an ARM machine and it looks like MPIP starts up but then almost immediately gives a...

Again, thank you for creating this wonderful tool. I am try to run perftool in the default profile analysis mode. I know this code well and it should be memory...

Hi Ahmad, Thank you for building this great tool. I have a question about using this tool in conjunction with MPI. Is this the correct way to to invoke it...