Index: /issm/trunk-jpl/src/m/classes/clusters/pfe.m
===================================================================
--- /issm/trunk-jpl/src/m/classes/clusters/pfe.m	(revision 25038)
+++ /issm/trunk-jpl/src/m/classes/clusters/pfe.m	(revision 25039)
@@ -18,4 +18,5 @@
 		 time           = 12*60;
 		 processor      = 'ivy';
+		 srcpath       = '';
 		 codepath       = '';
 		 executionpath  = '';
@@ -167,6 +168,7 @@
 			 fprintf(fid,'export MPI_LAUNCH_TIMEOUT=520\n');
 			 fprintf(fid,'export MPI_GROUP_MAX=64\n\n');
-			 fprintf(fid,'export ISSM_DIR="%s/../"\n',cluster.codepath); %FIXME
+			 fprintf(fid,'export ISSM_DIR="%s"\n',cluster.srcpath); %FIXME
 			 fprintf(fid,'source $ISSM_DIR/etc/environment.sh\n');       %FIXME
+			 fprintf(fid,'export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$ISSM_DIR/externalpackages/petsc/install/lib"\n');
 			 fprintf(fid,'cd %s/%s/\n\n',cluster.executionpath,dirname);
 			 if ~isvalgrind,
