Displaying 1 result from an estimated 1 matches for "wrfv2".
Did you mean:
orcv2
2006 Feb 27
0
Assistance requested
...or the libs on CentOS. Essentially what
is happening is the primary executable I'm trying to run is failing
under mpi. Here's the output from the command (which would be the same
as the script calling it)
$ /usr/local/mpich/bin/mpirun -machinefile machines.LINUX -np
2 ./wrf.exe
/home/sam/WRFV2/run/./wrf.exe: /usr/pgi/linux86-64/6.0/lib/libpthread.so.0: version `GLIBC_2.3.3' not found (required by /lib64/tls/librt.so.1)
Oddly enough, this same kernel environment works quite well with a
previous version of the WRF code, but fails miserably with this update..
The compiler which bullt...