I need help on PGHPF compilers

Asked By 10 points N/A Posted on -
qa-featured

I need help to direct the linker into different ‘mpi’ library with ‘PGHPF’. Also need to create link map with the compilers. The linker is complaining regarding the missing symbol ‘ctype_b’.

SHARE
Answered By 55 points N/A #100574

I need help on PGHPF compilers

qa-featured

Have you tried executing this on the compile time? There are few errors if you try it compiling in between the program. This is how you can solve the error.

  1. Use any 1 mpi from the library. Assign any character type to it and nothing else.
  2. After this is done, open the libraries with the PGHPF and use it with the mpi you choose from the library.
  3. After this is done, you can now get the linker and point it straight to the thing where you want to go next.
  4. There will be no error whatsoever and it will not ask you anything about it.
  5. After the linker gets to the pointed direction, it will automatically create a link map which it followed throughout the process.
  6. This way you can have both your problems solved.

Related Questions