Building NWChem on cray failed


Click here for full thread
Forum Vet
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