Error Message from Task 0:: No such file or directory


Click here for full thread
Forum Vet
OK
There are still the leftovers of the Scalapack defines. Please do the following
cd $NWCHEM_TOP/src/NWints/dk
touch `egrep -l SCALA *F`
cd ../../nwdft
make
touch `egrep -l SCALA */*F`
make
cd ../ddscf
touch `egrep -l SCALA *F`
make
cd ../util
touch `egrep -l SCALA *F`
make
cd ../mp2_grad
touch `egrep -l SCALA *F`
make
cd ..
make link