Building NWChem on cray failed
Click here for full thread
Forum Vet
12:05:18 PM PST - Fri, Dec 19th 2014
what is the output of
$ module list
$ module show dmapp
Could you please compile the following source code (let's call the file dm.c)
#include "dmapp.h" char dmapp_init (); int main(){ return dmapp_init (); }
To compile please type
$ cc -v dm.c
Please send me the output of the command above