compiler           43 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! Fortran interface so that the compiler can verify that we're passing
compiler           53 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! However, remember that Fortran passes by reference.  So the compiler
compiler           81 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! to fool the compiler into accepting it (it's the same C<-->Fortran
compiler          104 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! To fix the compiler warning, instead of including "header.h", we
compiler           70 opal/tools/wrappers/opal_wrapper.c     char *compiler;
compiler          110 opal/tools/wrappers/opal_wrapper.c     data->compiler = NULL;
compiler          144 opal/tools/wrappers/opal_wrapper.c     if (NULL != data->compiler) free(data->compiler);
compiler          261 opal/tools/wrappers/opal_wrapper.c         if (NULL != value) options_data[parse_options_idx].compiler = strdup(value);
compiler          530 opal/tools/wrappers/opal_wrapper.c     load_env_data(options_data[user_data_idx].project_short, options_data[user_data_idx].compiler_env, &options_data[user_data_idx].compiler);
compiler          759 opal/tools/wrappers/opal_wrapper.c         exec_argv = opal_argv_split(options_data[user_data_idx].compiler, ' ');