csv package on Stampede

This forum is for issues related to parallel processing
and OpenSees using the new interpreters OpenSeesSP and OpenSeesMP

Moderator: selimgunay

Post Reply
evgin
Posts: 64
Joined: Tue Dec 06, 2011 3:18 pm
Location: UCLA

csv package on Stampede

Post by evgin » Wed Sep 07, 2016 11:40 pm

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

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: csv package on Stampede

Post by fmk » Mon Sep 12, 2016 11:29 am

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.

Post Reply