I'm getting this error during a source build on Linux. I ran make in ../lib/OBJ_lib, then:
[cchang@el1 initcond]$ pwd
/projects/critmatlanth/cchang/Packages/NX-2.2-B09/source/initcond
[cchang@el1 initcond]$ make
...
gfortran -c -static -lpthread initqp.f90 -I../lib/OBJ_lib -IOBJ_initcond; mv initqp.o OBJ_initcond/initqp.o; chmod 700 OBJ_initcond/initqp.o
initqp.f90:88:25:
call random_seed(put=seed)
1
Error: Size of 'put' argument of 'random_seed' intrinsic at (1) too small (12/33)
mv: cannot stat ‘initqp.o’: No such file or directory