When I try to compile ROMIO (MPI-IO) with pvfs support it fails with a list of “undefined reference” errors. How do I fix this?
The problem here is the pvfs library that needs to be linked in during the compilation. This must be specified when you run the configure script. Here is an example of the command line needed to build the full MPICH distribution with ROMIO and PVFS support: ./configure -opt=-O -device=ch_p4 –with-romio=”-file_system=pvfs” -lib=”-L/usr/lib/libpvfs.
Related Questions
- My firewall starts and restarts fine but if I try shorewall restore, the script fails because none of my shell variables from /etc/shorewall/params are set. Why?
- When I try to compile ROMIO (MPI-IO) with pvfs support it fails with a list of "undefined reference" errors. How do I fix this?
- Does PVFS support redundancy? What if a node fails?