Hi
Part of my code utilizes csv package (package require csv) in OpenSees which should be related to tcl. It is run fine on my computer but on stampede whether I use OpenSees OR OpenSeesMP , it does not run and it says : can't find package csv
I was wondering how this can be resolved ?
Thanks
RG
csv package on Stampede
Moderator: selimgunay
Re: csv package on Stampede
you would need to build the csv package yourself on Stampede and make available to the program when it runs by possibly copyting to dir where the .exe will run in your batch script.